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

@@ -31,6 +31,11 @@ msgstr ""
31
31
  msgid "Lot"
32
32
  msgstr "Lote"
33
33
 
34
+ #. module: stock_restrict_lot
35
+ #: model:ir.model,name:stock_restrict_lot.model_product_product
36
+ msgid "Product Variant"
37
+ msgstr ""
38
+
34
39
  #. module: stock_restrict_lot
35
40
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
36
41
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
@@ -47,6 +52,15 @@ msgstr "Movimiento de Existencias"
47
52
  msgid "Stock Rule"
48
53
  msgstr "Regla de Existencias"
49
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
+
50
64
  #. module: stock_restrict_lot
51
65
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
52
66
  msgid "Transfer"
@@ -32,6 +32,11 @@ msgstr ""
32
32
  msgid "Lot"
33
33
  msgstr "Lot"
34
34
 
35
+ #. module: stock_restrict_lot
36
+ #: model:ir.model,name:stock_restrict_lot.model_product_product
37
+ msgid "Product Variant"
38
+ msgstr ""
39
+
35
40
  #. module: stock_restrict_lot
36
41
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
37
42
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
@@ -48,6 +53,15 @@ msgstr "Skladišno kretanje"
48
53
  msgid "Stock Rule"
49
54
  msgstr "Skladišno pravilo"
50
55
 
56
+ #. module: stock_restrict_lot
57
+ #. odoo-python
58
+ #: code:addons/stock_restrict_lot/models/stock_move.py:0
59
+ #, python-format
60
+ msgid ""
61
+ "The lot(s) %(move_line_lot)s being moved is inconsistent with the "
62
+ "restriction on lot %(move_restrict_lot)s set on the move"
63
+ msgstr ""
64
+
51
65
  #. module: stock_restrict_lot
52
66
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
53
67
  msgid "Transfer"
@@ -6,7 +6,7 @@ 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-11-17 11:36+0000\n"
9
+ "PO-Revision-Date: 2024-09-18 16:06+0000\n"
10
10
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: it\n"
@@ -14,7 +14,7 @@ msgstr ""
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Content-Transfer-Encoding: \n"
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Weblate 4.17\n"
17
+ "X-Generator: Weblate 5.6.2\n"
18
18
 
19
19
  #. module: stock_restrict_lot
20
20
  #. odoo-python
@@ -31,6 +31,11 @@ msgstr ""
31
31
  msgid "Lot"
32
32
  msgstr "Lotto"
33
33
 
34
+ #. module: stock_restrict_lot
35
+ #: model:ir.model,name:stock_restrict_lot.model_product_product
36
+ msgid "Product Variant"
37
+ msgstr "Variante prodotto"
38
+
34
39
  #. module: stock_restrict_lot
35
40
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_move__restrict_lot_id
36
41
  #: model:ir.model.fields,field_description:stock_restrict_lot.field_stock_picking__restrict_lot_id
@@ -47,6 +52,17 @@ msgstr "Movimento di magazzino"
47
52
  msgid "Stock Rule"
48
53
  msgstr "Regola di giacenza"
49
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
+ "Il lotto %(move_line_lot)s che si sta movimentando è inconsistente con la "
64
+ "restrizione sul lotto %(move_restrict_lot)s impostato nel movimento"
65
+
50
66
  #. module: stock_restrict_lot
51
67
  #: model:ir.model,name:stock_restrict_lot.model_stock_picking
52
68
  msgid "Transfer"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-stock_restrict_lot
3
- Version: 17.0.1.1.0
3
+ Version: 17.0.1.1.0.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
@@ -1,9 +1,9 @@
1
1
  odoo/addons/stock_restrict_lot/README.rst,sha256=w7qOB5IiIZ93y2RGF1vLqZE1pDtJTOw3JCr5bSnBk6Y,3496
2
2
  odoo/addons/stock_restrict_lot/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
3
  odoo/addons/stock_restrict_lot/__manifest__.py,sha256=93X2PEQ9wjPS6YZodEQnC3MMRkRHxWExiTTtsXpvWB8,506
4
- odoo/addons/stock_restrict_lot/i18n/es.po,sha256=MZ60J56zGSarAYFXtDyIuji7j8P7aTmWICTuGqwKpDs,1672
5
- odoo/addons/stock_restrict_lot/i18n/hr.po,sha256=IriQ7a0dMLlBP2wcBAlFEw6R1uO-PJt4XDoJFG3II0Q,1715
6
- odoo/addons/stock_restrict_lot/i18n/it.po,sha256=2c6_gI6hkHJvcpJM_6LDX2678Ks2iE15Sfj88lp8yTg,1652
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
7
7
  odoo/addons/stock_restrict_lot/i18n/stock_restrict_lot.pot,sha256=AhJ4X9RXaEtapVvWPhQk3dHKAIADrVe5fT6Z8mBkpGY,1729
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=CzzvEF2pv0wjVHor1KAUeFYSHlk5aqf5HNR0dC3MJfY,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=k2dsPmHa3IctRAr46SUpsBwhH9HS9lxZU-uD8hcLc98,11840
19
19
  odoo/addons/stock_restrict_lot/views/stock_move_views.xml,sha256=unNYn0AuYyBhxSnnPN6xf6X7J7S-G1KbXJVYF20scA4,1191
20
20
  odoo/addons/stock_restrict_lot/views/stock_picking.xml,sha256=X1N9S5g09NREC_DJAlM1CjZuV21nJgBxTANn_6kC64o,1299
21
- odoo_addon_stock_restrict_lot-17.0.1.1.0.dist-info/METADATA,sha256=jk4Qs8RMkvzvX5H9R1YR1_w85XBu23qKCzSPrk5MRog,4066
22
- odoo_addon_stock_restrict_lot-17.0.1.1.0.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
23
- odoo_addon_stock_restrict_lot-17.0.1.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
24
- odoo_addon_stock_restrict_lot-17.0.1.1.0.dist-info/RECORD,,
21
+ odoo_addon_stock_restrict_lot-17.0.1.1.0.2.dist-info/METADATA,sha256=lcZ1N-vxrU62tD2qcATvU7728fO6eYOhw3kaF6gu6YI,4068
22
+ odoo_addon_stock_restrict_lot-17.0.1.1.0.2.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
23
+ odoo_addon_stock_restrict_lot-17.0.1.1.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
24
+ odoo_addon_stock_restrict_lot-17.0.1.1.0.2.dist-info/RECORD,,