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
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
|
6200 | |||
|
11
9월 16
|
28019 | |||
|
3
10월 25
|
30853 | |||
|
4
6월 21
|
43074 | |||
|
1
12월 20
|
4925 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.