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
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
6210
화면
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 !
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
5월 21
|
16 | ||
|
1
7월 24
|
4724 | ||
|
1
4월 21
|
8677 | ||
|
1
7월 25
|
6030 | ||
|
1
10월 22
|
501 |