Hello all
I want to sort lines on product  'default code' 
When we click on fill inventory and select location then All product list appear so I want to sort that basis on default code 
Thanks
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
Hello all
I want to sort lines on product  'default code' 
When we click on fill inventory and select location then All product list appear so I want to sort that basis on default code 
Thanks
class product_product(models.Model):
_inherit = 'product.product'
_order = 'default_code'
    default_code = fields.Char('Internal Reference', index=True)
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|  | 1 7月 15  | 5031 | ||
|  | 11 9月 16  | 26342 | ||
|  | 3 10月 25  | 27955 | ||
|  | 4 6月 21  | 40554 | ||
|  | 1 12月 20  | 3296 |