c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #11444
[Bug 699939] [NEW] [V6RC2] Can't transform requisition in order (MRP)
Public bug reported:
I try to run MRP for scratch and i have built some products and components.
The MRP schduler plan correct requisitions for purchasing component.
After when want to go to purchase cotation or order i have this message:
[2011-01-07 19:10:39,422][algam] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1588, in fields_view_get
result['arch'] = _inherit_apply_rec(inherit_result, sql_res[3])
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1583, in _inherit_apply_rec
result = _inherit_apply(result, inherit, id)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1525, in _inherit_apply
raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1439, in raise_view_error
'model': self._name, })
AttributeError: View definition error for inherited view 'purchase_requisition.purchase_order_search_inherit' on 'purchase.order' model: Element '<xpath expr="/search/group/filter[@string='To be Invoiced']">' not found in parent view 'purchase.view_purchase_order_filter'
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/699939
Title:
[V6RC2] Can't transform requisition in order (MRP)
Status in OpenObject Addons Modules:
New
Bug description:
I try to run MRP for scratch and i have built some products and components.
The MRP schduler plan correct requisitions for purchasing component.
After when want to go to purchase cotation or order i have this message:
[2011-01-07 19:10:39,422][algam] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1588, in fields_view_get
result['arch'] = _inherit_apply_rec(inherit_result, sql_res[3])
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1583, in _inherit_apply_rec
result = _inherit_apply(result, inherit, id)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1525, in _inherit_apply
raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1439, in raise_view_error
'model': self._name, })
AttributeError: View definition error for inherited view 'purchase_requisition.purchase_order_search_inherit' on 'purchase.order' model: Element '<xpath expr="/search/group/filter[@string='To be Invoiced']">' not found in parent view 'purchase.view_purchase_order_filter'
Follow ups
References