diff --git a/.gitignore b/.gitignore index 890ff0109..7f2d43821 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ var/ *.egg-info/ .installed.cfg *.egg +*.eggs # Installer logs pip-log.txt diff --git a/packaging_uom/README.rst b/packaging_uom/README.rst new file mode 100644 index 000000000..497a35ad7 --- /dev/null +++ b/packaging_uom/README.rst @@ -0,0 +1,83 @@ +============= +Packaging UOM +============= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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%2Fserver--auth-lightgray.png?logo=github + :target: https://github.com/OCA/server-auth/tree/9.0/packaging_uom + :alt: OCA/server-auth +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/server-auth-9-0/server-auth-9-0-packaging_uom + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/251/9.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module was written to use unit of measure instead of quantity by package +in the definition of packaging. +The goal is to ease the use of packaging in sale and purchase. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +To configure this module, you need to: + +* on product packaging define the unit of measure to use. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* ACSONE SA/NV + +Contributors +~~~~~~~~~~~~ + +* Laetitia Gangloff +* Laurent Mignon + +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. + +This module is part of the `OCA/server-auth `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/packaging_uom/__init__.py b/packaging_uom/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/packaging_uom/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/packaging_uom/__openerp__.py b/packaging_uom/__openerp__.py new file mode 100644 index 000000000..188beafb2 --- /dev/null +++ b/packaging_uom/__openerp__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Copyright 2015-2017 ACSONE SA/NV () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Packaging UOM", + "version": "9.0.1.0.0", + "author": 'ACSONE SA/NV, ' + 'Odoo Community Association (OCA)', + "category": "Warehouse", + "website": "http://www.acsone.eu", + 'summary': "Use uom in package", + "depends": [ + "product", + ], + "data": [ + "views/product_packaging_views.xml", + ], + "license": "AGPL-3", + "installable": True, +} diff --git a/packaging_uom/i18n/cs_CZ.po b/packaging_uom/i18n/cs_CZ.po new file mode 100644 index 000000000..78f2844f6 --- /dev/null +++ b/packaging_uom/i18n/cs_CZ.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# Lukáš Spurný , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2018-02-27 11:37+0000\n" +"Last-Translator: Lukáš Spurný , 2018\n" +"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/" +"teams/23907/cs_CZ/)\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "Konfigurace" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "Musí být ve stejné kategorii, než je výchozí měrná jednotka." + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "Obal" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "Je vyžadována polní jednotka měření" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Měrná jednotka" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "Identifikátor domény Uom categ" diff --git a/packaging_uom/i18n/de.po b/packaging_uom/i18n/de.po new file mode 100644 index 000000000..cb6e5c7ea --- /dev/null +++ b/packaging_uom/i18n/de.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Maßeinheit" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/es.po b/packaging_uom/i18n/es.po new file mode 100644 index 000000000..de593bc7a --- /dev/null +++ b/packaging_uom/i18n/es.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +# enjolras , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2018-02-27 11:37+0000\n" +"Last-Translator: enjolras , 2018\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "Configuraciones" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" +"Debe estar en la misma categoría que la unidad de medida predeterminada." + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "Empaquetado" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "El campo Unidad de medida es obligatorio" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unidad de medida" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/fi.po b/packaging_uom/i18n/fi.po new file mode 100644 index 000000000..4cb29484b --- /dev/null +++ b/packaging_uom/i18n/fi.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Mittayksikkö" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/fr.po b/packaging_uom/i18n/fr.po new file mode 100644 index 000000000..fde354c39 --- /dev/null +++ b/packaging_uom/i18n/fr.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unité de mesure" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/hr.po b/packaging_uom/i18n/hr.po new file mode 100644 index 000000000..2c22669c2 --- /dev/null +++ b/packaging_uom/i18n/hr.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2018-02-27 11:37+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "Postavke" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "Mora biti u istoj kategoriji u kojoj je i glavna jedinica mjere" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "Pakiranje" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "Polje jedinica mjere je obavezno" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Jedinica mjere" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "Domena kategorije jedinice mjere" diff --git a/packaging_uom/i18n/hr_HR.po b/packaging_uom/i18n/hr_HR.po new file mode 100644 index 000000000..7baeffd1c --- /dev/null +++ b/packaging_uom/i18n/hr_HR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Jedinica mjere" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/it.po b/packaging_uom/i18n/it.po new file mode 100644 index 000000000..4d40da272 --- /dev/null +++ b/packaging_uom/i18n/it.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unità di misura" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/nl.po b/packaging_uom/i18n/nl.po new file mode 100644 index 000000000..d221ce651 --- /dev/null +++ b/packaging_uom/i18n/nl.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Maateenheid" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/packaging_uom.pot b/packaging_uom/i18n/packaging_uom.pot new file mode 100644 index 000000000..02ce2e20b --- /dev/null +++ b/packaging_uom/i18n/packaging_uom.pot @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2019-04-17 13:12+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" + diff --git a/packaging_uom/i18n/pt.po b/packaging_uom/i18n/pt.po new file mode 100644 index 000000000..cc090322f --- /dev/null +++ b/packaging_uom/i18n/pt.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unidade de Medida" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/pt_BR.po b/packaging_uom/i18n/pt_BR.po new file mode 100644 index 000000000..722d7e26c --- /dev/null +++ b/packaging_uom/i18n/pt_BR.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unidade de Medida" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/sl.po b/packaging_uom/i18n/sl.po new file mode 100644 index 000000000..e21bdf363 --- /dev/null +++ b/packaging_uom/i18n/sl.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-17 13:12+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:85 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Enota mere" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/models/__init__.py b/packaging_uom/models/__init__.py new file mode 100644 index 000000000..2c4d9a88a --- /dev/null +++ b/packaging_uom/models/__init__.py @@ -0,0 +1 @@ +from . import product_packaging diff --git a/packaging_uom/models/product_packaging.py b/packaging_uom/models/product_packaging.py new file mode 100644 index 000000000..27d38cffd --- /dev/null +++ b/packaging_uom/models/product_packaging.py @@ -0,0 +1,86 @@ +# -*- coding: utf-8 -*- +# Copyright 2015-2017 ACSONE SA/NV () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from openerp import api, fields, models, _ +from openerp.exceptions import ValidationError + + +class ProductPackaging(models.Model): + _inherit = 'product.packaging' + + @api.model + def _default_uom_categ_domain_id(self): + uom_id = self.env.context.get("get_uom_categ_from_uom") + if not uom_id: + return self.env['product.uom.categ'] + uom = self.env['product.uom'].browse(uom_id) + return uom.category_id.id + + uom_id = fields.Many2one( + 'product.uom', + 'Unit of Measure', + help="It must be in the same category than " + "the default unit of measure.", + required=False + ) + uom_categ_domain_id = fields.Many2one( + default=_default_uom_categ_domain_id, + comodel_name='product.uom.categ' + ) + qty = fields.Float( + compute="_compute_qty", + inverse="_inverse_qty", + store=True, + readonly=True + ) + + @api.multi + @api.depends('uom_id', 'product_tmpl_id.uom_id') + def _compute_qty(self): + """ + Compute the quantity by package based on uom + """ + for packaging in self: + if packaging.uom_id and packaging.product_tmpl_id: + packaging.qty = self.env['product.uom']._compute_qty_obj( + packaging.uom_id, + 1, + to_unit=packaging.product_tmpl_id.uom_id) + else: + packaging.qty = 0 + + @api.multi + def _inverse_qty(self): + """ + The inverse method is defined to make the code compatible with + existing modules and to not break tests... + :return: + """ + for packaging in self: + category_id = packaging.product_tmpl_id.uom_id.category_id + uom_id = packaging.uom_id.search([ + ("factor", "=", 1.0 / self.qty), + ('category_id', '=', category_id.id)]) + if not uom_id: + uom_id = packaging.uom_id.create({ + 'name': "%s %s" % (category_id.name, packaging.qty), + 'category_id': category_id.id, + 'rounding': packaging.product_tmpl_id.uom_id.rounding, + 'uom_type': 'bigger', + 'factor_inv': packaging.qty, + 'active': True + }) + packaging.uom_id = uom_id + + @api.multi + @api.constrains('uom_id') + def _check_uom_id(self): + """ Check uom_id is not null + + Since the field can be computed by the inverse method on 'qty', + it's no more possible to add a sql constrains on the column uom_id. + """ + for rec in self: + if not rec.uom_id: + raise ValidationError(_("The field Unit of Measure is " + "required")) diff --git a/packaging_uom/readme/CONFIGURE.rst b/packaging_uom/readme/CONFIGURE.rst new file mode 100644 index 000000000..62b9f0aa9 --- /dev/null +++ b/packaging_uom/readme/CONFIGURE.rst @@ -0,0 +1,3 @@ +To configure this module, you need to: + +* on product packaging define the unit of measure to use. diff --git a/packaging_uom/readme/CONTRIBUTORS.rst b/packaging_uom/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..3d6d548f9 --- /dev/null +++ b/packaging_uom/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Laetitia Gangloff +* Laurent Mignon diff --git a/packaging_uom/readme/DESCRIPTION.rst b/packaging_uom/readme/DESCRIPTION.rst new file mode 100644 index 000000000..6fec11b73 --- /dev/null +++ b/packaging_uom/readme/DESCRIPTION.rst @@ -0,0 +1,3 @@ +This module was written to use unit of measure instead of quantity by package +in the definition of packaging. +The goal is to ease the use of packaging in sale and purchase. diff --git a/packaging_uom/readme/INSTALLATION.rst b/packaging_uom/readme/INSTALLATION.rst new file mode 100644 index 000000000..e90899f4a --- /dev/null +++ b/packaging_uom/readme/INSTALLATION.rst @@ -0,0 +1,3 @@ +To install this module, you need to: + +* Click on install button diff --git a/packaging_uom/static/description/icon.png b/packaging_uom/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/packaging_uom/static/description/icon.png differ diff --git a/packaging_uom/static/description/index.html b/packaging_uom/static/description/index.html new file mode 100644 index 000000000..e151d57e3 --- /dev/null +++ b/packaging_uom/static/description/index.html @@ -0,0 +1,430 @@ + + + + + + +Packaging UOM + + + +
+

Packaging UOM

+ + +

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runbot

+

This module was written to use unit of measure instead of quantity by package +in the definition of packaging. +The goal is to ease the use of packaging in sale and purchase.

+

Table of contents

+ +
+

Configuration

+

To configure this module, you need to:

+
    +
  • on product packaging define the unit of measure to use.
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • ACSONE SA/NV
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

This module is part of the OCA/server-auth project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/packaging_uom/tests/__init__.py b/packaging_uom/tests/__init__.py new file mode 100644 index 000000000..a10ba7b6f --- /dev/null +++ b/packaging_uom/tests/__init__.py @@ -0,0 +1 @@ +from . import test_product_packaging diff --git a/packaging_uom/tests/test_product_packaging.py b/packaging_uom/tests/test_product_packaging.py new file mode 100644 index 000000000..c8946b40c --- /dev/null +++ b/packaging_uom/tests/test_product_packaging.py @@ -0,0 +1,118 @@ +# -*- coding: utf-8 -*- +# Copyright 2015-2017 ACSONE SA/NV () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +import openerp.tests.common as common +from openerp.exceptions import ValidationError + + +class TestProductPackaging(common.TransactionCase): + + def setUp(self): + super(TestProductPackaging, self).setUp() + self.uom_unit = self.env.ref('product.product_uom_unit') + self.uom_dozen = self.env.ref('product.product_uom_dozen') + self.product_tmpl_dozen = self.env['product.template'].create({ + 'name': 'PRODUCT DOZEN', + 'uom_id': self.uom_dozen.id, + 'tracking': 'none', + }) + self.product_tmpl_unit = self.env['product.template'].create({ + 'name': 'PRODUCT UNIT', + 'uom_id': self.uom_unit.id, + 'tracking': 'none', + }) + + def test_compute_quantity_by_package(self): + """ Create a packagings with uom product_uom_dozen on + * product_tmpl_dozen (uom is product_uom_dozen) + * product_tmpl_unit (uom is product_uom_unit) + Result should be : + * product_tmpl_dozen -> qty by package : 1 + * product_tmpl_unit -> qty by package : 12 + Create product_uom_24 + Update product_tmpl_dozen to set this new uom + Result should be : + * product_tmpl_dozen -> qty by package : 0.5 + Update product_package_unit to set this new uom + Result should be : + * product_packaging_unit -> qty by package : 24 + Create product_uom 6 + Update product_tmpl_dozen to set this new uom + Result should be : + * product_packaging_dozen -> qty by package : 2 + Update product_packaging_unit to set this new uom + Result should be : + * product_packaging_unit -> qty by package : 6 + """ + + packaging_obj = self.env['product.packaging'] + product_packaging_dozen = packaging_obj.create({ + 'name': 'PACKAGING 1', + 'product_tmpl_id': self.product_tmpl_dozen.id, + 'uom_id': self.uom_dozen.id, + }) + self.assertAlmostEqual(product_packaging_dozen.qty, 1) + product_packaging_unit = packaging_obj.with_context( + get_uom_categ_from_uom=self.uom_dozen.category_id.id).create({ + 'name': 'PACKAGING 2', + 'product_tmpl_id': self.product_tmpl_unit.id, + 'uom_id': self.uom_dozen.id, + }) + self.assertAlmostEqual(product_packaging_unit.qty, 12) + self.assertEqual( + self.uom_dozen.category_id, + product_packaging_unit.uom_categ_domain_id, + 'The UOM domain is not well set' + ) + product_uom_24 = self.env['product.uom'].create({ + 'category_id': self.env.ref('product.product_uom_categ_unit').id, + 'name': 'Double Dozens', + 'factor_inv': 24, + 'uom_type': 'bigger', + }) + self.product_tmpl_dozen.uom_id = product_uom_24 + self.assertAlmostEqual(product_packaging_dozen.qty, 0.5) + product_packaging_unit.uom_id = product_uom_24 + self.assertAlmostEqual(product_packaging_unit.qty, 24) + product_uom_6 = self.env['product.uom'].create({ + 'category_id': self.env.ref('product.product_uom_categ_unit').id, + 'name': 'Demi Dozens', + 'factor_inv': 6, + 'uom_type': 'bigger', + }) + self.product_tmpl_dozen.uom_id = product_uom_6 + self.assertAlmostEqual(product_packaging_dozen.qty, 2) + product_packaging_unit.uom_id = product_uom_6 + self.assertAlmostEqual(product_packaging_unit.qty, 6) + # Set Packaging Quantity + product_packaging_dozen.qty = 1 + self.assertEquals( + self.uom_unit, + product_packaging_dozen.uom_id + ) + # Try to set null on uom + with self.assertRaises(ValidationError): + product_packaging_dozen.uom_id = None + + # Define a new packaging unit + uom_524 = self.env['product.uom'].search([ + ('category_id', '=', + product_packaging_dozen.product_tmpl_id.uom_id.category_id.id), + ('name', + '=', + '%s %s' % + (product_packaging_dozen.product_tmpl_id.uom_id.category_id.name, + float(524))) + ]) + self.assertEqual(0, len(uom_524)) + product_packaging_dozen.qty = 524 + uom_524 = self.env['product.uom'].search([ + ('category_id', '=', + product_packaging_dozen.product_tmpl_id.uom_id.category_id.id), + ('name', + '=', + '%s %s' % + (product_packaging_dozen.product_tmpl_id.uom_id.category_id.name, + float(524))) + ]) + self.assertEqual(1, len(uom_524)) diff --git a/packaging_uom/views/product_packaging_views.xml b/packaging_uom/views/product_packaging_views.xml new file mode 100644 index 000000000..0e9891b93 --- /dev/null +++ b/packaging_uom/views/product_packaging_views.xml @@ -0,0 +1,33 @@ + + + + + product.template.common.form (packaging_uom) + product.template + + + + + + + + + + + + + + + product.packaging.form.view (packaging_uom) + product.packaging + + + + + + + + + diff --git a/setup/packaging_uom/odoo_addons/__init__.py b/setup/packaging_uom/odoo_addons/__init__.py new file mode 100644 index 000000000..de40ea7ca --- /dev/null +++ b/setup/packaging_uom/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/packaging_uom/odoo_addons/packaging_uom b/setup/packaging_uom/odoo_addons/packaging_uom new file mode 120000 index 000000000..917499ffa --- /dev/null +++ b/setup/packaging_uom/odoo_addons/packaging_uom @@ -0,0 +1 @@ +../../../packaging_uom \ No newline at end of file diff --git a/setup/packaging_uom/setup.py b/setup/packaging_uom/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/packaging_uom/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)