work on sales report

This commit is contained in:
sonal arora
2020-09-14 19:29:15 +00:00
parent e850064089
commit b690904753

View File

@@ -58,7 +58,7 @@
<th style="background-color:#3498DB !important;color:#FFF">Code</th> <th style="background-color:#3498DB !important;color:#FFF">Code</th>
</xpath> </xpath>
<xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="before"> <xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="before">
<td><span t-esc="i+1"/></td> <td><span t-esc="i"/></td>
<td><span t-esc="l.product_id.default_code"/></td> <td><span t-esc="l.product_id.default_code"/></td>
</xpath> </xpath>
<xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after"> <xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after">
@@ -136,4 +136,4 @@
<span>Printed by: <span t-esc="o.signed_by"/></span> <span>Printed by: <span t-esc="o.signed_by"/></span>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>