c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13293
[Bug 704839] Re: cannot inherit from product_normal_form_view existing on account module
** Attachment added: "inherit.ogv"
https://bugs.launchpad.net/openobject-addons/+bug/704839/+attachment/1799095/+files/inherit.ogv
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/704839
Title:
cannot inherit from product_normal_form_view existing on account
module
Status in OpenERP Modules (addons):
Invalid
Bug description:
I try to inherit view from account.product_normal_form_view but
osv/orm.py", line 1525, in _inherit_apply method working wrong.
I think product_normal_form_view of account module should be not same for product_normal_form_view of product module.
see addons/account/product_view.xml line 4 <record
id="product_normal_form_view" model="ir.ui.view">
References