[[repeatIn(objects,'o')]] [[ setLang(o.partner_id.lang) ]] Sales lines Company Print Date No. Of Articles [[ company.name ]] [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] [[ formatLang(total_quantity(o)) ]] Description Tax Quantity Unit Price Disc. (%) Price
[[repeatIn(o.lines,'l')]] [ [[l.product_id.code]] ] [[l.product_id.name]] [[taxes(l)]] [[ formatLang(l.qty) ]] [[l.product_id.uom_id.name]] [[ formatLang(l.price_unit) ]] [[ formatLang(l.discount) ]] [[ formatLang(l.price_subtotal) ]] [[o.pricelist_id.currency_id. symbol ]]
Net Total : [[ formatLang(o.amount_total) ]] [[o.pricelist_id.currency_id.symbol ]] Taxes : [[ formatLang(o.amount_tax) ]] [[o.pricelist_id.currency_id. symbol ]] Total: [[ formatLang(o.amount_total + o.amount_tax) ]] [[o.pricelist_id.currency_id. symbol ]]