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
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
9092
Zobrazenia
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
0
jan 22
|
3582 | ||
|
2
okt 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?