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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
9102
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
ene 22
|
3582 | ||
|
2
oct 22
|
5796 | ||
|
2
nov 23
|
3273 | ||
|
0
nov 15
|
4875 | ||
|
2
mar 15
|
9926 |
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?