odoo-addon-stock-restrict-lot 18.0.1.0.0.8__py3-none-any.whl → 18.0.1.0.0.10__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.

@@ -6,8 +6,8 @@ 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-06-29 10:09+0000\n"
10
- "Last-Translator: Bole <bole@dajmi5.com>\n"
9
+ "PO-Revision-Date: 2025-09-26 16:43+0000\n"
10
+ "Last-Translator: vladimiruvid <vladimir@uvid.hr>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: hr\n"
13
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Content-Transfer-Encoding: \n"
16
16
  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
17
17
  "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
- "X-Generator: Weblate 4.17\n"
18
+ "X-Generator: Weblate 5.10.4\n"
19
19
 
20
20
  #. module: stock_restrict_lot
21
21
  #. odoo-python
@@ -34,13 +34,13 @@ msgstr "Lot"
34
34
  #. module: stock_restrict_lot
35
35
  #: model:ir.model,name:stock_restrict_lot.model_product_product
36
36
  msgid "Product Variant"
37
- msgstr ""
37
+ msgstr "Varijanta proizvoda"
38
38
 
39
39
  #. module: stock_restrict_lot
40
40
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
41
41
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
42
42
  msgid "Restrict Lot"
43
- msgstr "Ograniči lot"
43
+ msgstr "Ograničeni lot"
44
44
 
45
45
  #. module: stock_restrict_lot
46
46
  #: model:ir.model,name:stock_restrict_lot.model_stock_move
@@ -59,6 +59,8 @@ msgid ""
59
59
  "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
60
60
  "restriction on lot %(move_restrict_lot)s set on the move"
61
61
  msgstr ""
62
+ "Lot(ovi) %(move_line_lot)s koji se premještaju nisu u skladu s Ograničenim "
63
+ "lot(ovi) %(move_restrict_lot)s postavljenim na skladišnici"
62
64
 
63
65
  #. module: stock_restrict_lot
64
66
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
@@ -72,3 +74,5 @@ msgid ""
72
74
  "You can't modify the Lot/Serial number because at least one move in the "
73
75
  "chain has already been done with another Lot/Serial number."
74
76
  msgstr ""
77
+ "Ne možete mijenjati broj lota/serijski broj jer je barem jedan potez u lancu "
78
+ "već obavljen s drugim brojem lota/serijskim brojem."
@@ -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 18.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "Last-Translator: Automatically generated\n"
10
+ "Language-Team: none\n"
11
+ "Language: pt_BR\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: \n"
15
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
16
+
17
+ #. module: stock_restrict_lot
18
+ #. odoo-python
19
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
20
+ msgid ""
21
+ "Inconsistencies between reserved quant and lot restriction on stock move"
22
+ msgstr ""
23
+
24
+ #. module: stock_restrict_lot
25
+ #: model_terms:ir.ui.view,arch_db:stock_restrict_lot.custom_stock_picking_search_view
26
+ msgid "Lot"
27
+ msgstr ""
28
+
29
+ #. module: stock_restrict_lot
30
+ #: model:ir.model,name:stock_restrict_lot.model_product_product
31
+ msgid "Product Variant"
32
+ msgstr ""
33
+
34
+ #. module: stock_restrict_lot
35
+ #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
36
+ #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
37
+ msgid "Restrict Lot"
38
+ msgstr ""
39
+
40
+ #. module: stock_restrict_lot
41
+ #: model:ir.model,name:stock_restrict_lot.model_stock_move
42
+ msgid "Stock Move"
43
+ msgstr ""
44
+
45
+ #. module: stock_restrict_lot
46
+ #: model:ir.model,name:stock_restrict_lot.model_stock_rule
47
+ msgid "Stock Rule"
48
+ msgstr ""
49
+
50
+ #. module: stock_restrict_lot
51
+ #. odoo-python
52
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
53
+ msgid ""
54
+ "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
55
+ "restriction on lot %(move_restrict_lot)s set on the move"
56
+ msgstr ""
57
+
58
+ #. module: stock_restrict_lot
59
+ #: model:ir.model,name:stock_restrict_lot.model_stock_picking
60
+ msgid "Transfer"
61
+ msgstr ""
62
+
63
+ #. module: stock_restrict_lot
64
+ #. odoo-python
65
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
66
+ msgid ""
67
+ "You can't modify the Lot/Serial number because at least one move in the "
68
+ "chain has already been done with another Lot/Serial number."
69
+ msgstr ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-stock_restrict_lot
3
- Version: 18.0.1.0.0.8
3
+ Version: 18.0.1.0.0.10
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo==18.0.*
6
6
  Summary: Base module that add back the concept of restrict lot on stock move
@@ -12,6 +12,7 @@ Classifier: Programming Language :: Python
12
12
  Classifier: Framework :: Odoo
13
13
  Classifier: Framework :: Odoo :: 18.0
14
14
  Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
15
+ Description-Content-Type: text/x-rst
15
16
 
16
17
  ==================
17
18
  Stock Restrict Lot
@@ -2,11 +2,12 @@ odoo/addons/stock_restrict_lot/README.rst,sha256=L2SAcstft-Wa3ddB34vTd_FMymPvLd-
2
2
  odoo/addons/stock_restrict_lot/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
3
  odoo/addons/stock_restrict_lot/__manifest__.py,sha256=6oKtIpnmhsXQrb7b20kBYGwETT876fKB06zpShsVghA,576
4
4
  odoo/addons/stock_restrict_lot/i18n/es.po,sha256=lXZi8UnhBuVOh-qMlsI7EUFxDh2rFQ0ILxEjpPNI5p8,2293
5
- odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=JjVJrSRB8AIJMrjgZXCNbZ_DXh9N_erc37v7uQympbw,2336
5
+ odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=sJCxH29I5E2aG8orc8Ej-qMTiuQhHDUYXGrGJRrnznE,2646
6
6
  odoo/addons/stock_restrict_lot/i18n/it.po,sha256=C8GLt8kyIAMaka1WDwjWef_RwkMvwQ-xLWvG1J8zwYM,2589
7
7
  odoo/addons/stock_restrict_lot/i18n/nl.po,sha256=F9syRUn6zI7dfZFq32lPpXWnqiVsoeMFaljdLG_u42I,2024
8
8
  odoo/addons/stock_restrict_lot/i18n/nl_NL.po,sha256=ZXLRlMBda1ubPObP4a5LtgUFoevJXc2UBmA3P_tW1_c,2585
9
9
  odoo/addons/stock_restrict_lot/i18n/pt.po,sha256=Qb8sXDSaA7Bf9pnGIhwHCmee7evoAaNMNtbJd-HDZsc,2023
10
+ odoo/addons/stock_restrict_lot/i18n/pt_BR.po,sha256=dI5Bx6bFUvTnFapBEh4rO92uhvmTTKzD9Ez-qXv-g3A,2026
10
11
  odoo/addons/stock_restrict_lot/i18n/stock_restrict_lot.pot,sha256=nvOiQgDpfOhBpgOFZVbVfgjs12txTi-2BjnxUph6s_k,1954
11
12
  odoo/addons/stock_restrict_lot/models/__init__.py,sha256=3nhRO6ipFBMbcrlWXMEMR62djB3_7q2TxcUM42xYMGg,108
12
13
  odoo/addons/stock_restrict_lot/models/product_product.py,sha256=sv-ZLxXqmf6UX4MII1lX7s1BsRgyiKOD_wDpo993KmU,888
@@ -21,7 +22,7 @@ odoo/addons/stock_restrict_lot/tests/__init__.py,sha256=5RimjaqBd8kD55SNoLqh-g9s
21
22
  odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py,sha256=k-tOml6ti2jDKBh3SLJ-Ow-fKoHTTPNplSjWqa-b4Ws,15501
22
23
  odoo/addons/stock_restrict_lot/views/stock_move_views.xml,sha256=w4zzez4f9fK-drmjnUh61ZZP4vyW_vM4ki4XcHPnFEA,1117
23
24
  odoo/addons/stock_restrict_lot/views/stock_picking.xml,sha256=s6ONtCnjx151Ob_BOyQ4BvkTs98xqcv7QoysZb8WQ3c,1225
24
- odoo_addon_stock_restrict_lot-18.0.1.0.0.8.dist-info/METADATA,sha256=f4YzpFOZ1pP_X-TAR_3FVY62_S6ZzgcGup9v5wQKL3s,4119
25
- odoo_addon_stock_restrict_lot-18.0.1.0.0.8.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
26
- odoo_addon_stock_restrict_lot-18.0.1.0.0.8.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
27
- odoo_addon_stock_restrict_lot-18.0.1.0.0.8.dist-info/RECORD,,
25
+ odoo_addon_stock_restrict_lot-18.0.1.0.0.10.dist-info/METADATA,sha256=1AApOHS98EQrPmOZBsj42t4VRu4C1IPOVSLd9uO3QtY,4157
26
+ odoo_addon_stock_restrict_lot-18.0.1.0.0.10.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
27
+ odoo_addon_stock_restrict_lot-18.0.1.0.0.10.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
28
+ odoo_addon_stock_restrict_lot-18.0.1.0.0.10.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: Whool 1.2
2
+ Generator: Whool 1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5