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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
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')]"/>
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Nov 22
|
1971 | ||
|
2
Jul 25
|
4040 | ||
How to add delivery date filter in sales filter?
Diselesaikan
|
|
1
Nov 22
|
3250 | |
|
1
Mar 22
|
2631 | ||
|
1
Mei 24
|
3345 |