I need a today filter with confirmed sale order. Can anyone help with this?
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
Hey Abdul Razak,
Find code in Comment
Hope this answer helps you.
Thanks
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
You need to inherit search view and add below line to have filter of all the confirmed SOs today:
<filter string="Confirmed SOs Today" name="confirmed_so_today"
domain="[('date_order', '>=', context_today().strftime('%Y-%m-%d')),('date_order', '<=', context_today().strftime('%Y-%m-%d')),('state','=','sale')]"/>
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
नव॰ 22
|
1996 | ||
|
2
जुल॰ 25
|
4097 | ||
|
1
नव॰ 22
|
3296 | ||
|
1
मार्च 22
|
2688 | ||
|
1
मई 24
|
3400 |