c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22530
[Bug 766283] Re: product not sorted by default_code, name_template
for those who want a quick fix and a human readable list
the attached module sorts products by category and template/product name
** Attachment added: "chricar_product_sorted.zip"
https://bugs.launchpad.net/openobject-addons/+bug/766283/+attachment/2086626/+files/chricar_product_sorted.zip
--
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/766283
Title:
product not sorted by default_code,name_template
Status in OpenERP Modules (addons):
Opinion
Bug description:
product/product.py
_order = 'default_code,name_template'
only sorts by default_code
if default_code is empty (which is an option as default_code is not required) data are displayed "random"
(but at least can be sorted by product name with click on header - but this is not userfriendly)
as described also in
https://bugs.launchpad.net/bugs/765559
References