Hi everyone, I am new to odoo and I have this issue where I need to get the filtered records from field input widget="domain", is it possible? also could you please give me some help on how to achieve that?
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
Hello Christian Alip
It is not possible to filter record based on widget="domain"
Domain is a attribute
Find code in comment.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
If you want to filter a record you need to give a domain in a field like
<field name="state_ids" widget="many2many_tags" domain="[('country_id', 'in', country_ids)]"/>
Also you can find in base domain= so you will get multiple result
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