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 for 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'当我在products表单中创建产品时,出现了这个错误。提亚有什么问题吗?
这是我的新数据库&其他模块没有任何问题
发布于 2013-04-05 16:52:52
我在purchase_landed_cost模块中发现了一个细小的bug,你尝试在7版本中安装6.1版本的模块。现在活动的字段在product_normal_form_view中不再存在。
https://stackoverflow.com/questions/15828694
复制相似问题