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
- プロジェクト
- MRP
この質問にフラグが付けられました
            
                2
                
                    返信
                
            
        
        
            
                6740
                
                    ビュー
                
            
        
    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  | 17 | ||
|  | 1 7月 24  | 5229 | ||
|  | 1 4月 21  | 9455 | ||
|  | 1 7月 25  | 6574 | ||
|  | 1 10月 22  | 501 | 
