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'

製品フォームで製品を作成しようとすると、このエラーが表示されました。ティアの問題は何ですか

ここに私の新しいDBがあり、他のモジュールに問題はありません

4

1 に答える 1

1

purchase_landed_cost モジュールの薄いバグで、6.1 バージョンのモジュールを 7 バージョンにインストールしようとしました。フィールドがアクティブになり、product_normal_form_view に出なくなりました。

于 2013-04-05T08:52:52.060 に答える