Hi, I need to show a hiden field like this:
I think about xpath but I don't find the correct way, hope you can help me, 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
1902
Views
If this field is from any odoo base module, you can enable debug mode go to the specific form and from debug option "edit form view" you can edit the field.
Dear David,
Create a custom module and past the below code
Thank you
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 | |
---|---|---|---|---|
|
3
Apr 21
|
6461 | ||
|
2
Jun 20
|
4209 | ||
|
1
Oct 19
|
3571 | ||
|
1
Mar 15
|
12381 | ||
|
2
Mar 15
|
3465 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>