c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13276
[Bug 704839] [NEW] cannot inherit from product_normal_form_view existing on account module
Public bug reported:
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">
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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):
New
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">
Follow ups
References