I try to hide a field in my view with invisible ="1" but it does'nt worked. Can you help?
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
1
Reply
5891
Views
For example
<field name="code" invisible="1"/>
no space between invisible and =
<field name="code" invisible="1"/>
no space between invisible and =
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
if you added invisible="1" in your xml, do you update your module ?
You need to do so to get the changes in your app.