Hello everyone, I want to hide and display true based on the condition of true or false of is_project of Boolean type
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
755
Views
Hi,
We can hide and display the field based on the boolean field by using 'invisible' attributes,
If you want to hide the field when the boolean is False, use the following syntax
<field name="projects" invisible="not is_project"/>
Hope it helps,
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