odoo-addon-stock-restrict-lot 16.0.1.1.0.8__py3-none-any.whl → 17.0.1.0.0.2__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.
- odoo/addons/stock_restrict_lot/README.rst +14 -14
- odoo/addons/stock_restrict_lot/__manifest__.py +1 -1
- odoo/addons/stock_restrict_lot/i18n/stock_restrict_lot.pot +1 -1
- odoo/addons/stock_restrict_lot/models/stock_move.py +2 -2
- odoo/addons/stock_restrict_lot/readme/CONTRIBUTORS.md +2 -0
- odoo/addons/stock_restrict_lot/readme/DESCRIPTION.md +4 -0
- odoo/addons/stock_restrict_lot/static/description/index.html +14 -12
- odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py +3 -1
- {odoo_addon_stock_restrict_lot-16.0.1.1.0.8.dist-info → odoo_addon_stock_restrict_lot-17.0.1.0.0.2.dist-info}/METADATA +20 -23
- {odoo_addon_stock_restrict_lot-16.0.1.1.0.8.dist-info → odoo_addon_stock_restrict_lot-17.0.1.0.0.2.dist-info}/RECORD +12 -12
- {odoo_addon_stock_restrict_lot-16.0.1.1.0.8.dist-info → odoo_addon_stock_restrict_lot-17.0.1.0.0.2.dist-info}/WHEEL +1 -1
- odoo_addon_stock_restrict_lot-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
- odoo/addons/stock_restrict_lot/readme/CONTRIBUTORS.rst +0 -2
- odoo/addons/stock_restrict_lot/readme/DESCRIPTION.rst +0 -4
- odoo_addon_stock_restrict_lot-16.0.1.1.0.8.dist-info/top_level.txt +0 -1
|
@@ -7,7 +7,7 @@ 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:
|
|
10
|
+
!! source digest: sha256:f42681cf63a0bc262bf9007e36dc6e42f7c8b2ac92b69c06f73fa4eef122d0d6
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -17,20 +17,20 @@ Stock Restrict Lot
|
|
|
17
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
18
|
:alt: License: AGPL-3
|
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/stock-logistics-workflow/tree/
|
|
20
|
+
:target: https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot
|
|
21
21
|
:alt: OCA/stock-logistics-workflow
|
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_restrict_lot
|
|
24
24
|
:alt: Translate me on Weblate
|
|
25
25
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
26
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=17.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
30
30
|
|
|
31
|
-
This module add a field to restrict a stock move to a specific lot.
|
|
32
|
-
|
|
33
|
-
reserve or transfer products with the specified lot.
|
|
31
|
+
This module add a field to restrict a stock move to a specific lot. It
|
|
32
|
+
propagates it between chained moves. A move with a restrict lot will
|
|
33
|
+
only be able to reserve or transfer products with the specified lot.
|
|
34
34
|
This module is a based for other modules, it has not effect on its own.
|
|
35
35
|
|
|
36
36
|
**Table of contents**
|
|
@@ -44,7 +44,7 @@ Bug Tracker
|
|
|
44
44
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_.
|
|
45
45
|
In case of trouble, please check there if your issue has already been reported.
|
|
46
46
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
47
|
-
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_restrict_lot%0Aversion:%
|
|
47
|
+
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_restrict_lot%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
48
48
|
|
|
49
49
|
Do not contact contributors directly about support or help with technical issues.
|
|
50
50
|
|
|
@@ -52,18 +52,18 @@ Credits
|
|
|
52
52
|
=======
|
|
53
53
|
|
|
54
54
|
Authors
|
|
55
|
-
|
|
55
|
+
-------
|
|
56
56
|
|
|
57
57
|
* Akretion
|
|
58
58
|
|
|
59
59
|
Contributors
|
|
60
|
-
|
|
60
|
+
------------
|
|
61
61
|
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
- Florian da Costa <florian.dacosta@akretion.com>
|
|
63
|
+
- Ruchir Shukla <ruchir@bizzappdev.com>
|
|
64
64
|
|
|
65
65
|
Maintainers
|
|
66
|
-
|
|
66
|
+
-----------
|
|
67
67
|
|
|
68
68
|
This module is maintained by the OCA.
|
|
69
69
|
|
|
@@ -83,6 +83,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
83
83
|
|
|
84
84
|
|maintainer-florian-dacosta|
|
|
85
85
|
|
|
86
|
-
This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/
|
|
86
|
+
This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot>`_ project on GitHub.
|
|
87
87
|
|
|
88
88
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -1,7 +1,7 @@
|
|
|
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": "
|
|
4
|
+
"version": "17.0.1.0.0",
|
|
5
5
|
"category": "Warehouse Management",
|
|
6
6
|
"website": "https://github.com/OCA/stock-logistics-workflow",
|
|
7
7
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
@@ -63,8 +63,8 @@ class StockMove(models.Model):
|
|
|
63
63
|
def _update_reserved_quantity(
|
|
64
64
|
self,
|
|
65
65
|
need,
|
|
66
|
-
available_quantity,
|
|
67
66
|
location_id,
|
|
67
|
+
quant_ids=None,
|
|
68
68
|
lot_id=None,
|
|
69
69
|
package_id=None,
|
|
70
70
|
owner_id=None,
|
|
@@ -75,8 +75,8 @@ class StockMove(models.Model):
|
|
|
75
75
|
lot_id = self.restrict_lot_id
|
|
76
76
|
return super()._update_reserved_quantity(
|
|
77
77
|
need,
|
|
78
|
-
available_quantity,
|
|
79
78
|
location_id,
|
|
79
|
+
quant_ids=quant_ids,
|
|
80
80
|
lot_id=lot_id,
|
|
81
81
|
package_id=package_id,
|
|
82
82
|
owner_id=owner_id,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
This module add a field to restrict a stock move to a specific lot. It
|
|
2
|
+
propagates it between chained moves. A move with a restrict lot will
|
|
3
|
+
only be able to reserve or transfer products with the specified lot.
|
|
4
|
+
This module is a based for other modules, it has not effect on its own.
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
3
|
<head>
|
|
@@ -9,10 +8,11 @@
|
|
|
9
8
|
|
|
10
9
|
/*
|
|
11
10
|
:Author: David Goodger (goodger@python.org)
|
|
12
|
-
:Id: $Id: html4css1.css
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
13
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
14
13
|
|
|
15
14
|
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
16
16
|
|
|
17
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
18
18
|
customize this style sheet.
|
|
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
275
275
|
margin-left: 2em ;
|
|
276
276
|
margin-right: 2em }
|
|
277
277
|
|
|
278
|
-
pre.code .ln { color:
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
279
279
|
pre.code, code { background-color: #eeeeee }
|
|
280
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
281
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -301,7 +301,7 @@ span.option {
|
|
|
301
301
|
span.pre {
|
|
302
302
|
white-space: pre }
|
|
303
303
|
|
|
304
|
-
span.problematic {
|
|
304
|
+
span.problematic, pre.problematic {
|
|
305
305
|
color: red }
|
|
306
306
|
|
|
307
307
|
span.section-subtitle {
|
|
@@ -367,12 +367,12 @@ 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:
|
|
370
|
+
!! source digest: sha256:f42681cf63a0bc262bf9007e36dc6e42f7c8b2ac92b69c06f73fa4eef122d0d6
|
|
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/
|
|
373
|
-
<p>This module add a field to restrict a stock move to a specific lot.
|
|
374
|
-
|
|
375
|
-
reserve or transfer products with the specified lot.
|
|
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&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
|
+
<p>This module add a field to restrict a stock move to a specific lot. It
|
|
374
|
+
propagates it between chained moves. A move with a restrict lot will
|
|
375
|
+
only be able to reserve or transfer products with the specified lot.
|
|
376
376
|
This module is a based for other modules, it has not effect on its own.</p>
|
|
377
377
|
<p><strong>Table of contents</strong></p>
|
|
378
378
|
<div class="contents local topic" id="contents">
|
|
@@ -391,7 +391,7 @@ This module is a based for other modules, it has not effect on its own.</p>
|
|
|
391
391
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues">GitHub Issues</a>.
|
|
392
392
|
In case of trouble, please check there if your issue has already been reported.
|
|
393
393
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
394
|
-
<a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_restrict_lot%0Aversion:%
|
|
394
|
+
<a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_restrict_lot%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
395
395
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
396
396
|
</div>
|
|
397
397
|
<div class="section" id="credits">
|
|
@@ -412,13 +412,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
412
412
|
<div class="section" id="maintainers">
|
|
413
413
|
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
|
|
414
414
|
<p>This module is maintained by the OCA.</p>
|
|
415
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
415
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
416
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
417
|
+
</a>
|
|
416
418
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
417
419
|
mission is to support the collaborative development of Odoo features and
|
|
418
420
|
promote its widespread use.</p>
|
|
419
421
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
|
420
422
|
<p><a class="reference external image-reference" href="https://github.com/florian-dacosta"><img alt="florian-dacosta" src="https://github.com/florian-dacosta.png?size=40px" /></a></p>
|
|
421
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/tree/
|
|
423
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot">OCA/stock-logistics-workflow</a> project on GitHub.</p>
|
|
422
424
|
<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>
|
|
423
425
|
</div>
|
|
424
426
|
</div>
|
|
@@ -191,7 +191,9 @@ class TestRestrictLot(TransactionCase):
|
|
|
191
191
|
and mov.location_id == expect_from_location
|
|
192
192
|
)
|
|
193
193
|
self.assertEqual(len(concern_move_line), 1)
|
|
194
|
-
self.assertEqual(
|
|
194
|
+
self.assertEqual(
|
|
195
|
+
concern_move_line.quantity_product_uom, expect_reserved_qty
|
|
196
|
+
)
|
|
195
197
|
|
|
196
198
|
pickings = self.env["stock.picking"].search(
|
|
197
199
|
[("group_id", "=", procurement_group.id)]
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version:
|
|
2
|
+
Name: odoo-addon-stock_restrict_lot
|
|
3
|
+
Version: 17.0.1.0.0.2
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
|
4
6
|
Summary: Base module that add back the concept of restrict lot on stock move
|
|
5
7
|
Home-page: https://github.com/OCA/stock-logistics-workflow
|
|
8
|
+
License: AGPL-3
|
|
6
9
|
Author: Akretion, Odoo Community Association (OCA)
|
|
7
10
|
Author-email: support@odoo-community.org
|
|
8
|
-
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
11
|
Classifier: Programming Language :: Python
|
|
11
12
|
Classifier: Framework :: Odoo
|
|
12
|
-
Classifier: Framework :: Odoo ::
|
|
13
|
+
Classifier: Framework :: Odoo :: 17.0
|
|
13
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
|
-
Requires-Python: >=3.10
|
|
15
|
-
Requires-Dist: odoo <16.1dev,>=16.0a
|
|
16
15
|
|
|
17
16
|
==================
|
|
18
17
|
Stock Restrict Lot
|
|
@@ -23,7 +22,7 @@ Stock Restrict Lot
|
|
|
23
22
|
!! This file is generated by oca-gen-addon-readme !!
|
|
24
23
|
!! changes will be overwritten. !!
|
|
25
24
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
|
-
!! source digest: sha256:
|
|
25
|
+
!! source digest: sha256:f42681cf63a0bc262bf9007e36dc6e42f7c8b2ac92b69c06f73fa4eef122d0d6
|
|
27
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
27
|
|
|
29
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -33,20 +32,20 @@ Stock Restrict Lot
|
|
|
33
32
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
34
33
|
:alt: License: AGPL-3
|
|
35
34
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
|
|
36
|
-
:target: https://github.com/OCA/stock-logistics-workflow/tree/
|
|
35
|
+
:target: https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot
|
|
37
36
|
:alt: OCA/stock-logistics-workflow
|
|
38
37
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
39
|
-
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-
|
|
38
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_restrict_lot
|
|
40
39
|
:alt: Translate me on Weblate
|
|
41
40
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
42
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=
|
|
41
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=17.0
|
|
43
42
|
:alt: Try me on Runboat
|
|
44
43
|
|
|
45
44
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
46
45
|
|
|
47
|
-
This module add a field to restrict a stock move to a specific lot.
|
|
48
|
-
|
|
49
|
-
reserve or transfer products with the specified lot.
|
|
46
|
+
This module add a field to restrict a stock move to a specific lot. It
|
|
47
|
+
propagates it between chained moves. A move with a restrict lot will
|
|
48
|
+
only be able to reserve or transfer products with the specified lot.
|
|
50
49
|
This module is a based for other modules, it has not effect on its own.
|
|
51
50
|
|
|
52
51
|
**Table of contents**
|
|
@@ -60,7 +59,7 @@ Bug Tracker
|
|
|
60
59
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_.
|
|
61
60
|
In case of trouble, please check there if your issue has already been reported.
|
|
62
61
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
63
|
-
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_restrict_lot%0Aversion:%
|
|
62
|
+
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_restrict_lot%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
64
63
|
|
|
65
64
|
Do not contact contributors directly about support or help with technical issues.
|
|
66
65
|
|
|
@@ -68,18 +67,18 @@ Credits
|
|
|
68
67
|
=======
|
|
69
68
|
|
|
70
69
|
Authors
|
|
71
|
-
|
|
70
|
+
-------
|
|
72
71
|
|
|
73
72
|
* Akretion
|
|
74
73
|
|
|
75
74
|
Contributors
|
|
76
|
-
|
|
75
|
+
------------
|
|
77
76
|
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
- Florian da Costa <florian.dacosta@akretion.com>
|
|
78
|
+
- Ruchir Shukla <ruchir@bizzappdev.com>
|
|
80
79
|
|
|
81
80
|
Maintainers
|
|
82
|
-
|
|
81
|
+
-----------
|
|
83
82
|
|
|
84
83
|
This module is maintained by the OCA.
|
|
85
84
|
|
|
@@ -99,8 +98,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
99
98
|
|
|
100
99
|
|maintainer-florian-dacosta|
|
|
101
100
|
|
|
102
|
-
This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/
|
|
101
|
+
This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_restrict_lot>`_ project on GitHub.
|
|
103
102
|
|
|
104
103
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
105
|
-
|
|
106
|
-
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
odoo/addons/stock_restrict_lot/README.rst,sha256=
|
|
1
|
+
odoo/addons/stock_restrict_lot/README.rst,sha256=6CNw3on9XiAZmE4UKqQitJwLEnhRH-ig-NmwHrDoaxI,3496
|
|
2
2
|
odoo/addons/stock_restrict_lot/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/stock_restrict_lot/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/stock_restrict_lot/__manifest__.py,sha256=ukpvsm_zam-lzizWQWdhJlgYbu8JJWSwx_YFQWBGUGA,506
|
|
4
4
|
odoo/addons/stock_restrict_lot/i18n/es.po,sha256=MZ60J56zGSarAYFXtDyIuji7j8P7aTmWICTuGqwKpDs,1672
|
|
5
5
|
odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=Tqcd15MAg7zkAXyDo1yIi1_Kr0LXAQZWuJu0LNmo1jM,1715
|
|
6
6
|
odoo/addons/stock_restrict_lot/i18n/it.po,sha256=2c6_gI6hkHJvcpJM_6LDX2678Ks2iE15Sfj88lp8yTg,1652
|
|
7
|
-
odoo/addons/stock_restrict_lot/i18n/stock_restrict_lot.pot,sha256=
|
|
7
|
+
odoo/addons/stock_restrict_lot/i18n/stock_restrict_lot.pot,sha256=FH3WGxhSbC2yvZ1CBc_UgHnNCjzcA9Rvhq4Pt8g2Aa4,1333
|
|
8
8
|
odoo/addons/stock_restrict_lot/models/__init__.py,sha256=-gOtTg2qvw-MfS94T9alCWy4d-mQ09XYbPf8UeOA3MU,78
|
|
9
|
-
odoo/addons/stock_restrict_lot/models/stock_move.py,sha256=
|
|
9
|
+
odoo/addons/stock_restrict_lot/models/stock_move.py,sha256=dYtvFKACy4yC_S6qqJGLVqOa1U6lBPt-aU5vL9gmQQU,2906
|
|
10
10
|
odoo/addons/stock_restrict_lot/models/stock_picking.py,sha256=0l60llnOb3tnmk-3pNF21kP1aR8vO0qu5BbbeqD3T6A,417
|
|
11
11
|
odoo/addons/stock_restrict_lot/models/stock_rule.py,sha256=NXXjB8rooKS0kpG3zvqpDDpLkmh7mvbnHLItDwdCec0,236
|
|
12
|
-
odoo/addons/stock_restrict_lot/readme/CONTRIBUTORS.
|
|
13
|
-
odoo/addons/stock_restrict_lot/readme/DESCRIPTION.
|
|
12
|
+
odoo/addons/stock_restrict_lot/readme/CONTRIBUTORS.md,sha256=JBjjiC74D-iWs-cRLAY7BTnLuOA83Nh0fCtABQTadHs,98
|
|
13
|
+
odoo/addons/stock_restrict_lot/readme/DESCRIPTION.md,sha256=5PwOcvRp7HF_bK6A2P20xcbXvvFZaCj6BYY7moybpO4,281
|
|
14
14
|
odoo/addons/stock_restrict_lot/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
15
|
-
odoo/addons/stock_restrict_lot/static/description/index.html,sha256=
|
|
15
|
+
odoo/addons/stock_restrict_lot/static/description/index.html,sha256=Nyw1svoLBwVfBX93yGENu8SFblEOqnTlkHn6lkTrxmA,12933
|
|
16
16
|
odoo/addons/stock_restrict_lot/tests/__init__.py,sha256=5RimjaqBd8kD55SNoLqh-g9sCmmI28hPx7IQMUX6AOQ,32
|
|
17
|
-
odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py,sha256=
|
|
17
|
+
odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py,sha256=lxbJarh0gLSO_T07r-5QkTIS4fbRowxRYOyYUrobp0w,9082
|
|
18
18
|
odoo/addons/stock_restrict_lot/views/stock_move_views.xml,sha256=unNYn0AuYyBhxSnnPN6xf6X7J7S-G1KbXJVYF20scA4,1191
|
|
19
19
|
odoo/addons/stock_restrict_lot/views/stock_picking.xml,sha256=X1N9S5g09NREC_DJAlM1CjZuV21nJgBxTANn_6kC64o,1299
|
|
20
|
-
odoo_addon_stock_restrict_lot-
|
|
21
|
-
odoo_addon_stock_restrict_lot-
|
|
22
|
-
odoo_addon_stock_restrict_lot-
|
|
23
|
-
odoo_addon_stock_restrict_lot-
|
|
20
|
+
odoo_addon_stock_restrict_lot-17.0.1.0.0.2.dist-info/METADATA,sha256=uO0zY2aGN41aSlSqXL4fyd4-xoJY9tMMOQIg0CoixuY,4068
|
|
21
|
+
odoo_addon_stock_restrict_lot-17.0.1.0.0.2.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
|
|
22
|
+
odoo_addon_stock_restrict_lot-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
23
|
+
odoo_addon_stock_restrict_lot-17.0.1.0.0.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
This module add a field to restrict a stock move to a specific lot.
|
|
2
|
-
It propagates it between chained moves. A move with a restrict lot will only be able to
|
|
3
|
-
reserve or transfer products with the specified lot.
|
|
4
|
-
This module is a based for other modules, it has not effect on its own.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
odoo
|