My specific use case is I want to show/hide a field from list view depending on the value on the parent view. So for example, how do I show/hide a field on line items of an invoice depending on if the partner is_company or not?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
1482
Views
So I created a related field in the parent say "for_entity" thats related to partner_id.is_company, added the field to the form and in the list view of the line items, I used "column_invisible" in attrs like so
attrs="{ 'column_invisible': [('parent.for_entity', '=', False)], }"
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Mar 25
|
1066 | ||
|
0
Nov 24
|
1334 | ||
|
0
Jun 24
|
1409 | ||
|
1
Jun 24
|
1849 | ||
|
0
Oct 23
|
1949 |