odoo-addon-stock-restrict-lot 18.0.1.0.0.9__py3-none-any.whl → 18.0.1.0.0.11__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/i18n/hr.po +8 -4
- {odoo_addon_stock_restrict_lot-18.0.1.0.0.9.dist-info → odoo_addon_stock_restrict_lot-18.0.1.0.0.11.dist-info}/METADATA +2 -1
- {odoo_addon_stock_restrict_lot-18.0.1.0.0.9.dist-info → odoo_addon_stock_restrict_lot-18.0.1.0.0.11.dist-info}/RECORD +5 -5
- {odoo_addon_stock_restrict_lot-18.0.1.0.0.9.dist-info → odoo_addon_stock_restrict_lot-18.0.1.0.0.11.dist-info}/WHEEL +1 -1
- {odoo_addon_stock_restrict_lot-18.0.1.0.0.9.dist-info → odoo_addon_stock_restrict_lot-18.0.1.0.0.11.dist-info}/top_level.txt +0 -0
|
@@ -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:
|
|
10
|
-
"Last-Translator:
|
|
9
|
+
"PO-Revision-Date: 2025-09-29 10:42+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
|
|
18
|
+
"X-Generator: Weblate 5.10.4\n"
|
|
19
19
|
|
|
20
20
|
#. module: stock_restrict_lot
|
|
21
21
|
#. odoo-python
|
|
@@ -34,7 +34,7 @@ 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
|
|
@@ -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."
|
|
@@ -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.
|
|
3
|
+
Version: 18.0.1.0.0.11
|
|
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,7 +2,7 @@ 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=
|
|
5
|
+
odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=GcmxhcFqa5Mbfv1zWhPdZHSWjps85VrSuHboxJo7H5A,2644
|
|
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
|
|
@@ -22,7 +22,7 @@ odoo/addons/stock_restrict_lot/tests/__init__.py,sha256=5RimjaqBd8kD55SNoLqh-g9s
|
|
|
22
22
|
odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py,sha256=k-tOml6ti2jDKBh3SLJ-Ow-fKoHTTPNplSjWqa-b4Ws,15501
|
|
23
23
|
odoo/addons/stock_restrict_lot/views/stock_move_views.xml,sha256=w4zzez4f9fK-drmjnUh61ZZP4vyW_vM4ki4XcHPnFEA,1117
|
|
24
24
|
odoo/addons/stock_restrict_lot/views/stock_picking.xml,sha256=s6ONtCnjx151Ob_BOyQ4BvkTs98xqcv7QoysZb8WQ3c,1225
|
|
25
|
-
odoo_addon_stock_restrict_lot-18.0.1.0.0.
|
|
26
|
-
odoo_addon_stock_restrict_lot-18.0.1.0.0.
|
|
27
|
-
odoo_addon_stock_restrict_lot-18.0.1.0.0.
|
|
28
|
-
odoo_addon_stock_restrict_lot-18.0.1.0.0.
|
|
25
|
+
odoo_addon_stock_restrict_lot-18.0.1.0.0.11.dist-info/METADATA,sha256=6a__zvkon4f-jy19VUQbtpgpunFSopP9mMg8b2i8-Ac,4157
|
|
26
|
+
odoo_addon_stock_restrict_lot-18.0.1.0.0.11.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
27
|
+
odoo_addon_stock_restrict_lot-18.0.1.0.0.11.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
28
|
+
odoo_addon_stock_restrict_lot-18.0.1.0.0.11.dist-info/RECORD,,
|