Can we inherit a menu in a new module without inheriting the whole module
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Can we inherit a menu in a new module without inheriting the whole module
No, you cannot inherit a menu. But you can modify the menu, if you need. Just put in the full XML ID (with module) to overwrite/replace the original menu. You still need to make the new module to depend on the module containing the old definition.