标签: python xml openerp
如何在openerp 7中创建序列号,如下所示
已经支持
<field name="prefix">STJ/%(year)s/</field>
但我需要添加自己的记录&amp;像这样创造
<field name="prefix">%(employer_no)s/</field>
请在此处参阅我的代码 https://github.com/priyankahdp/openerp/blob/openerp/
答案 0 :(得分:1)
我认为您将自定义变量注入序列插值的唯一机会是覆盖interpolation_dict method of ir.sequence
interpolation_dict
ir.sequence