The menu items set by oddo in the foreground will be overwritten by the original menu items written in XML during application upgrade, making the menu items set in the foreground invalid.
Excuse me: Is there a way to initialize the database without reading the menu items in XML during the upgrade? Thank you!!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
1266
查看
Hi,
If you are modifying some menu items from the user interface and if you need to stop it from getting reset on upgrading the modules, you can set this record as no updatable from UI.
From the menu items menu under settings -> technical -> user interface -> menu items, open your menu, click debugger button on top right, click View Meta Data, from the pop up click on change againts the No Update to change value to True.
Thanks
Great, thank you very much