Here you can find the domain to filter on today's date.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Here you can find the domain to filter on today's date.
['&',
('x_date_start', '>=', context_today().strftime("%Y-%m-%d 00:00:00")),
('x_date_start', '<=', context_today().strftime("%Y-%m-%d 23:59:59"))
]
You can create a user defined filter and add the code in the domain field. Note that you need to adapt the date field name to the field you want to filter on.
You are a Real Man !
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 | |
---|---|---|---|---|
|
0
May 21
|
15 | ||
|
1
Jul 24
|
4425 | ||
|
1
Apr 21
|
8297 | ||
|
1
Jul 25
|
5753 | ||
|
1
Oct 22
|
501 |