forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] product_packaging_dimension/product_logistics_uom: Files migrat…
…ed to v17.0
- Loading branch information
Showing
36 changed files
with
2,609 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
===================== | ||
Product logistics UoM | ||
===================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:c428d55c5ca2fbed7e7f053b5642620dc5ddfdcce5e67fe6c2154b1735799523 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github | ||
:target: https://github.com/OCA/product-attribute/tree/14.0/product_logistics_uom | ||
:alt: OCA/product-attribute | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/product-attribute-14-0/product-attribute-14-0-product_logistics_uom | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=14.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows to choose an Unit Of Measure (UoM) for products weight and volume. | ||
It can be set product per product for users in group_uom. | ||
|
||
Without this module, you only have the choice between Kg or Lb(s) and m³ for all the products. | ||
|
||
For some business cases, you need to express in more precise UoM than default ones like Liters | ||
instead of M³. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
Be aware, that this module only change the UoM but not the value. | ||
|
||
It's the same behavior as base Odoo when you change from Metric System to Imperial System. | ||
|
||
Configuration | ||
============= | ||
|
||
To change the default UoM | ||
|
||
#. Go "General Settings", then in "Products" | ||
#. you have to select a default unit of measure for weights and volumes. | ||
|
||
To change on a specific product | ||
|
||
#. Go the product form you can change the UoM directly. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/product-attribute/issues/new?body=module:%20product_logistics_uom%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* Akretion | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Raphaël Reverdy <[email protected]> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
|
||
The development of this module has been financially supported by: | ||
|
||
* Akretion <https://akretion.com> | ||
* La Base <https://labase.coop> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
.. |maintainer-hparfr| image:: https://github.com/hparfr.png?size=40px | ||
:target: https://github.com/hparfr | ||
:alt: hparfr | ||
|
||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-hparfr| | ||
|
||
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/14.0/product_logistics_uom>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 2020 Akretion (https://www.akretion.com). | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Product logistics UoM", | ||
"summary": "Configure product weights and volume UoM", | ||
"version": "17.0.1.0.1", | ||
"development_status": "Beta", | ||
"category": "Product", | ||
"website": "https://github.com/OCA/product-attribute", | ||
"author": " Akretion, Odoo Community Association (OCA)", | ||
"maintainers": ["hparfr"], | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"depends": [ | ||
"product", | ||
], | ||
"data": [ | ||
"views/res_config_settings.xml", | ||
"views/product.xml", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_logistics_uom | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2024-01-15 16:36+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model,name:product_logistics_uom.model_res_config_settings | ||
msgid "Config Settings" | ||
msgstr "Ajustes de configuración" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__product_default_length_uom_id | ||
msgid "Default Length Unit of Measure" | ||
msgstr "Unidad de Medida de Longitud por Defecto" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__product_default_volume_uom_id | ||
msgid "Default Volume Unit of Measure" | ||
msgstr "Unidad de medida de volumen predeterminada" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__product_default_weight_uom_id | ||
msgid "Default Weight Unit of Measure" | ||
msgstr "Unidad de medida de peso predeterminada" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,help:product_logistics_uom.field_res_config_settings__product_default_length_uom_id | ||
msgid "Default unit of measure to express product length" | ||
msgstr "Unidad de medida por defecto para expresar la longitud del producto" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,help:product_logistics_uom.field_res_config_settings__product_default_volume_uom_id | ||
msgid "Default unit of measure to express product volume" | ||
msgstr "Unidad de medida del volumen del producto predeterminada" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,help:product_logistics_uom.field_res_config_settings__product_default_weight_uom_id | ||
msgid "Default unit of measure to express product weight" | ||
msgstr "Unidad de medida del peso del producto predeterminada" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__display_name | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__display_name | ||
msgid "Display Name" | ||
msgstr "Mostrar Nombre" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__id | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template____last_update | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última Modificación el" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model,name:product_logistics_uom.model_product_template | ||
msgid "Product Template" | ||
msgstr "Plantilla de producto" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__product_uom_readonly | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__product_uom_readonly | ||
msgid "Product Uom Readonly" | ||
msgstr "Udm Producto Solo Lectura" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__volume_uom_id | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__volume_uom_id | ||
msgid "Volume Unit of Measure" | ||
msgstr "Unidad de medida de volumen" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__volume_uom_name | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__volume_uom_name | ||
msgid "Volume unit of measure label" | ||
msgstr "Etiqueta de unidad de medida de volumen" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__weight_uom_id | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__weight_uom_id | ||
msgid "Weight Unit of Measure" | ||
msgstr "Unidad de medida del peso" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__weight_uom_name | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__weight_uom_name | ||
msgid "Weight unit of measure label" | ||
msgstr "Etiqueta de unidad de medida del peso" | ||
|
||
#~ msgid "Choose the unit to measure volume" | ||
#~ msgstr "Escoja la unidad para medir el volumen" | ||
|
||
#~ msgid "Product" | ||
#~ msgstr "Producto" | ||
|
||
#~ msgid "The volume of the contents, not including any packaging, etc." | ||
#~ msgstr "El volumen de los contenidos, sin incluir ningún embalaje, etc." | ||
|
||
#~ msgid "The weight of the contents, not including any packaging, etc." | ||
#~ msgstr "El peso de los contenidos, sin incluir ningún embalaje, etc." | ||
|
||
#~ msgid "Volume" | ||
#~ msgstr "Volumen" | ||
|
||
#~ msgid "Volume Measurement" | ||
#~ msgstr "Medición de volumen" | ||
|
||
#~ msgid "Weight" | ||
#~ msgstr "Peso" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_logistics_uom | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2024-06-07 13:36+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model,name:product_logistics_uom.model_res_config_settings | ||
msgid "Config Settings" | ||
msgstr "Impostazioni configurazione" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__product_default_length_uom_id | ||
msgid "Default Length Unit of Measure" | ||
msgstr "Unità di misura lunghezza predefinita" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__product_default_volume_uom_id | ||
msgid "Default Volume Unit of Measure" | ||
msgstr "Unità di misura volume predefinito" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__product_default_weight_uom_id | ||
msgid "Default Weight Unit of Measure" | ||
msgstr "Unità di misura peso predefinito" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,help:product_logistics_uom.field_res_config_settings__product_default_length_uom_id | ||
msgid "Default unit of measure to express product length" | ||
msgstr "Unità di misura predefiita per esprimere la lunghezza di prodotto" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,help:product_logistics_uom.field_res_config_settings__product_default_volume_uom_id | ||
msgid "Default unit of measure to express product volume" | ||
msgstr "Unità di misura predefiita per esprimere il volume di prodotto" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,help:product_logistics_uom.field_res_config_settings__product_default_weight_uom_id | ||
msgid "Default unit of measure to express product weight" | ||
msgstr "Unità di misura predefinita per esprimere il peso di prodotto" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__display_name | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__display_name | ||
msgid "Display Name" | ||
msgstr "Nome visualizzato" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__id | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template____last_update | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_res_config_settings____last_update | ||
msgid "Last Modified on" | ||
msgstr "Ultima modifica il" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model,name:product_logistics_uom.model_product_template | ||
msgid "Product Template" | ||
msgstr "Modello prodotto" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__product_uom_readonly | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__product_uom_readonly | ||
msgid "Product Uom Readonly" | ||
msgstr "UdM prodotto solo lettura" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__volume_uom_id | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__volume_uom_id | ||
msgid "Volume Unit of Measure" | ||
msgstr "Unità di misura del volume" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__volume_uom_name | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__volume_uom_name | ||
msgid "Volume unit of measure label" | ||
msgstr "Etichetta unità di misura volume" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__weight_uom_id | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__weight_uom_id | ||
msgid "Weight Unit of Measure" | ||
msgstr "Unità di misura del peso" | ||
|
||
#. module: product_logistics_uom | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_product__weight_uom_name | ||
#: model:ir.model.fields,field_description:product_logistics_uom.field_product_template__weight_uom_name | ||
msgid "Weight unit of measure label" | ||
msgstr "Etichetta unità di misura del peso" |
Oops, something went wrong.