[[ repeatIn(objects,'o') ]] [[ setLang(o.partner_id.lang) ]] Shipping address : [[ o.partner_id.title or '' ]][[ o.partner_id.name ]] [[ o.partner_shipping_id.title or '' ]][[ o.partner_shipping_id.name ]] [[ o.partner_shipping_id.street ]] [[ o.partner_shipping_id.street2 or '' ]] [[ 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 '' ]][[ o.partner_shipping_id.country_id and o.partner_shipping_id.country_id.name or '' ]] Invoice address :[[ o.partner_id.property_payment_term.name ]] [[ o.partner_invoice_id.street ]][[ o.partner_invoice_id.street2 and (', %s' % o.partner_invoice_id.street2 or '') ]] [[ o.partner_invoice_id.zip or '' ]][[ o.partner_invoice_id.city or '' ]][[ o.partner_invoice_id.country_id and (', %s' % (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.title or '' ]][[ o.partner_order_id.name ]] [[ o.partner_order_id.street ]] [[ o.partner_order_id.street2 or '' ]] [[ 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 '' ]][[ 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.name ]] [[ o.date_order ]] [[ o.user_id.name ]] [[ o.partner_id and o.partner_id.property_payment_term and o.partner_id.property_payment_term['name'] or '' ]] Description VAT Quantity Unit Price Disc.(%) Price
[[ repeatIn(o.order_line,'line') ]] [[ line.name ]] [[ ', '.join(map(lambda x: x.name, line.tax_id)) or '0.00' ]] [[ line.product_uos and line.product_uos_qty or line.product_uom_qty or '0.00']] [[ line.product_uos and line.product_uos.name or line.product_uom.name ]] [[ line.price_unit or '0.00' ]] [[ line.discount and str(line.discount) or '0.00' ]] [[ line.price_subtotal or '0.00' ]] [[ format(line.notes or removeParentNode('tr')) ]]
Net Total : [[ o.amount_untaxed or '0.00' ]] [[ o.pricelist_id.currency_id.name ]] Taxes : [[ o.amount_tax or '0.00' ]] [[ o.pricelist_id.currency_id.name ]] Total : [[ o.amount_total or '0.00' ]] [[ o.pricelist_id.currency_id.name ]] [[ format(o.note or '') ]] [[ format((o.partner_id.property_payment_term and o.partner_id.property_payment_term.note) or '') ]]