Hi,
I'm using default_group_by="state" to group quotation, but the order of the columns seems random.
How do I change the order of the columns?
I want to go from this:
To something like this:
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I'm using default_group_by="state" to group quotation, but the order of the columns seems random.
How do I change the order of the columns?
I want to go from this:
To something like this:
They are not random, but the alphabetic order of the field value in DB ('canceled', 'darft', 'sale', 'sent'.
('draft', 'Quotation'),
('sent', 'Quotation Sent'),
('sale', 'Sales Order'),
('cancel', 'Cancelled'),
to change the order, you shall change the fields.Selection defination to something like:
('1draft', 'Quotation'),
('2sent', 'Quotation Sent'),
('3sale', 'Sales Order'),
('4cancel', 'Cancelled'),
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up