I need to ad some custom text after a tree view or at the bottom of a column. The tree view is not inside a form view but is the main tree view of a model that is called from a menu action. Is it possible to do it? If so how?
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
9093
Visualizações
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 | |
---|---|---|---|---|
|
0
jan. 22
|
3582 | ||
|
2
out. 22
|
5795 | ||
|
2
nov. 23
|
3271 | ||
|
0
nov. 15
|
4874 | ||
|
2
mar. 15
|
9924 |
Create a text field in your python and add the field to the tree view in your XML but create a string like footer outside the main tree body. You can protect it by making the field read only.
Thanks but How do i put it outside the main tree body?