python - purchase_landed_costs module Error openerp 7 -


file "/home/bellvantage/documents/openerp-7.0/openerp-7.0/openerp/osv/orm.py", line 2177, in apply_inheritance_specs     raise_view_error("element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)   file "/home/bellvantage/documents/openerp-7.0/openerp-7.0/openerp/osv/orm.py", line 2070, in raise_view_error     %  (child_view.xml_id, self._name, error_msg)) attributeerror: view definition error inherited view 'purchase_landed_costs.c2c_product_landed_cost_view' on model 'product.product': element '<field name="active">' not found in parent view 'product.product_normal_form_view' 

when go create products in products form error appeared. issue thia

here fresh db & no issues other modules

i thin bug in purchase_landed_cost module, try install 6.1 version module in 7 version. field active no more exits in product_normal_form_view.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -