c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05373
[Bug 675937] Re: [6.0 RCA1] Group by partner on Outgoing Deliveries
*** This bug is a duplicate of bug 670921 ***
https://bugs.launchpad.net/bugs/670921
** This bug has been marked a duplicate of bug 670921
Purchase module : problems in group by in seach view
* You can subscribe to bug 670921 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/670921/+subscribe
--
[6.0 RCA1] Group by partner on Outgoing Deliveries
https://bugs.launchpad.net/bugs/675937
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Confirmed
Bug description:
When I try to group by partner the Outgoing Deliveries, an error occurs.
I open the Outgoing Deliveries, click on 'Clear' button then click on 'Find' button. And when I click on 'Group By... Partner' button, this error occurs :
Environment Information :
System : Linux-2.6.32-25-generic-i686-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
Operating System Release : 2.6.32-25-generic
Operating System Version : #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010
Operating System Architecture : 32bit
Operating System Locale : fr_FR.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.0.0-rc1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/home/quentin/Developpement/OpenERP_official/MSF_6.0/openerp-server-6.0.0-rc1/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/quentin/Developpement/OpenERP_official/MSF_6.0/openerp-server-6.0.0-rc1/bin/service/web_services.py", line 586, in dispatch
res = fn(db, uid, *params)
File "/home/quentin/Developpement/OpenERP_official/MSF_6.0/openerp-server-6.0.0-rc1/bin/osv/osv.py", line 57, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/quentin/Developpement/OpenERP_official/MSF_6.0/openerp-server-6.0.0-rc1/bin/osv/osv.py", line 140, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/quentin/Developpement/OpenERP_official/MSF_6.0/openerp-server-6.0.0-rc1/bin/osv/osv.py", line 130, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/quentin/Developpement/OpenERP_official/MSF_6.0/openerp-server-6.0.0-rc1/bin/osv/orm.py", line 2245, in read_group
cr.execute('SELECT min(%s.id) AS id,' % self._table + flist + ' FROM ' + from_clause + where_clause + gb + limit_str + offset_str, where_clause_params)
File "/home/quentin/Developpement/OpenERP_official/MSF_6.0/openerp-server-6.0.0-rc1/bin/sql_db.py", line 75, in wrapper
return f(self, *args, **kwargs)
File "/home/quentin/Developpement/OpenERP_official/MSF_6.0/openerp-server-6.0.0-rc1/bin/sql_db.py", line 122, in execute
res = self._obj.execute(query, params)
ProgrammingError: ERREUR: la colonne « partner_id » n'existe pas
LIGNE 1 : SELECT min(stock_picking.id) AS id,partner_id FROM "stock_pi...
References