(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!