odoo-addon-stock-restrict-lot 17.0.1.2.1__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.

@@ -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 ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-stock_restrict_lot
3
- Version: 17.0.1.2.1
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
@@ -5,6 +5,7 @@ odoo/addons/stock_restrict_lot/i18n/es.po,sha256=UKHL4vKheMhf0x2mZ_KwUmtjbwiCXnt
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
@@ -18,7 +19,7 @@ odoo/addons/stock_restrict_lot/tests/__init__.py,sha256=5RimjaqBd8kD55SNoLqh-g9s
18
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.1.dist-info/METADATA,sha256=--MeGIl0Pdq_q0V82PEqX3BlZU_mDhkwqO4JPpv8XUY,4073
22
- odoo_addon_stock_restrict_lot-17.0.1.2.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
23
- odoo_addon_stock_restrict_lot-17.0.1.2.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
24
- odoo_addon_stock_restrict_lot-17.0.1.2.1.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,,