mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
#. module: web_widget_uom
|
|
#: model:ir.model.fields,field_description:web_widget_uom.field_uom_uom__decimal_places
|
|
msgid "Decimal Places"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: model:ir.model.constraint,message:web_widget_uom.constraint_uom_uom_uom_decimal_places_positive
|
|
msgid "Decimal places must be strictly bigger or equal than zero"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: model:ir.model.fields,field_description:web_widget_uom.field_uom_uom__display_name
|
|
msgid "Display Name"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: model:ir.model.fields,field_description:web_widget_uom.field_uom_uom__id
|
|
msgid "ID"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: model:ir.model.fields,help:web_widget_uom.field_uom_uom__show_only_inputed_decimals
|
|
msgid "It shows only inputed decimals up to Decimal Places"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: model:ir.model.fields,field_description:web_widget_uom.field_uom_uom____last_update
|
|
msgid "Last Modified on"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: model:ir.model,name:web_widget_uom.model_uom_uom
|
|
msgid "Product Unit of Measure"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: model:ir.model.fields,field_description:web_widget_uom.field_uom_uom__show_only_inputed_decimals
|
|
msgid "Show only inputed decimals"
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: code:addons/web_widget_uom/models/uom_uom.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"The Decimal places is higher than the Decimal Accuracy (%s digits).\n"
|
|
"This may cause inconsistencies in computations.\n"
|
|
"Please set Decimal Places between 0 and %s."
|
|
msgstr ""
|
|
|
|
#. module: web_widget_uom
|
|
#: code:addons/web_widget_uom/models/uom_uom.py:0
|
|
#, python-format
|
|
msgid "Warning!"
|
|
msgstr ""
|