跳至内容
菜单
此问题已终结

I use odoo 9 for some reasons. I want to use the master's certain field value in detail view to set the required attribute. But odoo appears Uncaught Error as below:

Uncaught Error: Unknown field my_id.code in domain [[('my_id.code','=', 'A')]]

my code in py:

my_id = fields.Many2one(related='my_parent.my_id', string='my item', readonly=True)

my code in view:

<field name="selfmgt_flag" readonly="0" colspan="2" attrs="{'required': [('my_id.code','=', 'A')]}" />
形象
丢弃

Try to restart the Odoo service before install/upgrade your module.

相关帖文 回复 查看 活动
5
4月 25
15940
3
9月 23
11588
0
7月 19
3229
1
8月 17
4289
4
4月 17
4571