Hey * .. Anyone know if there's a way to set up a "Today" option as a filter in Odoo SA (the SaaS version)? I'd like to have a dynamic date to be able to create a custom filter that I can share, but that will reference the current date, not a specific one.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
Create a new view which inherits the view you want to change, and then add a filter:
<filter string="Today" domain="[('date_field_from_model', '>=', datetime.datetime.now().strftime('%Y-%m-%d 00:00:00')),('
date_field_from_model', '<=',datetime.datetime.now().strftime('%Y-%m-%d 23:23:59'))]"/>
Hey..thanks! This gave me the direction I needed. However I wasn't able to get it to show up in the view.. I ended up editing the search view directly instead of extending it. When I created the extended view it wasn't showing up in the menu. I've created a view that extends stock.picking.internal.search with the following: But it doesn't show up in the filter.. can you possibly give me a clue as to why?
" "
sorry.. it's cleaning the markup I'm posting.. anyway.. if you have any tips as to what I need to do to get it to show up in the filter menu from an extended view... let me know . I've marked your answer as correct. Thanks!
Small correction on the end time.
I believe it should be .......strftime('%Y-%m-%d 23:59:59'))]"/>
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
kwi 16
|
3279 | ||
|
0
kwi 16
|
3951 | ||
|
0
lis 23
|
1225 | ||
|
0
wrz 23
|
2131 | ||
|
0
wrz 23
|
1872 |