No header for the receipt since the company informations are handled differently

bzr revid: olt@tinyerp.com-20090119161325-nam3kxb6jxz35h0k
This commit is contained in:
Olivier Laurent 2009-01-19 17:13:25 +01:00
parent 18aca884c2
commit df1bd382c4
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,9 @@
model="pos.order"
name="pos.receipt"
rml="point_of_sale/report/pos_receipt.rml"
auto="False"/>
auto="False"
header="False"
/>
<report
id="pos_invoice_report"

View File

@ -54,7 +54,7 @@
<paraStyle name="Index" fontName="Times-Roman"/>
</stylesheet>
<story>
<para style="P1">[[ repeatIn(objects,'o') ]]</para>
[[ repeatIn(objects,'o') ]]
<para style="P2">[[ o.user_id.company_id.name ]]</para>
<para style="P3">[[ address and address.street ]], [[ address and address.zip ]] [[ address and address.city ]]</para>
<para style="P3">[[ address and address.country_id and address.country_id.name ]]</para>