python odoo路线

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python odoo路线相关的知识,希望对你有一定的参考价值。

# -*- coding: utf-8 -*-
import odoo.http as http

class your_class(http.Controller):
     @http.route('/custom/url', type='http', auth='user', website=True)
     def show_custom_webpage(self, **kw):
#         render qweb template and parse another parameter data type dictionary, so we have 2 parameter in render method.
          return http.request.render('your_module.new_web_page', {})

以上是关于python odoo路线的主要内容,如果未能解决你的问题,请参考以下文章

基于odoo12社区版配置个性化的路线

Odoo库存规则

Odoo12 重大改变

odoo 的 拉式 和 推式 库链

Odoo10/Odoo11 动态进度条 - 在 python 中触发 javascript 函数

python [删除文件Controller] Odoo删除文件Controller #Odoo