This commit is contained in:
Raimon Esteve 2017-03-08 08:21:24 +01:00
parent 23ff579bb9
commit 6b44579f07
4 changed files with 19 additions and 0 deletions

View file

@ -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')

View file

@ -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"

View file

@ -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"

View file

@ -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>