Any one tell me how to clear records from fields_view_get() method. because i have modified my views. but my fields domain are still have old one. i found what is the problem is(fields_view_get()), but i don't know how to clear this from that method.
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
5057
Views
hello
on the field pass the domain attribute blank.
like <field name="fieldname" domain="[]"/>
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 | |
---|---|---|---|---|
Odoo Mail Sending Limit
Solved
|
|
2
Dec 23
|
12010 | |
|
0
Oct 23
|
33 | ||
|
3
Oct 23
|
787 | ||
|
1
Oct 23
|
569 | ||
|
1
Aug 23
|
984 |
i forget to check inherit, that's why it's happening. because from the inheritance that fields have domains. now problem solved.