Hi guys,i want to show a new field in log note(chatter box),corrently after posting a log i can see only the body field,i want to add new field and show it the log.thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
2750
Views
hi niyas,
I added a new field in the mail.compose.message(wizard) and gave trackvisibilty to that field but i cant view the field in log note
Hi,
You can enable track_visibility for the field.
Sample:
active = fields.Boolean(default=True, track_visibility=True)
For reference: How To Track Field Value Changes in Odoo
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up