[[repeatIn(objects,'o')]] [[ setLang(o.partner_id.lang) ]] Shipping address : [[ o.partner_id.title or '' ]] [[ o.partner_id.name ]] [[ o.partner_shipping_id.street ]] [[ o.partner_shipping_id.street2 or removeParentNode('para') ]] [[ o.partner_shipping_id.city or '' ]] [[ o.partner_shipping_id.zip or '' ]] [[ (o.partner_shipping_id.state_id and o.partner_shipping_id.state_id.name) or removeParentNode('para') ]] [[ o.partner_shipping_id.country_id and o.partner_shipping_id.country_id.name or '' ]] Invoice address : [[ o.partner_invoice_id.partner_id.name or '' ]] [[ o.partner_invoice_id.street ]] [[ o.partner_invoice_id.street2 or removeParentNode('para') ]] [[ o.partner_invoice_id.zip or '' ]] [[ o.partner_invoice_id.city or '' ]] [[ (o.partner_invoice_id.state_id and o.partner_invoice_id.state_id.name) or removeParentNode('para') ]] [[ o.partner_invoice_id.country_id and o.partner_invoice_id.country_id.name or '']] [[ o.partner_id.title or '' ]] [[ o.partner_id.name ]] [[ o.partner_order_id.street ]] [[ o.partner_order_id.street2 or removeParentNode('para') ]] [[ o.partner_order_id.zip or '' ]] [[ o.partner_order_id.city or '' ]] [[ (o.partner_order_id.state_id and o.partner_order_id.state_id.name) or removeParentNode('para') ]] [[ o.partner_order_id.country_id and o.partner_order_id.country_id.name or '' ]] Tel. : [[ o.partner_order_id.phone or removeParentNode('para') ]] Fax : [[ o.partner_order_id.fax or removeParentNode('para') ]] TVA : [[ o.partner_id.vat or removeParentNode('para') ]] [[ o.state<>'draft' and removeParentNode('para') ]] Quotation N° [[ o.name ]] [[ o.state=='draft' and removeParentNode('para') ]] Order N° [[ o.name ]] Your Reference Date Ordered Our Salesman Payment Terms [[ o.client_order_ref ]] [[ formatLang(o.date_order,date=True) ]] [[ o.user_id.name ]] [[ o.payment_term.name ]] Description VAT Quantity Unit Price Disc.(%) Price([[ o.pricelist_id.currency_id.code ]])
[[ repeatIn(sale_order_lines(o),'a') ]] [[ a['layout_type']=='text' and removeParentNode('blockTable')]] [[ (a['layout_type']=='title' or a['layout_type']=='subtotal') and ( setTag('para','para',{'fontName':'Helvetica-bold'})) or removeParentNode('font') ]][[ a['name'] ]] [[ a['layout_type']=='subtotal' and ( setTag('para','para',{'fontName':'Helvetica-Bold'})) or removeParentNode('font') ]][[ a['tax_id'] ]] [[ a['layout_type']=='subtotal' and ( setTag('para','para',{'fontName':'Helvetica-Bold'})) or removeParentNode('font') ]][[ a['product_uom_qty'] ]] [[ a['layout_type']=='subtotal' and ( setTag('para','para',{'fontName':'Helvetica-Bold'})) or removeParentNode('font') ]][[ a['product_uom'] ]] [[ a['layout_type']=='subtotal' and ( setTag('para','para',{'fontName':'Helvetica-Bold'})) or removeParentNode('font') ]] [[ formatLang(a['price_unit'], digits=get_digits(dp='Sale Price')) ]] [[ a['layout_type']=='subtotal' and ( setTag('para','para',{'fontName':'Helvetica-Bold'})) or removeParentNode('font') ]][[ formatLang(a['discount'], digits=get_digits(dp='Sale Price')) ]] [[ a['layout_type']=='subtotal' and ( setTag('para','para',{'fontName':'Helvetica-Bold'})) or removeParentNode('font') ]][[ formatLang(a['price_subtotal'], digits=get_digits(dp='Sale Price')) ]] [[ o.pricelist_id.currency_id.symbol ]] [[ a['layout_type']=='text' and a['name'] or removeParentNode('blockTable') ]] [[ a['note']=='' and removeParentNode('blockTable') ]][[ repeatIn(( a['note'] and a['note'].splitlines()) or [], 'note') ]] [[ a['note'] and note or removeParentNode('blockTable') ]] [[ a['layout_type']!='break' and removeParentNode('pageBreak')]] Description [[ a['layout_type']!='break' and removeParentNode('blockTable')]] Taxes Quantity Unit Price Disc. (%) Price
Net Total : [[ formatLang(o.amount_untaxed ) ]] [[ o.pricelist_id.currency_id.symbol ]] Taxes : [[ formatLang(o.amount_tax, digits=get_digits(dp='Account') ) ]] [[ o.pricelist_id.currency_id.symbol ]] Total : [[ formatLang(o.amount_total ) ]] [[ o.pricelist_id.currency_id.symbol ]] [[ format(o.note or '') ]] [[ format((o.partner_id.property_payment_term and o.partner_id.property_payment_term.note) or '') ]]