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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
9098
Visualizzazioni
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
0
gen 22
|
3582 | ||
|
2
ott 22
|
5796 | ||
|
2
nov 23
|
3273 | ||
|
0
nov 15
|
4875 | ||
|
2
mar 15
|
9925 |
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?