Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
5864 Переглядів


I'd like to filter some fields by date, This is the search view , it work good:

<record model="ir.ui.view" id="moulin_view_search">

<field name="name">test.base.graph.view26</field>

<field name="model">test.base</field>

<field name="arch" type="xml">

<search string="My Dashboard">

<field name="create_date" />

<filter name="filter_see_all" string="All" domain="['',('create_date','>','2015-05-29 12:12:12.120')]" context="{'group_by':'create_date:minute'}"/>

</search>

</field>

</record>

But i need to let the user select the date, without passing it in the code directly.

For example I want to let the user chose date with this calendar:

User should select date from calander.

Аватар
Відмінити

Any update on this question ?

Related Posts Відповіді Переглядів Дія
1
лип. 23
3116
0
квіт. 18
3037
1
груд. 19
9832
4
лип. 17
21725
1
вер. 16
56