c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09217
[Bug 693302] Re: [6.0-RC1] Error in Manufacturing Module
Hello Forstera,
I have tested your scenario with latest code at my end. But i am not
able to reproduce it. Would you please provide me proper steps or more
information to reproduce it.
Thanks.
** Changed in: openobject-addons
Status: New => Incomplete
--
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/693302
Title:
[6.0-RC1] Error in Manufacturing Module
Status in OpenObject Addons Modules:
Incomplete
Bug description:
Hello all,
I tried to create a new repair operations. When I click on 'seelect Product to repair', I get the following error :
[2010-12-22 10:04:17,088][mwp_18] 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/addons/product/product.py", line 559, in name_search
ids = self.search(cr, user, args, limit=limit, context=context)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1872, in search
return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 4095, in _search
cr.execute('SELECT "%s".id FROM ' % self._table + from_clause + where_str + order_by + limit_str + offset_str, where_clause_params)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/sql_db.py", line 76, in wrapper
return f(self, *args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/sql_db.py", line 129, in execute
res = self._obj.execute(query, params)
ProgrammingError: ERREUR: la colonne « name_template » n'existe pas
LIGNE 1 : ...t_product.active = E'True') ORDER BY default_code,name_templ...
Follow ups
References