odoo-addon-stock-restrict-lot 17.0.1.1.0__py3-none-any.whl → 17.0.1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-stock-restrict-lot might be problematic. Click here for more details.

@@ -7,15 +7,15 @@ Stock Restrict Lot
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:a234c164abefbf570af402e26ce332bdfb4e5b91c47a8cb46046c22d2a8f3777
10
+ !! source digest: sha256:00ff8e2abcdd536138a0bf51463e00f076ac3fe94947998cda2b6792ef723d5b
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14
14
  :target: https://odoo-community.org/page/development-status
15
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
16
+ .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
17
+ :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
18
+ :alt: License: LGPL-3
19
19
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
20
20
  :target: https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot
21
21
  :alt: OCA/stock-logistics-workflow
@@ -59,8 +59,8 @@ Authors
59
59
  Contributors
60
60
  ------------
61
61
 
62
- - Florian da Costa <florian.dacosta@akretion.com>
63
- - Ruchir Shukla <ruchir@bizzappdev.com>
62
+ - Florian da Costa <florian.dacosta@akretion.com>
63
+ - Ruchir Shukla <ruchir@bizzappdev.com>
64
64
 
65
65
  Maintainers
66
66
  -----------
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "Stock Restrict Lot",
3
3
  "summary": "Base module that add back the concept of restrict lot on stock move",
4
- "version": "17.0.1.1.0",
4
+ "version": "17.0.1.2.0",
5
5
  "category": "Warehouse Management",
6
6
  "website": "https://github.com/OCA/stock-logistics-workflow",
7
7
  "author": "Akretion, Odoo Community Association (OCA)",
8
8
  "maintainers": ["florian-dacosta"],
9
- "license": "AGPL-3",
9
+ "license": "LGPL-3",
10
10
  "installable": True,
11
11
  "depends": ["stock"],
12
12
  "data": ["views/stock_move_views.xml", "views/stock_picking.xml"],
@@ -31,6 +31,11 @@ msgstr ""
31
31
  msgid "Lot"
32
32
  msgstr "Lote"
33
33
 
34
+ #. module: stock_restrict_lot
35
+ #: model:ir.model,name:stock_restrict_lot.model_product_product
36
+ msgid "Product Variant"
37
+ msgstr ""
38
+
34
39
  #. module: stock_restrict_lot
35
40
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
36
41
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
@@ -47,6 +52,15 @@ msgstr "Movimiento de Existencias"
47
52
  msgid "Stock Rule"
48
53
  msgstr "Regla de Existencias"
49
54
 
55
+ #. module: stock_restrict_lot
56
+ #. odoo-python
57
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
58
+ #, python-format
59
+ msgid ""
60
+ "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
61
+ "restriction on lot %(move_restrict_lot)s set on the move"
62
+ msgstr ""
63
+
50
64
  #. module: stock_restrict_lot
51
65
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
52
66
  msgid "Transfer"
@@ -32,6 +32,11 @@ msgstr ""
32
32
  msgid "Lot"
33
33
  msgstr "Lot"
34
34
 
35
+ #. module: stock_restrict_lot
36
+ #: model:ir.model,name:stock_restrict_lot.model_product_product
37
+ msgid "Product Variant"
38
+ msgstr ""
39
+
35
40
  #. module: stock_restrict_lot
36
41
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
37
42
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
@@ -48,6 +53,15 @@ msgstr "Skladišno kretanje"
48
53
  msgid "Stock Rule"
49
54
  msgstr "Skladišno pravilo"
50
55
 
56
+ #. module: stock_restrict_lot
57
+ #. odoo-python
58
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
59
+ #, python-format
60
+ msgid ""
61
+ "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
62
+ "restriction on lot %(move_restrict_lot)s set on the move"
63
+ msgstr ""
64
+
51
65
  #. module: stock_restrict_lot
52
66
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
53
67
  msgid "Transfer"
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2023-11-17 11:36+0000\n"
9
+ "PO-Revision-Date: 2024-09-18 16:06+0000\n"
10
10
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: it\n"
@@ -14,7 +14,7 @@ msgstr ""
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Content-Transfer-Encoding: \n"
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Weblate 4.17\n"
17
+ "X-Generator: Weblate 5.6.2\n"
18
18
 
19
19
  #. module: stock_restrict_lot
20
20
  #. odoo-python
@@ -31,6 +31,11 @@ msgstr ""
31
31
  msgid "Lot"
32
32
  msgstr "Lotto"
33
33
 
34
+ #. module: stock_restrict_lot
35
+ #: model:ir.model,name:stock_restrict_lot.model_product_product
36
+ msgid "Product Variant"
37
+ msgstr "Variante prodotto"
38
+
34
39
  #. module: stock_restrict_lot
35
40
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
36
41
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
@@ -47,6 +52,17 @@ msgstr "Movimento di magazzino"
47
52
  msgid "Stock Rule"
48
53
  msgstr "Regola di giacenza"
49
54
 
55
+ #. module: stock_restrict_lot
56
+ #. odoo-python
57
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
58
+ #, python-format
59
+ msgid ""
60
+ "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
61
+ "restriction on lot %(move_restrict_lot)s set on the move"
62
+ msgstr ""
63
+ "Il lotto %(move_line_lot)s che si sta movimentando è inconsistente con la "
64
+ "restrizione sul lotto %(move_restrict_lot)s impostato nel movimento"
65
+
50
66
  #. module: stock_restrict_lot
51
67
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
52
68
  msgid "Transfer"
@@ -1,5 +1,5 @@
1
1
  # Copyright 2023 Michael Tietz (MT Software) <mtietz@mt-software.de>
2
- # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
2
+ # License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
3
  from odoo import models
4
4
 
5
5
 
@@ -1,4 +1,4 @@
1
- # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
1
+ # License LGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
2
2
  from odoo import fields, models
3
3
 
4
4
 
@@ -367,9 +367,9 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:a234c164abefbf570af402e26ce332bdfb4e5b91c47a8cb46046c22d2a8f3777
370
+ !! source digest: sha256:00ff8e2abcdd536138a0bf51463e00f076ac3fe94947998cda2b6792ef723d5b
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
- <p><a class="reference external image-reference" 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 image-reference" 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 image-reference" href="https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_restrict_lot"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
+ <p><a class="reference external image-reference" 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 image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_restrict_lot"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>This module add a field to restrict a stock move to a specific lot. It
374
374
  propagates it between chained moves. A move with a restrict lot will
375
375
  only be able to reserve or transfer products with the specified lot.
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-stock_restrict_lot
3
- Version: 17.0.1.1.0
3
+ Version: 17.0.1.2.0
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Summary: Base module that add back the concept of restrict lot on stock move
7
7
  Home-page: https://github.com/OCA/stock-logistics-workflow
8
- License: AGPL-3
8
+ License: LGPL-3
9
9
  Author: Akretion, Odoo Community Association (OCA)
10
10
  Author-email: support@odoo-community.org
11
11
  Classifier: Programming Language :: Python
12
12
  Classifier: Framework :: Odoo
13
13
  Classifier: Framework :: Odoo :: 17.0
14
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
+ Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
15
15
 
16
16
  ==================
17
17
  Stock Restrict Lot
@@ -22,15 +22,15 @@ Stock Restrict Lot
22
22
  !! This file is generated by oca-gen-addon-readme !!
23
23
  !! changes will be overwritten. !!
24
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:a234c164abefbf570af402e26ce332bdfb4e5b91c47a8cb46046c22d2a8f3777
25
+ !! source digest: sha256:00ff8e2abcdd536138a0bf51463e00f076ac3fe94947998cda2b6792ef723d5b
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
29
29
  :target: https://odoo-community.org/page/development-status
30
30
  :alt: Beta
31
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
32
- :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
33
- :alt: License: AGPL-3
31
+ .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
32
+ :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
33
+ :alt: License: LGPL-3
34
34
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
35
35
  :target: https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot
36
36
  :alt: OCA/stock-logistics-workflow
@@ -74,8 +74,8 @@ Authors
74
74
  Contributors
75
75
  ------------
76
76
 
77
- - Florian da Costa <florian.dacosta@akretion.com>
78
- - Ruchir Shukla <ruchir@bizzappdev.com>
77
+ - Florian da Costa <florian.dacosta@akretion.com>
78
+ - Ruchir Shukla <ruchir@bizzappdev.com>
79
79
 
80
80
  Maintainers
81
81
  -----------
@@ -1,24 +1,24 @@
1
- odoo/addons/stock_restrict_lot/README.rst,sha256=w7qOB5IiIZ93y2RGF1vLqZE1pDtJTOw3JCr5bSnBk6Y,3496
1
+ odoo/addons/stock_restrict_lot/README.rst,sha256=EFOZYRoPNMQz3M1wyDoD_ETAA3e3rLZ8MR623sh2mco,3494
2
2
  odoo/addons/stock_restrict_lot/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/stock_restrict_lot/__manifest__.py,sha256=93X2PEQ9wjPS6YZodEQnC3MMRkRHxWExiTTtsXpvWB8,506
4
- odoo/addons/stock_restrict_lot/i18n/es.po,sha256=MZ60J56zGSarAYFXtDyIuji7j8P7aTmWICTuGqwKpDs,1672
5
- odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=IriQ7a0dMLlBP2wcBAlFEw6R1uO-PJt4XDoJFG3II0Q,1715
6
- odoo/addons/stock_restrict_lot/i18n/it.po,sha256=2c6_gI6hkHJvcpJM_6LDX2678Ks2iE15Sfj88lp8yTg,1652
3
+ odoo/addons/stock_restrict_lot/__manifest__.py,sha256=XJabscO10DZ25wSD43kOc_qJK3_7HfgE3ewB-kTBx4I,506
4
+ odoo/addons/stock_restrict_lot/i18n/es.po,sha256=UKHL4vKheMhf0x2mZ_KwUmtjbwiCXnt-UJMeM82FwUs,2068
5
+ odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=YTZunKeyiqSlJhW2cMSi2dQ8jzrrFXk1gDCyPvl847Y,2111
6
+ odoo/addons/stock_restrict_lot/i18n/it.po,sha256=p1GuTRBBNwL-2A5I00vhVf_9vekVVFpMBTOSishnong,2214
7
7
  odoo/addons/stock_restrict_lot/i18n/stock_restrict_lot.pot,sha256=AhJ4X9RXaEtapVvWPhQk3dHKAIADrVe5fT6Z8mBkpGY,1729
8
8
  odoo/addons/stock_restrict_lot/models/__init__.py,sha256=3nhRO6ipFBMbcrlWXMEMR62djB3_7q2TxcUM42xYMGg,108
9
- odoo/addons/stock_restrict_lot/models/product_product.py,sha256=CzzvEF2pv0wjVHor1KAUeFYSHlk5aqf5HNR0dC3MJfY,888
9
+ odoo/addons/stock_restrict_lot/models/product_product.py,sha256=sv-ZLxXqmf6UX4MII1lX7s1BsRgyiKOD_wDpo993KmU,888
10
10
  odoo/addons/stock_restrict_lot/models/stock_move.py,sha256=stXDy4srK6L2qTNQ6bHfoO24v3ZdmgGCJeq8RBvKxi8,4047
11
- odoo/addons/stock_restrict_lot/models/stock_picking.py,sha256=0l60llnOb3tnmk-3pNF21kP1aR8vO0qu5BbbeqD3T6A,417
11
+ odoo/addons/stock_restrict_lot/models/stock_picking.py,sha256=TrMC6cSDlvCNMyRE1fRzFVbA7wYxhdTUbUBpqqLF21E,417
12
12
  odoo/addons/stock_restrict_lot/models/stock_rule.py,sha256=NXXjB8rooKS0kpG3zvqpDDpLkmh7mvbnHLItDwdCec0,236
13
13
  odoo/addons/stock_restrict_lot/readme/CONTRIBUTORS.md,sha256=JBjjiC74D-iWs-cRLAY7BTnLuOA83Nh0fCtABQTadHs,98
14
14
  odoo/addons/stock_restrict_lot/readme/DESCRIPTION.md,sha256=5PwOcvRp7HF_bK6A2P20xcbXvvFZaCj6BYY7moybpO4,281
15
15
  odoo/addons/stock_restrict_lot/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
16
- odoo/addons/stock_restrict_lot/static/description/index.html,sha256=0P7Swlc6hnetv-ddgH362_p0pqeFSAXESO2SwzxC-F4,12933
16
+ odoo/addons/stock_restrict_lot/static/description/index.html,sha256=YCf1HeHfrPlCPDW0kMqpLY-MTN7X9VJF__YLho_-Dbg,12933
17
17
  odoo/addons/stock_restrict_lot/tests/__init__.py,sha256=5RimjaqBd8kD55SNoLqh-g9sCmmI28hPx7IQMUX6AOQ,32
18
18
  odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py,sha256=k2dsPmHa3IctRAr46SUpsBwhH9HS9lxZU-uD8hcLc98,11840
19
19
  odoo/addons/stock_restrict_lot/views/stock_move_views.xml,sha256=unNYn0AuYyBhxSnnPN6xf6X7J7S-G1KbXJVYF20scA4,1191
20
20
  odoo/addons/stock_restrict_lot/views/stock_picking.xml,sha256=X1N9S5g09NREC_DJAlM1CjZuV21nJgBxTANn_6kC64o,1299
21
- odoo_addon_stock_restrict_lot-17.0.1.1.0.dist-info/METADATA,sha256=jk4Qs8RMkvzvX5H9R1YR1_w85XBu23qKCzSPrk5MRog,4066
22
- odoo_addon_stock_restrict_lot-17.0.1.1.0.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
23
- odoo_addon_stock_restrict_lot-17.0.1.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
24
- odoo_addon_stock_restrict_lot-17.0.1.1.0.dist-info/RECORD,,
21
+ odoo_addon_stock_restrict_lot-17.0.1.2.0.dist-info/METADATA,sha256=yU1sCdCfXEnXKr4-291PcxfWHBBRtx6_vOSDSui1j2k,4073
22
+ odoo_addon_stock_restrict_lot-17.0.1.2.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
23
+ odoo_addon_stock_restrict_lot-17.0.1.2.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
24
+ odoo_addon_stock_restrict_lot-17.0.1.2.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: Whool 1.0.1
2
+ Generator: Whool 1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5