I was wondering if there is a way to set the order_by for a specific tree view in the xml code. Is there a way to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
There is a default_order attribute
https://www.odoo.com/documentation/8.0/reference/views.html#lists
You can do this in your module's action code (or inherit an already existing action).
Set it in the context with 'order'. To order it by the Status field for instance (which is 'state' in the database):
<record id="action_unique_identifier" model="ir.actions.act_window">
<!-- a bunch of fields -->
<field name="context">{'order': 'state'}</field>
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
mai. 18
|
4230 | ||
|
6
set. 17
|
8266 | ||
|
0
jun. 15
|
3861 | ||
|
3
jun. 15
|
7994 | ||
|
1
mar. 15
|
4479 |