Skip to content
Snippets Groups Projects
Commit 4ee0249e authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[cgscop #146] modification ordre LdT + marges affichage

parent 838d7c01
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
</tr>
</thead>
<tbody class="invoice_tbody">
<t t-foreach="o.timesheet_line_ids" t-as="line">
<t t-foreach="o.timesheet_line_ids.sorted('date')" t-as="line">
<tr>
<td><span t-field="line.date"/></td>
<td><span t-field="line.project_id"/></td>
......@@ -96,12 +96,12 @@
<field name="default" eval="True"/>
<field name="format">A4</field>
<field name="orientation">Landscape</field>
<field name="margin_top">10</field>
<field name="margin_bottom">25</field>
<field name="margin_top">35</field>
<field name="margin_bottom">20</field>
<field name="margin_left">10</field>
<field name="margin_right">10</field>
<field name="header_line" eval="False"/>
<field name="header_spacing">0</field>
<field name="header_spacing">30</field>
<field name="dpi">90</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment