c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31823
[Bug 823691] Re: Error when group by or order by with fields inherit from product
Hello Naresh,
I found another problem with multi inherit from product. I tried to
duplicate a room, then input a new name for duplicated record. After
that, I got 2 records with the same name.
Below is the steps to reproduce:
1. Create a Room name: "Test 1"
2. Duplicate room "Test 1", then change the name to "Test 2"
3. Now if you go to the list of Rooms, you will see there are 2 records with name "Test 2"
After took a look on the database, I found that the Product Template is
not created when duplicating a Room. It also meant that 2 Rooms are
using the same Product Template.
Please let me know if you want me to create a new bug for this one.
Regards,
Tu
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/823691
Title:
Error when group by or order by with fields inherit from product
Status in OpenERP Server:
Fix Committed
Bug description:
This bug happened on v6.
In hotel module, I have a Room object which is inherited from
"product.product". I got below error message when I tried to "order
by" or group by field "categ_id".
I searched around and found bug https://bugs.launchpad.net/openobject-
client-web/+bug/362280 which may related to this error.
Error message:
Traceback (most recent call last):
File "/usr/local/openerp-fullmoon-integration/current/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/usr/local/openerp-fullmoon-integration/current/server/bin/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/usr/local/openerp-fullmoon-integration/current/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/local/openerp-fullmoon-integration/current/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/openerp-fullmoon-integration/current/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/openerp-fullmoon-integration/current/server/bin/osv/orm.py", line 1743, in search
return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
File "/usr/local/openerp-fullmoon-integration/current/server/bin/osv/orm.py", line 4012, in _search
order_by = self._generate_order_by(order, query)
File "/usr/local/openerp-fullmoon-integration/current/server/bin/osv/orm.py", line 3978, in _generate_order_by
order_column = parent_obj._columns[order_field]
KeyError: 'categ_id'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/823691/+subscriptions
References