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

@@ -19,7 +19,6 @@ msgstr ""
19
19
  #. module: stock_restrict_lot
20
20
  #. odoo-python
21
21
  #: code:addons/stock_restrict_lot/models/stock_move.py:0
22
- #, python-format
23
22
  msgid ""
24
23
  "Inconsistencies between reserved quant and lot restriction on stock move"
25
24
  msgstr ""
@@ -55,7 +54,6 @@ msgstr "Regla de Existencias"
55
54
  #. module: stock_restrict_lot
56
55
  #. odoo-python
57
56
  #: code:addons/stock_restrict_lot/models/stock_move.py:0
58
- #, python-format
59
57
  msgid ""
60
58
  "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
61
59
  "restriction on lot %(move_restrict_lot)s set on the move"
@@ -65,3 +63,11 @@ msgstr ""
65
63
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
66
64
  msgid "Transfer"
67
65
  msgstr "Transferencia"
66
+
67
+ #. module: stock_restrict_lot
68
+ #. odoo-python
69
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
70
+ msgid ""
71
+ "You can't modify the Lot/Serial number because at least one move in the "
72
+ "chain has already been done with another Lot/Serial number."
73
+ msgstr ""
@@ -20,7 +20,6 @@ msgstr ""
20
20
  #. module: stock_restrict_lot
21
21
  #. odoo-python
22
22
  #: code:addons/stock_restrict_lot/models/stock_move.py:0
23
- #, python-format
24
23
  msgid ""
25
24
  "Inconsistencies between reserved quant and lot restriction on stock move"
26
25
  msgstr ""
@@ -56,7 +55,6 @@ msgstr "Skladišno pravilo"
56
55
  #. module: stock_restrict_lot
57
56
  #. odoo-python
58
57
  #: code:addons/stock_restrict_lot/models/stock_move.py:0
59
- #, python-format
60
58
  msgid ""
61
59
  "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
62
60
  "restriction on lot %(move_restrict_lot)s set on the move"
@@ -66,3 +64,11 @@ msgstr ""
66
64
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
67
65
  msgid "Transfer"
68
66
  msgstr "Prijenos"
67
+
68
+ #. module: stock_restrict_lot
69
+ #. odoo-python
70
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
71
+ msgid ""
72
+ "You can't modify the Lot/Serial number because at least one move in the "
73
+ "chain has already been done with another Lot/Serial number."
74
+ msgstr ""
@@ -19,7 +19,6 @@ msgstr ""
19
19
  #. module: stock_restrict_lot
20
20
  #. odoo-python
21
21
  #: code:addons/stock_restrict_lot/models/stock_move.py:0
22
- #, python-format
23
22
  msgid ""
24
23
  "Inconsistencies between reserved quant and lot restriction on stock move"
25
24
  msgstr ""
@@ -55,7 +54,6 @@ msgstr "Regola di giacenza"
55
54
  #. module: stock_restrict_lot
56
55
  #. odoo-python
57
56
  #: code:addons/stock_restrict_lot/models/stock_move.py:0
58
- #, python-format
59
57
  msgid ""
60
58
  "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
61
59
  "restriction on lot %(move_restrict_lot)s set on the move"
@@ -67,3 +65,11 @@ msgstr ""
67
65
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
68
66
  msgid "Transfer"
69
67
  msgstr "Trasferimento"
68
+
69
+ #. module: stock_restrict_lot
70
+ #. odoo-python
71
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
72
+ msgid ""
73
+ "You can't modify the Lot/Serial number because at least one move in the "
74
+ "chain has already been done with another Lot/Serial number."
75
+ 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.2
3
+ Version: 18.0.1.0.0.3
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
@@ -1,9 +1,9 @@
1
1
  odoo/addons/stock_restrict_lot/README.rst,sha256=L2SAcstft-Wa3ddB34vTd_FMymPvLd-4613euD878Io,3546
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
- odoo/addons/stock_restrict_lot/i18n/es.po,sha256=UKHL4vKheMhf0x2mZ_KwUmtjbwiCXnt-UJMeM82FwUs,2068
5
- odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=YTZunKeyiqSlJhW2cMSi2dQ8jzrrFXk1gDCyPvl847Y,2111
6
- odoo/addons/stock_restrict_lot/i18n/it.po,sha256=p1GuTRBBNwL-2A5I00vhVf_9vekVVFpMBTOSishnong,2214
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
6
+ odoo/addons/stock_restrict_lot/i18n/it.po,sha256=argyX806jq2nJSCg5tUGwLCRXnqD2kDnfsJx0W35p2o,2439
7
7
  odoo/addons/stock_restrict_lot/i18n/stock_restrict_lot.pot,sha256=nvOiQgDpfOhBpgOFZVbVfgjs12txTi-2BjnxUph6s_k,1954
8
8
  odoo/addons/stock_restrict_lot/models/__init__.py,sha256=3nhRO6ipFBMbcrlWXMEMR62djB3_7q2TxcUM42xYMGg,108
9
9
  odoo/addons/stock_restrict_lot/models/product_product.py,sha256=sv-ZLxXqmf6UX4MII1lX7s1BsRgyiKOD_wDpo993KmU,888
@@ -18,7 +18,7 @@ odoo/addons/stock_restrict_lot/tests/__init__.py,sha256=5RimjaqBd8kD55SNoLqh-g9s
18
18
  odoo/addons/stock_restrict_lot/tests/test_restrict_lot.py,sha256=k-tOml6ti2jDKBh3SLJ-Ow-fKoHTTPNplSjWqa-b4Ws,15501
19
19
  odoo/addons/stock_restrict_lot/views/stock_move_views.xml,sha256=w4zzez4f9fK-drmjnUh61ZZP4vyW_vM4ki4XcHPnFEA,1117
20
20
  odoo/addons/stock_restrict_lot/views/stock_picking.xml,sha256=s6ONtCnjx151Ob_BOyQ4BvkTs98xqcv7QoysZb8WQ3c,1225
21
- odoo_addon_stock_restrict_lot-18.0.1.0.0.2.dist-info/METADATA,sha256=BdWJg8pW9LmflQoEH28qw6L56yoiOEBMMtygdWXHi2k,4119
22
- odoo_addon_stock_restrict_lot-18.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
23
- odoo_addon_stock_restrict_lot-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
24
- odoo_addon_stock_restrict_lot-18.0.1.0.0.2.dist-info/RECORD,,
21
+ odoo_addon_stock_restrict_lot-18.0.1.0.0.3.dist-info/METADATA,sha256=AltRfT_ZumkU-g30f1lrKaqQIKbeTp7jXdzYuAIEQXE,4119
22
+ odoo_addon_stock_restrict_lot-18.0.1.0.0.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
23
+ odoo_addon_stock_restrict_lot-18.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
24
+ odoo_addon_stock_restrict_lot-18.0.1.0.0.3.dist-info/RECORD,,