mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Merge pull request #576 from acsone/9.0-backport_packaging_uom_tbi
[9.0] [BACKPORT] Packaging UOM
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,6 +21,7 @@ var/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
*.eggs
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
83
packaging_uom/README.rst
Normal file
83
packaging_uom/README.rst
Normal file
@@ -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 <https://github.com/OCA/server-auth/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 <https://github.com/OCA/server-auth/issues/new?body=module:%20packaging_uom%0Aversion:%209.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
|
||||
~~~~~~~
|
||||
|
||||
* ACSONE SA/NV
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Laetitia Gangloff <laetitia.gangloff@acsone.eu>
|
||||
* Laurent Mignon <laurent.mignon@acsone.eu>
|
||||
|
||||
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 <https://github.com/OCA/server-auth/tree/9.0/packaging_uom>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
1
packaging_uom/__init__.py
Normal file
1
packaging_uom/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import models
|
||||
20
packaging_uom/__openerp__.py
Normal file
20
packaging_uom/__openerp__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# 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,
|
||||
}
|
||||
52
packaging_uom/i18n/cs_CZ.po
Normal file
52
packaging_uom/i18n/cs_CZ.po
Normal file
@@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# Lukáš Spurný <lukasspurny8@gmail.com>, 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ý <lukasspurny8@gmail.com>, 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"
|
||||
51
packaging_uom/i18n/de.po
Normal file
51
packaging_uom/i18n/de.po
Normal file
@@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
53
packaging_uom/i18n/es.po
Normal file
53
packaging_uom/i18n/es.po
Normal file
@@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# enjolras <yo@miguelrevilla.com>, 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 <yo@miguelrevilla.com>, 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 ""
|
||||
51
packaging_uom/i18n/fi.po
Normal file
51
packaging_uom/i18n/fi.po
Normal file
@@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
51
packaging_uom/i18n/fr.po
Normal file
51
packaging_uom/i18n/fr.po
Normal file
@@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
52
packaging_uom/i18n/hr.po
Normal file
52
packaging_uom/i18n/hr.po
Normal file
@@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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"
|
||||
53
packaging_uom/i18n/hr_HR.po
Normal file
53
packaging_uom/i18n/hr_HR.po
Normal file
@@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
51
packaging_uom/i18n/it.po
Normal file
51
packaging_uom/i18n/it.po
Normal file
@@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
51
packaging_uom/i18n/nl.po
Normal file
51
packaging_uom/i18n/nl.po
Normal file
@@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
49
packaging_uom/i18n/packaging_uom.pot
Normal file
49
packaging_uom/i18n/packaging_uom.pot
Normal file
@@ -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 ""
|
||||
|
||||
51
packaging_uom/i18n/pt.po
Normal file
51
packaging_uom/i18n/pt.po
Normal file
@@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
52
packaging_uom/i18n/pt_BR.po
Normal file
52
packaging_uom/i18n/pt_BR.po
Normal file
@@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
52
packaging_uom/i18n/sl.po
Normal file
52
packaging_uom/i18n/sl.po
Normal file
@@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * packaging_uom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
1
packaging_uom/models/__init__.py
Normal file
1
packaging_uom/models/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import product_packaging
|
||||
86
packaging_uom/models/product_packaging.py
Normal file
86
packaging_uom/models/product_packaging.py
Normal file
@@ -0,0 +1,86 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# 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"))
|
||||
3
packaging_uom/readme/CONFIGURE.rst
Normal file
3
packaging_uom/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
* on product packaging define the unit of measure to use.
|
||||
2
packaging_uom/readme/CONTRIBUTORS.rst
Normal file
2
packaging_uom/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Laetitia Gangloff <laetitia.gangloff@acsone.eu>
|
||||
* Laurent Mignon <laurent.mignon@acsone.eu>
|
||||
3
packaging_uom/readme/DESCRIPTION.rst
Normal file
3
packaging_uom/readme/DESCRIPTION.rst
Normal file
@@ -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.
|
||||
3
packaging_uom/readme/INSTALLATION.rst
Normal file
3
packaging_uom/readme/INSTALLATION.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
To install this module, you need to:
|
||||
|
||||
* Click on install button
|
||||
BIN
packaging_uom/static/description/icon.png
Normal file
BIN
packaging_uom/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
430
packaging_uom/static/description/index.html
Normal file
430
packaging_uom/static/description/index.html
Normal file
@@ -0,0 +1,430 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
|
||||
<title>Packaging UOM</title>
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
|
||||
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
*/
|
||||
|
||||
/* used to remove borders from tables and images */
|
||||
.borderless, table.borderless td, table.borderless th {
|
||||
border: 0 }
|
||||
|
||||
table.borderless td, table.borderless th {
|
||||
/* Override padding for "table.docutils td" with "! important".
|
||||
The right padding separates the table cells. */
|
||||
padding: 0 0.5em 0 0 ! important }
|
||||
|
||||
.first {
|
||||
/* Override more specific margin styles with "! important". */
|
||||
margin-top: 0 ! important }
|
||||
|
||||
.last, .with-subtitle {
|
||||
margin-bottom: 0 ! important }
|
||||
|
||||
.hidden {
|
||||
display: none }
|
||||
|
||||
.subscript {
|
||||
vertical-align: sub;
|
||||
font-size: smaller }
|
||||
|
||||
.superscript {
|
||||
vertical-align: super;
|
||||
font-size: smaller }
|
||||
|
||||
a.toc-backref {
|
||||
text-decoration: none ;
|
||||
color: black }
|
||||
|
||||
blockquote.epigraph {
|
||||
margin: 2em 5em ; }
|
||||
|
||||
dl.docutils dd {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||||
dl.docutils dt {
|
||||
font-weight: bold }
|
||||
*/
|
||||
|
||||
div.abstract {
|
||||
margin: 2em 5em }
|
||||
|
||||
div.abstract p.topic-title {
|
||||
font-weight: bold ;
|
||||
text-align: center }
|
||||
|
||||
div.admonition, div.attention, div.caution, div.danger, div.error,
|
||||
div.hint, div.important, div.note, div.tip, div.warning {
|
||||
margin: 2em ;
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.admonition p.admonition-title, div.hint p.admonition-title,
|
||||
div.important p.admonition-title, div.note p.admonition-title,
|
||||
div.tip p.admonition-title {
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
div.attention p.admonition-title, div.caution p.admonition-title,
|
||||
div.danger p.admonition-title, div.error p.admonition-title,
|
||||
div.warning p.admonition-title, .code .error {
|
||||
color: red ;
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
/* Uncomment (and remove this text!) to get reduced vertical space in
|
||||
compound paragraphs.
|
||||
div.compound .compound-first, div.compound .compound-middle {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
div.compound .compound-last, div.compound .compound-middle {
|
||||
margin-top: 0.5em }
|
||||
*/
|
||||
|
||||
div.dedication {
|
||||
margin: 2em 5em ;
|
||||
text-align: center ;
|
||||
font-style: italic }
|
||||
|
||||
div.dedication p.topic-title {
|
||||
font-weight: bold ;
|
||||
font-style: normal }
|
||||
|
||||
div.figure {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
div.footer, div.header {
|
||||
clear: both;
|
||||
font-size: smaller }
|
||||
|
||||
div.line-block {
|
||||
display: block ;
|
||||
margin-top: 1em ;
|
||||
margin-bottom: 1em }
|
||||
|
||||
div.line-block div.line-block {
|
||||
margin-top: 0 ;
|
||||
margin-bottom: 0 ;
|
||||
margin-left: 1.5em }
|
||||
|
||||
div.sidebar {
|
||||
margin: 0 0 0.5em 1em ;
|
||||
border: medium outset ;
|
||||
padding: 1em ;
|
||||
background-color: #ffffee ;
|
||||
width: 40% ;
|
||||
float: right ;
|
||||
clear: right }
|
||||
|
||||
div.sidebar p.rubric {
|
||||
font-family: sans-serif ;
|
||||
font-size: medium }
|
||||
|
||||
div.system-messages {
|
||||
margin: 5em }
|
||||
|
||||
div.system-messages h1 {
|
||||
color: red }
|
||||
|
||||
div.system-message {
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.system-message p.system-message-title {
|
||||
color: red ;
|
||||
font-weight: bold }
|
||||
|
||||
div.topic {
|
||||
margin: 2em }
|
||||
|
||||
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||||
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||||
margin-top: 0.4em }
|
||||
|
||||
h1.title {
|
||||
text-align: center }
|
||||
|
||||
h2.subtitle {
|
||||
text-align: center }
|
||||
|
||||
hr.docutils {
|
||||
width: 75% }
|
||||
|
||||
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||||
clear: left ;
|
||||
float: left ;
|
||||
margin-right: 1em }
|
||||
|
||||
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||||
clear: right ;
|
||||
float: right ;
|
||||
margin-left: 1em }
|
||||
|
||||
img.align-center, .figure.align-center, object.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
table.align-center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left }
|
||||
|
||||
.align-center {
|
||||
clear: both ;
|
||||
text-align: center }
|
||||
|
||||
.align-right {
|
||||
text-align: right }
|
||||
|
||||
/* reset inner alignment in figures */
|
||||
div.align-right {
|
||||
text-align: inherit }
|
||||
|
||||
/* div.align-center * { */
|
||||
/* text-align: left } */
|
||||
|
||||
.align-top {
|
||||
vertical-align: top }
|
||||
|
||||
.align-middle {
|
||||
vertical-align: middle }
|
||||
|
||||
.align-bottom {
|
||||
vertical-align: bottom }
|
||||
|
||||
ol.simple, ul.simple {
|
||||
margin-bottom: 1em }
|
||||
|
||||
ol.arabic {
|
||||
list-style: decimal }
|
||||
|
||||
ol.loweralpha {
|
||||
list-style: lower-alpha }
|
||||
|
||||
ol.upperalpha {
|
||||
list-style: upper-alpha }
|
||||
|
||||
ol.lowerroman {
|
||||
list-style: lower-roman }
|
||||
|
||||
ol.upperroman {
|
||||
list-style: upper-roman }
|
||||
|
||||
p.attribution {
|
||||
text-align: right ;
|
||||
margin-left: 50% }
|
||||
|
||||
p.caption {
|
||||
font-style: italic }
|
||||
|
||||
p.credits {
|
||||
font-style: italic ;
|
||||
font-size: smaller }
|
||||
|
||||
p.label {
|
||||
white-space: nowrap }
|
||||
|
||||
p.rubric {
|
||||
font-weight: bold ;
|
||||
font-size: larger ;
|
||||
color: maroon ;
|
||||
text-align: center }
|
||||
|
||||
p.sidebar-title {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold ;
|
||||
font-size: larger }
|
||||
|
||||
p.sidebar-subtitle {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
p.topic-title {
|
||||
font-weight: bold }
|
||||
|
||||
pre.address {
|
||||
margin-bottom: 0 ;
|
||||
margin-top: 0 ;
|
||||
font: inherit }
|
||||
|
||||
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: grey; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||||
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||||
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||||
pre.code .inserted, code .inserted { background-color: #A3D289}
|
||||
|
||||
span.classifier {
|
||||
font-family: sans-serif ;
|
||||
font-style: oblique }
|
||||
|
||||
span.classifier-delimiter {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
span.interpreted {
|
||||
font-family: sans-serif }
|
||||
|
||||
span.option {
|
||||
white-space: nowrap }
|
||||
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
/* font-size relative to parent (h1..h6 element) */
|
||||
font-size: 80% }
|
||||
|
||||
table.citation {
|
||||
border-left: solid 1px gray;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docinfo {
|
||||
margin: 2em 4em }
|
||||
|
||||
table.docutils {
|
||||
margin-top: 0.5em ;
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
table.footnote {
|
||||
border-left: solid 1px black;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docutils td, table.docutils th,
|
||||
table.docinfo td, table.docinfo th {
|
||||
padding-left: 0.5em ;
|
||||
padding-right: 0.5em ;
|
||||
vertical-align: top }
|
||||
|
||||
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||||
font-weight: bold ;
|
||||
text-align: left ;
|
||||
white-space: nowrap ;
|
||||
padding-left: 0 }
|
||||
|
||||
/* "booktabs" style (no vertical lines) */
|
||||
table.docutils.booktabs {
|
||||
border: 0px;
|
||||
border-top: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.docutils.booktabs * {
|
||||
border: 0px;
|
||||
}
|
||||
table.docutils.booktabs th {
|
||||
border-bottom: thin solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||||
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||||
font-size: 100% }
|
||||
|
||||
ul.auto-toc {
|
||||
list-style-type: none }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="document" id="packaging-uom">
|
||||
<h1 class="title">Packaging UOM</h1>
|
||||
|
||||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/server-auth/tree/9.0/packaging_uom"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-auth-9-0/server-auth-9-0-packaging_uom"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/251/9.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>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.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="configuration">
|
||||
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
|
||||
<p>To configure this module, you need to:</p>
|
||||
<ul class="simple">
|
||||
<li>on product packaging define the unit of measure to use.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
|
||||
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
|
||||
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20packaging_uom%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
|
||||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>ACSONE SA/NV</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Laetitia Gangloff <<a class="reference external" href="mailto:laetitia.gangloff@acsone.eu">laetitia.gangloff@acsone.eu</a>></li>
|
||||
<li>Laurent Mignon <<a class="reference external" href="mailto:laurent.mignon@acsone.eu">laurent.mignon@acsone.eu</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<p>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.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/9.0/packaging_uom">OCA/server-auth</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
packaging_uom/tests/__init__.py
Normal file
1
packaging_uom/tests/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import test_product_packaging
|
||||
118
packaging_uom/tests/test_product_packaging.py
Normal file
118
packaging_uom/tests/test_product_packaging.py
Normal file
@@ -0,0 +1,118 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# 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))
|
||||
33
packaging_uom/views/product_packaging_views.xml
Normal file
33
packaging_uom/views/product_packaging_views.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
<record id="product_template_view_form_inherit_packaging_uom" model="ir.ui.view">
|
||||
<field name="name">product.template.common.form (packaging_uom)</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="product.product_template_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<group name="packaging" position="replace"/>
|
||||
<xpath expr="//notebook/page[1]" position="after">
|
||||
<page name="packaging" string="Packaging" attrs="{'invisible':[('type','=','service')]}" groups="product.group_stock_packaging" >
|
||||
<group name="packaging" string="Packaging">
|
||||
<field name="packaging_ids" string="Configurations"
|
||||
context="{'get_uom_categ_from_uom': uom_id, 'tree_view_ref':'product.product_packaging_tree_view_product', 'form_view_ref': 'product.product_packaging_form_view_without_product'}"/>
|
||||
</group>
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="product_packaging_view_form_inherit_packaging_uom" model="ir.ui.view">
|
||||
<field name="name">product.packaging.form.view (packaging_uom)</field>
|
||||
<field name="model">product.packaging</field>
|
||||
<field name="inherit_id" ref="product.product_packaging_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="qty" position="before">
|
||||
<field name="uom_categ_domain_id" invisible="1"/>
|
||||
<field name="uom_id" domain="[('category_id', '=', uom_categ_domain_id)]" required="True"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
1
setup/packaging_uom/odoo_addons/__init__.py
Normal file
1
setup/packaging_uom/odoo_addons/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
1
setup/packaging_uom/odoo_addons/packaging_uom
Symbolic link
1
setup/packaging_uom/odoo_addons/packaging_uom
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../packaging_uom
|
||||
6
setup/packaging_uom/setup.py
Normal file
6
setup/packaging_uom/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user