首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >purchase_landed_costs模块错误openerp 7

purchase_landed_costs模块错误openerp 7
EN

Stack Overflow用户
提问于 2013-04-05 15:55:41
回答 1查看 259关注 0票数 0
代码语言:javascript
复制
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表单中创建产品时,出现了这个错误。提亚有什么问题吗?

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

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-04-05 16:52:52

我在purchase_landed_cost模块中发现了一个细小的bug,你尝试在7版本中安装6.1版本的模块。现在活动的字段在product_normal_form_view中不再存在。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15828694

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档