跳至内容
菜单
此问题已终结
4 回复
5981 查看

Hi All,
 I got an error during migration module to odoo 11 and I discovered that ir.values is not supported any more in Odoo 11, could you please help me to change the below XML to work in Odoo 11


<record id="action_my_account" model="ir.values">
<field eval="'tree_but_open'" name="key2"/>
<field eval="'account.account'" name="model"/>
<field name="name">Accounts</field>
<field eval="'ir.actions.act_window,%d'%action_my_details" name="value"/>
</record>
形象
丢弃
编写者

Thanks Niyas fro your reply.

I already checked it but I'm new to Odoo so could you please give me more details about how can I change it.

Regards

编写者 最佳答案

Hi All,

Regarding the above issue, I solved it by adding the below line of XML to the action "action_my_details" which I need to be in account.account drop down actions menu


<field name="binding_model_id" ref="model_account_account" />
形象
丢弃
最佳答案

Hi Waleed Mohsen , I have same problem ir.values after odoo 11 migration, can help to share completed xml code? Thank a lot

形象
丢弃
相关帖文 回复 查看 活动
6
4月 23
17137
2
7月 24
2528
1
6月 24
5008
1
10月 23
10690
1
10月 23
98