c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #27276
[Bug 797648] Re: [PS] Filter by country from the list of customers doesn't work
Hello,
The issue is related to Framework and seems Invalid too the reason is
country field in res_partner is of type 'related' with store = False so
Many2one function/related fields must be stored to be used as ordering
fields!
If you start your server with --log-level=debug_rpc i.e in debug mode you can clearly see the warning message printed to notify the user about this. the message is:
"DEBUG:orm.search:Many2one function/related fields must be stored to be used as ordering fields! Ignoring sorting for res.partner.country"
Thanks !
** Project changed: openobject-client => openobject-server
** Changed in: openobject-server
Assignee: OpenERP sa GTK client R&D (openerp-dev-gtk) => OpenERP's Framework R&D (openerp-dev-framework)
** Changed in: openobject-server
Status: Confirmed => Invalid
--
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/797648
Title:
[PS] Filter by country from the list of customers doesn't work
Status in OpenERP Server:
Invalid
Bug description:
Windows XP version 2002, OpenERP 6.0.2
* Sales / Address Book / Customers, from the list view click on the
column header named "Country".
Obtained result : it doesn't filter correctly by alphabetical order
and moreover it doesn't have any effect when double clicking on the
column header
Expected result : it filters the list of customers by alphabetical
order of their country
reported by dha, OpenERP Prof. Serv
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/797648/+subscriptions
References