odoo_dev 开发培训作业:图书管理系统
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
297B

  1. from odoo import http
  2. class Cars(http.Controller):
  3. @http.route('/library/car_app', auth='user')
  4. def list(self, **kwargs):
  5. Car = http.request.env['car.data']
  6. cars = Car.search([])
  7. return http.request.render(
  8. 'car_app.data_list_template', {'cars':cars})
上海开阖软件有限公司 沪ICP备12045867号-1