Skip to content

Commit 202bbb5

Browse files
committed
Merge PR #1628 into 17.0
Signed-off-by moylop260
2 parents b7fb6bc + 96a80c6 commit 202bbb5

File tree

18 files changed

+1551
-0
lines changed

18 files changed

+1551
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
===========================
2+
Product Packaging Dimension
3+
===========================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:2030dbcba5973df5b1c291931a428ee96290744ffffd43cdb36471712d121b8b
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github
20+
:target: https://github.com/OCA/product-attribute/tree/17.0/product_packaging_dimension
21+
:alt: OCA/product-attribute
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_packaging_dimension
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module allows to store dimensions (length, width, height), weight
32+
and volume of product packagings.
33+
34+
**Table of contents**
35+
36+
.. contents::
37+
:local:
38+
39+
Bug Tracker
40+
===========
41+
42+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/issues>`_.
43+
In case of trouble, please check there if your issue has already been reported.
44+
If you spotted it first, help us to smash it by providing a detailed and welcomed
45+
`feedback <https://github.com/OCA/product-attribute/issues/new?body=module:%20product_packaging_dimension%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
46+
47+
Do not contact contributors directly about support or help with technical issues.
48+
49+
Credits
50+
=======
51+
52+
Authors
53+
-------
54+
55+
* Camptocamp
56+
* Akretion
57+
58+
Contributors
59+
------------
60+
61+
- Patrick Tombez <patrick.tombez@camptocamp.com>
62+
- Akim Juillerat <akim.juillerat@camptocamp.com>
63+
- Kévin Roche <kevin.roche@akretion.com>
64+
- Fernando La Chica <fernandolachica@gmail.com>
65+
- Denis Roussel <denis.roussel@acsone.eu>
66+
67+
Maintainers
68+
-----------
69+
70+
This module is maintained by the OCA.
71+
72+
.. image:: https://odoo-community.org/logo.png
73+
:alt: Odoo Community Association
74+
:target: https://odoo-community.org
75+
76+
OCA, or the Odoo Community Association, is a nonprofit organization whose
77+
mission is to support the collaborative development of Odoo features and
78+
promote its widespread use.
79+
80+
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/17.0/product_packaging_dimension>`_ project on GitHub.
81+
82+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 2021 Camptocamp SA
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
3+
{
4+
"name": "Product Packaging Dimension",
5+
"summary": "Manage packaging dimensions and weight",
6+
"version": "17.0.1.0.0",
7+
"category": "Product",
8+
"author": "Camptocamp, Akretion, Odoo Community Association (OCA)",
9+
"license": "AGPL-3",
10+
"depends": [
11+
"product",
12+
"product_logistics_uom",
13+
],
14+
"website": "https://github.com/OCA/product-attribute",
15+
"data": [
16+
"views/product_packaging.xml",
17+
],
18+
"installable": True,
19+
}
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * product_packaging_dimension
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2022-03-22 13:17+0000\n"
10+
"Last-Translator: Noel estudillo <noelestudilloviera@gmail.com>\n"
11+
"Language-Team: none\n"
12+
"Language: ca\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: product_packaging_dimension
20+
#: model_terms:ir.ui.view,arch_db:product_packaging_dimension.product_packaging_form_view_inherit
21+
msgid "Dimensions"
22+
msgstr ""
23+
24+
#. module: product_packaging_dimension
25+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__length_uom_id
26+
msgid "Dimensions Units of Measure"
27+
msgstr ""
28+
29+
#. module: product_packaging_dimension
30+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__height
31+
msgid "Height"
32+
msgstr ""
33+
34+
#. module: product_packaging_dimension
35+
#: model:ir.model.constraint,message:product_packaging_dimension.constraint_product_packaging_positive_height
36+
msgid "Height must be positive"
37+
msgstr ""
38+
39+
#. module: product_packaging_dimension
40+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__packaging_length
41+
msgid "Length"
42+
msgstr ""
43+
44+
#. module: product_packaging_dimension
45+
#: model:ir.model.constraint,message:product_packaging_dimension.constraint_product_packaging_positive_length
46+
msgid "Length must be positive"
47+
msgstr ""
48+
49+
#. module: product_packaging_dimension
50+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__length_uom_name
51+
msgid "Length unit of measure label"
52+
msgstr ""
53+
54+
#. module: product_packaging_dimension
55+
#: model:ir.model.fields,help:product_packaging_dimension.field_product_packaging__volume_uom_id
56+
msgid "Packaging volume unit of measure"
57+
msgstr ""
58+
59+
#. module: product_packaging_dimension
60+
#: model:ir.model,name:product_packaging_dimension.model_product_packaging
61+
msgid "Product Packaging"
62+
msgstr "Empaquetat de producte"
63+
64+
#. module: product_packaging_dimension
65+
#: model:ir.model.fields,help:product_packaging_dimension.field_product_packaging__volume
66+
msgid "The Packaging volume"
67+
msgstr ""
68+
69+
#. module: product_packaging_dimension
70+
#: model_terms:ir.ui.view,arch_db:product_packaging_dimension.product_packaging_form_view_inherit
71+
msgid "Units of Measure"
72+
msgstr ""
73+
74+
#. module: product_packaging_dimension
75+
#: model:ir.model.fields,help:product_packaging_dimension.field_product_packaging__length_uom_id
76+
msgid "UoM for packaging length, height, width (based on lenght UoM)"
77+
msgstr ""
78+
79+
#. module: product_packaging_dimension
80+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__volume
81+
msgid "Volume"
82+
msgstr ""
83+
84+
#. module: product_packaging_dimension
85+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__volume_uom_name
86+
msgid "Volume Unit of Measure label"
87+
msgstr ""
88+
89+
#. module: product_packaging_dimension
90+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__volume_uom_id
91+
msgid "Volume Units of Measure"
92+
msgstr ""
93+
94+
#. module: product_packaging_dimension
95+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__weight
96+
#: model_terms:ir.ui.view,arch_db:product_packaging_dimension.product_packaging_form_view_inherit
97+
msgid "Weight"
98+
msgstr ""
99+
100+
#. module: product_packaging_dimension
101+
#: model:ir.model.fields,help:product_packaging_dimension.field_product_packaging__weight_uom_id
102+
msgid "Weight Unit of Measure"
103+
msgstr ""
104+
105+
#. module: product_packaging_dimension
106+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__weight_uom_id
107+
msgid "Weight Units of Measure"
108+
msgstr ""
109+
110+
#. module: product_packaging_dimension
111+
#: model:ir.model.constraint,message:product_packaging_dimension.constraint_product_packaging_positive_weight
112+
msgid "Weight must be positive"
113+
msgstr ""
114+
115+
#. module: product_packaging_dimension
116+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__weight_uom_name
117+
msgid "Weight unit of measure label"
118+
msgstr ""
119+
120+
#. module: product_packaging_dimension
121+
#: model:ir.model.fields,field_description:product_packaging_dimension.field_product_packaging__width
122+
msgid "Width"
123+
msgstr ""
124+
125+
#. module: product_packaging_dimension
126+
#: model:ir.model.constraint,message:product_packaging_dimension.constraint_product_packaging_positive_width
127+
msgid "Width must be positive"
128+
msgstr ""
129+
130+
#~ msgid "Height (mm)"
131+
#~ msgstr "Alçacada (mm)"
132+
133+
#~ msgid "Length (mm)"
134+
#~ msgstr "Longitud (mm)"
135+
136+
#~ msgid "Volume (m³)"
137+
#~ msgstr "Volum (m³)"
138+
139+
#~ msgid "Weight (kg)"
140+
#~ msgstr "Pes (kg)"
141+
142+
#~ msgid "Width (mm)"
143+
#~ msgstr "Amplada (mm)"
144+
145+
#~ msgid "height in millimeters"
146+
#~ msgstr "alçada en milímetres"
147+
148+
#~ msgid "length in millimeters"
149+
#~ msgstr "longitud en milímetres"
150+
151+
#~ msgid "volume in cubic meters"
152+
#~ msgstr "volum en metres cúbics"
153+
154+
#~ msgid "width in millimeters"
155+
#~ msgstr "amplada en milímetres"

0 commit comments

Comments
 (0)