mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
处理datetime与date类型的区别
todo:处理pivot视图
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<span style="float: left;">
|
||||
|
||||
<select class="app_select_field form-control" style="height: 30px;" >
|
||||
<option t-foreach="date_fields" t-as="field" t-att-value="field[0]">
|
||||
<option t-foreach="date_fields" t-as="field" t-att-value="field[0]" t-att-type="field[2]">
|
||||
<t t-esc="field[1]"/>
|
||||
</option>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user