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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
9106
Zobrazení
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
0
led 22
|
3583 | ||
|
2
říj 22
|
5797 | ||
|
2
lis 23
|
3273 | ||
|
0
lis 15
|
4876 | ||
|
2
bře 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?