mirror of
https://github.com/NaN-tic/trytond-jasper_reports_options.git
synced 2023-12-14 02:42:53 +01:00
Show UoM
This commit is contained in:
parent
23ff579bb9
commit
6b44579f07
4 changed files with 19 additions and 0 deletions
|
@ -17,3 +17,4 @@ class Company:
|
|||
invoice_header = fields.Char('Invoice Header', translate=True)
|
||||
invoice_footer = fields.Char('Invoice Footer', translate=True)
|
||||
invoice_background = fields.Char('Invoice Background', translate=True)
|
||||
show_uom = fields.Boolean('Show UoM', help='Show the UoM')
|
||||
|
|
|
@ -30,6 +30,10 @@ msgctxt "field:company.company,shipment_qty:"
|
|||
msgid "Shipment Qty"
|
||||
msgstr "Quantitat Albarà"
|
||||
|
||||
msgctxt "field:company.company,show_uom:"
|
||||
msgid "Show UoM"
|
||||
msgstr "Mostra UdM"
|
||||
|
||||
msgctxt "help:company.company,invoice_qty:"
|
||||
msgid "Show qty without decimals"
|
||||
msgstr "Mostra les quantitats sense decimals"
|
||||
|
@ -45,3 +49,7 @@ msgstr "Mostra les quantitats sense decimals"
|
|||
msgctxt "help:company.company,shipment_qty:"
|
||||
msgid "Show qty without decimals"
|
||||
msgstr "Mostra les quantitats sense decimals"
|
||||
|
||||
msgctxt "help:company.company,show_uom:"
|
||||
msgid "Show the UoM"
|
||||
msgstr "Mostra la unitat de mesura"
|
||||
|
|
|
@ -30,6 +30,10 @@ msgctxt "field:company.company,shipment_qty:"
|
|||
msgid "Shipment Qty"
|
||||
msgstr "Cantidad Albarán"
|
||||
|
||||
msgctxt "field:company.company,show_uom:"
|
||||
msgid "Show UoM"
|
||||
msgstr "Mostrar UdM"
|
||||
|
||||
msgctxt "help:company.company,invoice_qty:"
|
||||
msgid "Show qty without decimals"
|
||||
msgstr "Muestra las cantidades sin decimales"
|
||||
|
@ -45,3 +49,7 @@ msgstr "Muestra las cantidades sin decimales"
|
|||
msgctxt "help:company.company,shipment_qty:"
|
||||
msgid "Show qty without decimals"
|
||||
msgstr "Muestra las cantidades sin decimales"
|
||||
|
||||
msgctxt "help:company.company,show_uom:"
|
||||
msgid "Show the UoM"
|
||||
msgstr "Muestra la unidad de medida"
|
||||
|
|
|
@ -20,6 +20,8 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
|
|||
<field name="purchase_qty"/>
|
||||
<label name="shipment_qty"/>
|
||||
<field name="shipment_qty"/>
|
||||
<label name="show_uom"/>
|
||||
<field name="show_uom"/>
|
||||
</group>
|
||||
</xpath>
|
||||
</data>
|
||||
|
|
Loading…
Reference in a new issue