mirror of
https://github.com/NaN-tic/trytond-jasper_reports_options.git
synced 2023-12-14 02:42:53 +01:00
Translate fields invoice header, footer and background
This commit is contained in:
parent
c12cddc90f
commit
32e4d520f7
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue