This question has been flagged
2 Replies
3733 Views

(odoo 10 community)

Right now when I use the point of sale module, the products are all sorted by internal reference.  I need to have the products sorted by their displayed name, otherwise everything is very difficult to find for employees.  I tried adding the line:

_order = "name"

to /usr/lib/python2.7/site-packages/odoo/addons/point_of_sale/models/product.py but it didnt seem to do anything.  Any help would be greatly appreciated.  Thanks!


Avatar
Discard
Best Answer

Isn't it much faster to either search by typing in the search bar, or use a barcode scanner, or use product categories, rather than sorting alphabetically and ask the users to search through such a list?

Avatar
Discard

Hi, Because in case of using product Variants : eg. Shoes with size and colors.

The display will not be in the correct order (e.g size 38 - size 39 - size 40 )

Author Best Answer

Without going into detail, no, its not easier.  i need abc sorting.  thanks...


Edit:  2017-10-01 - Still have not found a way to do this, hoping someone more knowledgeable than I can help me out, thank you!!

Avatar
Discard