Dear community
I want to order the items of pricelist per name
product.pricelist.item got the field name but it's a computed field - so I'm not allowed to use it in _order
product.pricelist.item also got product_id but I'm also not allowed to use product_id in _order -> error
One possible solution is a field called name_sort and store it in the database -> but if the name of the product changes the name will not be changed in the corresponding pricelist...
Maybe someone got the same problem? Or any ideas?
Thank you
best regards
Markus