Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4 Odpovědi
5947 Zobrazení

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>
Avatar
Zrušit
Autor

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

Autor Nejlepší odpověď

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" />
Avatar
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
6
dub 23
17095
2
čvc 24
2465
1
čvn 24
4984
1
říj 23
10667
1
říj 23
98