Translate fields invoice header, footer and background

This commit is contained in:
resteve 2016-02-11 08:46:15 +01:00
parent c12cddc90f
commit 32e4d520f7

View file

@ -14,6 +14,6 @@ class Company:
sale_qty = fields.Boolean('Sale Qty', help='Show qty without decimals')
purchase_qty = fields.Boolean('Purchase Qty', help='Show qty without decimals')
shipment_qty = fields.Boolean('Shipment Qty', help='Show qty without decimals')
invoice_header = fields.Char('Invoice Header')
invoice_footer = fields.Char('Invoice Footer')
invoice_background = fields.Char('Invoice Background')
invoice_header = fields.Char('Invoice Header', translate=True)
invoice_footer = fields.Char('Invoice Footer', translate=True)
invoice_background = fields.Char('Invoice Background', translate=True)