Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3559 Zobrazení

I added a field (Internal Reference) to the Products list view via the GUI interface (Manage Views).  Is it possible to make this field sortable via the GUI, or does it require a custom module?

Avatar
Zrušit
Nejlepší odpověď

This is because of product variants and the tree view is a list of product.product objects (variants), that column is a related field on the product.template (the parent product of the variants), you can't by default sort by related fields, so this problem is quite specific to the internal reference on the products list view.

To fix this you need to write a function called _generate_order_by on the product object (or override the product object to add that function)

There is some discussion of it here including some code for a similar field http://stackoverflow.com/questions/15621013/sorting-openerp-table-by-functional-field/15621014

Avatar
Zrušit
Nejlepší odpověď

I believe you can add the sort option only in class level, and not GUI level...

Avatar
Zrušit

nope, it works fine for regular fields, just not functional fields like the default_code field on product.product

Related Posts Odpovědi Zobrazení Aktivita
3
čvc 25
9393
1
kvě 25
1591
0
led 24
2213
1
úno 22
24603
5
pro 21
17235