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)
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
1
thg 7 15
|
5213 | |||
|
11
thg 9 16
|
26608 | |||
|
Syntax of domains - operators
Đã xử lý
|
3
thg 10 25
|
28384 | ||
|
4
thg 6 21
|
40799 | |||
|
1
thg 12 20
|
3494 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.