Deleting menu in OpenERP v6 using xml -
Deleting menu in OpenERP v6 using xml -
i have problem deleting menu in openerp6.
in module (an original module) create menu phone call x. custom module b depends on a, seek delete menu x used in xml file:
<delete id="base.menu_partner_category_form" model = "ir.ui.menu"/> when upgrading module b => it's fine when upgrading module (it upgrade module b together) => display exception:
one of records trying modify has been deleted (document type: ir.ui.menu). i have 3 solutions pm not agree solution
keep , seek not update module a create new groups (with no users) , add together menu groups (instead of trying delete menu) comment out code generate menuitem in original moduleany advice? please help me!
if original module mean odoo certified module, might ok if want pull bug fixes github, have apply them manually , on own really.
this one. re-declare same menu in module groups. redeclaring changes works well.
depending on how manage source tree, if pull github loose alter , not aware of unless user points out.
xml openerp menuitem
Comments
Post a Comment