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:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- 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
Nov 22
|
1170 | ||
|
2
May 22
|
2526 | ||
|
1
Nov 22
|
2219 | ||
|
1
Mar 22
|
1705 | ||
|
1
May 24
|
1433 |