odoo 中%()d的使用

Posted qianxunman

tags:

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

例如:

源代码中是这样写的

                        <button
                            name="%(hospital_management.action_medical_appointments_invoice_wizard)d"
                            string="Create Invoice" type="action" class="oe_highlight" />

经过odoo 编译之后:

                        <button
                            name="318"
                            string="Create Invoice" type="action" class="oe_highlight" />

也就是说会将动作的外部id名称转换为外部id的id

以上是关于odoo 中%()d的使用的主要内容,如果未能解决你的问题,请参考以下文章

odoo 怎么重写模块默认方法

请教运行错误:KeyError: 'odoo'

Ubuntu14.04下Odoo使用Nginx修改8069端口为80

Ubuntu14.04下Nginx反向代理Odoo域名

安装odoo服务

odoo配置文件详解