avanzosc team mailing list archive
-
avanzosc team
-
Mailing list archive
-
Message #00256
[Bug 911702] Re: Manufacturing Order - Consumed Products
** Tags added: manu
** Branch linked: lp:avanzosc
--
You received this bug notification because you are a member of Avanzosc
Developers, which is subscribed to Avanzosc developments.
https://bugs.launchpad.net/bugs/911702
Title:
Manufacturing Order - Consumed Products
Status in Avanzosc OpenERP modules:
New
Bug description:
In the web gui the following error will pop up if you under Consumed
Products select the Consume Wizard button. It does how ever work both
in normal GUI and the Consume All button works in both normal GUI and
web GUI.
The same thing goes for the produce wizard.
Traceback (most recent call last):
File "/opt/openerp/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/opt/openerp/server/bin/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/opt/openerp/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/server/bin/osv/orm.py", line 2010, in create
self._columns[field].set_memory(cr, self, id_new, field, vals[field], user, context)
File "/opt/openerp/server/bin/osv/fields.py", line 448, in set_memory
obj.create(cr, user, act[2], context=context)
File "/opt/openerp/server/bin/osv/orm.py", line 2001, in create
if self._columns[field]._classic_write:
KeyError: 'name'
To manage notifications about this bug go to:
https://bugs.launchpad.net/avanzosc/+bug/911702/+subscriptions
References