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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
4
Respuestas
5712
Vistas
<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>
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
ir.values in odoo 11
Resuelto
|
|
6
abr 23
|
16791 | |
|
2
jul 24
|
2066 | ||
|
1
jun 24
|
4609 | ||
|
1
oct 23
|
10213 | ||
|
1
oct 23
|
98 |
Check this link :- https://www.odoo.com/forum/help-1/question/ir-values-in-odoo-11-125999
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