0
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'

当我去以产品形式创建产品时,出现了这个错误。thia 有什么问题

这是我的新数据库,其他模块没有任何问题

4

1 回答 1

1

我细化了 purchase_landed_cost 模块中的错误,您尝试在 7 版本中安装 6.1 版本模块。现在字段处于活动状态,product_normal_form_view 中不再有退出。

于 2013-04-05T08:52:52.060 回答