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)
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
1
Juli 15
|
6197 | |||
|
11
Sept. 16
|
28016 | |||
|
3
Okt. 25
|
30813 | |||
|
4
Juni 21
|
43057 | |||
|
1
Dez. 20
|
4913 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.