What is the perfect way to show only some rows in a one2many filed
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
2716
Views
HI Jacky,
you can use domain to filter the one2many.
Like
expense_ids = fields.One2many('hr.expense', 'sale_order_id', string='Expenses', domain=[('state', '=', 'done')], readonly=True, copy=False)
Refer this question, you get more ideas:
https://www.odoo.com/forum/help-1/question/how-to-write-this-domain-for-a-one2many-field-on-a-view-114226
regards, Nikhil
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 | |
---|---|---|---|---|
|
1
जन॰ 25
|
1880 | ||
|
2
सित॰ 22
|
9624 | ||
|
2
अप्रैल 22
|
4674 | ||
|
0
जुल॰ 21
|
7309 | ||
|
1
मार्च 21
|
5047 |