Hi
I have a problem that when i input order line in a certian order. After i save that order the order of the lines isn't the same anymore. is there a way to solve this or is this just the way openerp orders the order lines.
Kind regards
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
I have a problem that when i input order line in a certian order. After i save that order the order of the lines isn't the same anymore. is there a way to solve this or is this just the way openerp orders the order lines.
Kind regards
Hi,
in 'sale.order.line'
:
_order = 'order_id desc, sequence'
_defaults = {
'sequence': 10,
}
Sequence : Gives the sequence order when displaying a list of sales order lines.
so all order lines have a sequence=10.
to keep order of the input lines change _order by;
-- _order = 'order_id desc, sequence'
++ _order = 'id'
you can change it in sale.py but this is not the best way must create a new module to overwrite _order.
Thanks that worked for me
the easier way would be to make a change in the form view of sale order or invoice. on the line field name = sequence: replace <field name="sequence" widget="handle"/> with just <field name="sequence"/> Done.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
importing Purchase Order shown as a RFQ
Diselesaikan
|
|
2
Mei 25
|
2069 | |
|
3
Des 24
|
6054 | ||
How do I replace the default Purchase Order number?
Diselesaikan
|
|
1
Jul 24
|
2901 | |
Purchase Product Description Incorrect
Diselesaikan
|
|
1
Jun 24
|
2050 | |
|
2
Jun 24
|
2868 |