odoo-addon-stock-restrict-lot 17.0.1.2.0__py3-none-any.whl → 17.0.1.2.1.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.

@@ -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:00ff8e2abcdd536138a0bf51463e00f076ac3fe94947998cda2b6792ef723d5b
10
+ !! source digest: sha256:3a3e8a3900b06efd2f82391bfb36d2cb46d12e816de672e9683b1eb109517afe
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -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": "17.0.1.2.0",
4
+ "version": "17.0.1.2.1",
5
5
  "category": "Warehouse Management",
6
6
  "website": "https://github.com/OCA/stock-logistics-workflow",
7
7
  "author": "Akretion, Odoo Community Association (OCA)",
@@ -0,0 +1,69 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * stock_restrict_lot
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 17.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2025-06-26 09:30+0000\n"
10
+ "Last-Translator: Betül Öğmen <betulo@eska.biz>\n"
11
+ "Language-Team: none\n"
12
+ "Language: tr\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 5.10.4\n"
18
+
19
+ #. module: stock_restrict_lot
20
+ #. odoo-python
21
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
22
+ #, python-format
23
+ msgid ""
24
+ "Inconsistencies between reserved quant and lot restriction on stock move"
25
+ msgstr ""
26
+ "Stok hareketinde rezerve miktar ile lot kısıtlanması arasında tutarsızlıklar "
27
+ "bulunuyor"
28
+
29
+ #. module: stock_restrict_lot
30
+ #: model_terms:ir.ui.view,arch_db:stock_restrict_lot.custom_stock_picking_search_view
31
+ msgid "Lot"
32
+ msgstr ""
33
+
34
+ #. module: stock_restrict_lot
35
+ #: model:ir.model,name:stock_restrict_lot.model_product_product
36
+ msgid "Product Variant"
37
+ msgstr "Ürün Varyantı"
38
+
39
+ #. module: stock_restrict_lot
40
+ #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
41
+ #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
42
+ msgid "Restrict Lot"
43
+ msgstr "Lot Kısıtla"
44
+
45
+ #. module: stock_restrict_lot
46
+ #: model:ir.model,name:stock_restrict_lot.model_stock_move
47
+ msgid "Stock Move"
48
+ msgstr "Stok Hareketi"
49
+
50
+ #. module: stock_restrict_lot
51
+ #: model:ir.model,name:stock_restrict_lot.model_stock_rule
52
+ msgid "Stock Rule"
53
+ msgstr "Stok Kuralı"
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
+ "Taşınan lot(lar) %(move_line_lot)s, taşınma sırasında ayarlanan lot "
64
+ "%(move_restrict_lot)s kısıtlamasıyla tutarsız"
65
+
66
+ #. module: stock_restrict_lot
67
+ #: model:ir.model,name:stock_restrict_lot.model_stock_picking
68
+ msgid "Transfer"
69
+ msgstr ""
@@ -367,7 +367,7 @@ 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:00ff8e2abcdd536138a0bf51463e00f076ac3fe94947998cda2b6792ef723d5b
370
+ !! source digest: sha256:3a3e8a3900b06efd2f82391bfb36d2cb46d12e816de672e9683b1eb109517afe
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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
@@ -8,7 +8,7 @@ class TestRestrictLot(TransactionCase):
8
8
  super().setUpClass()
9
9
  cls.customer_loc = cls.env.ref("stock.stock_location_customers")
10
10
  cls.output_loc = cls.env.ref("stock.stock_location_output")
11
- cls.product = cls.env.ref("product.product_product_16")
11
+ cls.product = cls.env.ref("product.product_product_16").copy()
12
12
  cls.product.write({"tracking": "lot"})
13
13
  cls.warehouse = cls.env.ref("stock.warehouse0")
14
14
  cls.warehouse.write({"delivery_steps": "pick_ship"})
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-stock_restrict_lot
3
- Version: 17.0.1.2.0
3
+ Version: 17.0.1.2.1.2
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
@@ -22,7 +22,7 @@ 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:00ff8e2abcdd536138a0bf51463e00f076ac3fe94947998cda2b6792ef723d5b
25
+ !! source digest: sha256:3a3e8a3900b06efd2f82391bfb36d2cb46d12e816de672e9683b1eb109517afe
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,10 +1,11 @@
1
- odoo/addons/stock_restrict_lot/README.rst,sha256=EFOZYRoPNMQz3M1wyDoD_ETAA3e3rLZ8MR623sh2mco,3494
1
+ odoo/addons/stock_restrict_lot/README.rst,sha256=Uwtmnu81Mfm4GKr9TzinHgi-RxMK29KElFRIm4aJn0A,3494
2
2
  odoo/addons/stock_restrict_lot/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/stock_restrict_lot/__manifest__.py,sha256=XJabscO10DZ25wSD43kOc_qJK3_7HfgE3ewB-kTBx4I,506
3
+ odoo/addons/stock_restrict_lot/__manifest__.py,sha256=e8vxS0eq3NQLC_rDTMsNCwh2BNzCMV3ZMJVHsonP2s4,506
4
4
  odoo/addons/stock_restrict_lot/i18n/es.po,sha256=UKHL4vKheMhf0x2mZ_KwUmtjbwiCXnt-UJMeM82FwUs,2068
5
5
  odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=YTZunKeyiqSlJhW2cMSi2dQ8jzrrFXk1gDCyPvl847Y,2111
6
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
+ odoo/addons/stock_restrict_lot/i18n/tr.po,sha256=VBFHboziLKRjvCmw4LCAde3lE6sKQTDJHPzky03Ci3M,2165
8
9
  odoo/addons/stock_restrict_lot/models/__init__.py,sha256=3nhRO6ipFBMbcrlWXMEMR62djB3_7q2TxcUM42xYMGg,108
9
10
  odoo/addons/stock_restrict_lot/models/product_product.py,sha256=sv-ZLxXqmf6UX4MII1lX7s1BsRgyiKOD_wDpo993KmU,888
10
11
  odoo/addons/stock_restrict_lot/models/stock_move.py,sha256=stXDy4srK6L2qTNQ6bHfoO24v3ZdmgGCJeq8RBvKxi8,4047
@@ -13,12 +14,12 @@ odoo/addons/stock_restrict_lot/models/stock_rule.py,sha256=NXXjB8rooKS0kpG3zvqpD
13
14
  odoo/addons/stock_restrict_lot/readme/CONTRIBUTORS.md,sha256=JBjjiC74D-iWs-cRLAY7BTnLuOA83Nh0fCtABQTadHs,98
14
15
  odoo/addons/stock_restrict_lot/readme/DESCRIPTION.md,sha256=5PwOcvRp7HF_bK6A2P20xcbXvvFZaCj6BYY7moybpO4,281
15
16
  odoo/addons/stock_restrict_lot/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
16
- odoo/addons/stock_restrict_lot/static/description/index.html,sha256=YCf1HeHfrPlCPDW0kMqpLY-MTN7X9VJF__YLho_-Dbg,12933
17
+ odoo/addons/stock_restrict_lot/static/description/index.html,sha256=4SRSfL6SfV_ayMvIxaeEPWoFk1hl-JBcVWvjHapWkoY,12933
17
18
  odoo/addons/stock_restrict_lot/tests/__init__.py,sha256=5RimjaqBd8kD55SNoLqh-g9sCmmI28hPx7IQMUX6AOQ,32
18
- odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py,sha256=k2dsPmHa3IctRAr46SUpsBwhH9HS9lxZU-uD8hcLc98,11840
19
+ odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py,sha256=owgtecTTqC_yXKIyq-gpjq5EAwiDjFeSEadUEOA2d0M,11847
19
20
  odoo/addons/stock_restrict_lot/views/stock_move_views.xml,sha256=unNYn0AuYyBhxSnnPN6xf6X7J7S-G1KbXJVYF20scA4,1191
20
21
  odoo/addons/stock_restrict_lot/views/stock_picking.xml,sha256=X1N9S5g09NREC_DJAlM1CjZuV21nJgBxTANn_6kC64o,1299
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,,
22
+ odoo_addon_stock_restrict_lot-17.0.1.2.1.2.dist-info/METADATA,sha256=9KWzmKufsVo8M0NdLUBcuA95ggVz0BtNZzkfPJUM58Q,4075
23
+ odoo_addon_stock_restrict_lot-17.0.1.2.1.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
24
+ odoo_addon_stock_restrict_lot-17.0.1.2.1.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
25
+ odoo_addon_stock_restrict_lot-17.0.1.2.1.2.dist-info/RECORD,,