跳至内容
菜单
此问题已终结
1 回复
7989 查看

Hello all,

We have here a new pivot table which is defined with the xml below. Note the "interval='week'" in it.

For each column (each week), what is the first day of the week?

Can we change the first day of the week?


XML

<record id="view_account_invoice_report_hebdo_graph_vtm2" model="ir.ui.view">
         <field name="name">account.invoice.report.hebdo.graph.vtm2</field>
         <field name="model">account.invoice.report.vtm2</field>
         <field name="arch" type="xml">
             <graph string="Invoices Analysis" type="pivot">
                 <field name="fiscal_position" type="row"/>
                 <field name="date" interval="week" type="col"/>
                 <field name="price_total" type="measure"/>
             </graph>
         </field>
    </record>


Image




形象
丢弃
编写者 最佳答案

I created a new filter on the invoice tree view. Invoices are now grouped by week.

Since the invoice with the date 2017-03-05 (a sunday) is in the week W9;

Since the invoice with the date 2017-03-06 (a monday) is in the week W10;

Then Odoo seems to consider monday as the first day of the week.

One question persists : could we change this comportment to get sunday as the first day of the week?


Image





形象
丢弃
相关帖文 回复 查看 活动
3
1月 24
2320
1
7月 24
29
2
8月 23
2110
0
3月 20
1853
1
12月 19
4529