odoo-addon-mrp-attachment-mgmt 16.0.1.0.0.2__py3-none-any.whl → 16.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.
- odoo/addons/mrp_attachment_mgmt/i18n/es.po +27 -35
- odoo/addons/mrp_attachment_mgmt/i18n/it.po +27 -35
- {odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.2.dist-info → odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.3.dist-info}/METADATA +1 -1
- {odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.2.dist-info → odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.3.dist-info}/RECORD +6 -6
- {odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.2.dist-info → odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.3.dist-info}/WHEEL +0 -0
- {odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.2.dist-info → odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.3.dist-info}/top_level.txt +0 -0
@@ -18,14 +18,13 @@ msgstr ""
|
|
18
18
|
"X-Generator: Weblate 4.3.2\n"
|
19
19
|
|
20
20
|
#. module: mrp_attachment_mgmt
|
21
|
+
#. odoo-python
|
21
22
|
#: code:addons/mrp_attachment_mgmt/models/mrp_workorder.py:0
|
22
23
|
#, python-format
|
23
24
|
msgid ""
|
24
|
-
"%d Product(s) without drawing:\n"
|
25
|
-
"%s"
|
25
|
+
"%(error_count)d Product(s) without drawing:\n"
|
26
|
+
"%(error_msg)s"
|
26
27
|
msgstr ""
|
27
|
-
"%d Producto(s) sin dibujo:\n"
|
28
|
-
"%s"
|
29
28
|
|
30
29
|
#. module: mrp_attachment_mgmt
|
31
30
|
#: model:ir.actions.server,name:mrp_attachment_mgmt.action_see_workorder_attachments
|
@@ -48,41 +47,14 @@ msgid "Bom Attachments"
|
|
48
47
|
msgstr "Adjuntos de Lista de Materiales"
|
49
48
|
|
50
49
|
#. module: mrp_attachment_mgmt
|
51
|
-
#: model:ir.model
|
52
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_production__display_name
|
53
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_workorder__display_name
|
54
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_product__display_name
|
55
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_template__display_name
|
56
|
-
msgid "Display Name"
|
57
|
-
msgstr "Nombre mostrado"
|
58
|
-
|
59
|
-
#. module: mrp_attachment_mgmt
|
60
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_bom__id
|
61
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_production__id
|
62
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_workorder__id
|
63
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_product__id
|
64
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_template__id
|
65
|
-
msgid "ID"
|
66
|
-
msgstr "ID"
|
67
|
-
|
68
|
-
#. module: mrp_attachment_mgmt
|
69
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_bom____last_update
|
70
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_production____last_update
|
71
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_workorder____last_update
|
72
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_product____last_update
|
73
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_template____last_update
|
74
|
-
msgid "Last Modified on"
|
75
|
-
msgstr "Última modificación el"
|
76
|
-
|
77
|
-
#. module: mrp_attachment_mgmt
|
78
|
-
#: model:ir.model,name:mrp_attachment_mgmt.model_product_product
|
50
|
+
#: model:ir.model,name:mrp_attachment_mgmt.model_product_template
|
79
51
|
msgid "Product"
|
80
52
|
msgstr "Producto"
|
81
53
|
|
82
54
|
#. module: mrp_attachment_mgmt
|
83
|
-
#: model:ir.model,name:mrp_attachment_mgmt.
|
84
|
-
msgid "Product
|
85
|
-
msgstr "
|
55
|
+
#: model:ir.model,name:mrp_attachment_mgmt.model_product_product
|
56
|
+
msgid "Product Variant"
|
57
|
+
msgstr ""
|
86
58
|
|
87
59
|
#. module: mrp_attachment_mgmt
|
88
60
|
#: model:ir.model,name:mrp_attachment_mgmt.model_mrp_production
|
@@ -94,5 +66,25 @@ msgstr ""
|
|
94
66
|
msgid "Work Order"
|
95
67
|
msgstr "Orden de trabajo"
|
96
68
|
|
69
|
+
#, python-format
|
70
|
+
#~ msgid ""
|
71
|
+
#~ "%d Product(s) without drawing:\n"
|
72
|
+
#~ "%s"
|
73
|
+
#~ msgstr ""
|
74
|
+
#~ "%d Producto(s) sin dibujo:\n"
|
75
|
+
#~ "%s"
|
76
|
+
|
77
|
+
#~ msgid "Display Name"
|
78
|
+
#~ msgstr "Nombre mostrado"
|
79
|
+
|
80
|
+
#~ msgid "ID"
|
81
|
+
#~ msgstr "ID"
|
82
|
+
|
83
|
+
#~ msgid "Last Modified on"
|
84
|
+
#~ msgstr "Última modificación el"
|
85
|
+
|
86
|
+
#~ msgid "Product Template"
|
87
|
+
#~ msgstr "Plantilla de producto"
|
88
|
+
|
97
89
|
#~ msgid "Documents"
|
98
90
|
#~ msgstr "Documentos"
|
@@ -17,14 +17,13 @@ msgstr ""
|
|
17
17
|
"X-Generator: Weblate 4.14.1\n"
|
18
18
|
|
19
19
|
#. module: mrp_attachment_mgmt
|
20
|
+
#. odoo-python
|
20
21
|
#: code:addons/mrp_attachment_mgmt/models/mrp_workorder.py:0
|
21
22
|
#, python-format
|
22
23
|
msgid ""
|
23
|
-
"%d Product(s) without drawing:\n"
|
24
|
-
"%s"
|
24
|
+
"%(error_count)d Product(s) without drawing:\n"
|
25
|
+
"%(error_msg)s"
|
25
26
|
msgstr ""
|
26
|
-
"%d Prodotto(i) senza disegno:\n"
|
27
|
-
"%s"
|
28
27
|
|
29
28
|
#. module: mrp_attachment_mgmt
|
30
29
|
#: model:ir.actions.server,name:mrp_attachment_mgmt.action_see_workorder_attachments
|
@@ -47,41 +46,14 @@ msgid "Bom Attachments"
|
|
47
46
|
msgstr "Allegati DiBa"
|
48
47
|
|
49
48
|
#. module: mrp_attachment_mgmt
|
50
|
-
#: model:ir.model
|
51
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_production__display_name
|
52
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_workorder__display_name
|
53
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_product__display_name
|
54
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_template__display_name
|
55
|
-
msgid "Display Name"
|
56
|
-
msgstr "Nome visualizzato"
|
57
|
-
|
58
|
-
#. module: mrp_attachment_mgmt
|
59
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_bom__id
|
60
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_production__id
|
61
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_workorder__id
|
62
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_product__id
|
63
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_template__id
|
64
|
-
msgid "ID"
|
65
|
-
msgstr "ID"
|
66
|
-
|
67
|
-
#. module: mrp_attachment_mgmt
|
68
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_bom____last_update
|
69
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_production____last_update
|
70
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_mrp_workorder____last_update
|
71
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_product____last_update
|
72
|
-
#: model:ir.model.fields,field_description:mrp_attachment_mgmt.field_product_template____last_update
|
73
|
-
msgid "Last Modified on"
|
74
|
-
msgstr "Ultima modifica il"
|
75
|
-
|
76
|
-
#. module: mrp_attachment_mgmt
|
77
|
-
#: model:ir.model,name:mrp_attachment_mgmt.model_product_product
|
49
|
+
#: model:ir.model,name:mrp_attachment_mgmt.model_product_template
|
78
50
|
msgid "Product"
|
79
51
|
msgstr "Prodotto"
|
80
52
|
|
81
53
|
#. module: mrp_attachment_mgmt
|
82
|
-
#: model:ir.model,name:mrp_attachment_mgmt.
|
83
|
-
msgid "Product
|
84
|
-
msgstr "
|
54
|
+
#: model:ir.model,name:mrp_attachment_mgmt.model_product_product
|
55
|
+
msgid "Product Variant"
|
56
|
+
msgstr ""
|
85
57
|
|
86
58
|
#. module: mrp_attachment_mgmt
|
87
59
|
#: model:ir.model,name:mrp_attachment_mgmt.model_mrp_production
|
@@ -92,3 +64,23 @@ msgstr "Ordine di produzione"
|
|
92
64
|
#: model:ir.model,name:mrp_attachment_mgmt.model_mrp_workorder
|
93
65
|
msgid "Work Order"
|
94
66
|
msgstr "Ordine lavoro"
|
67
|
+
|
68
|
+
#, python-format
|
69
|
+
#~ msgid ""
|
70
|
+
#~ "%d Product(s) without drawing:\n"
|
71
|
+
#~ "%s"
|
72
|
+
#~ msgstr ""
|
73
|
+
#~ "%d Prodotto(i) senza disegno:\n"
|
74
|
+
#~ "%s"
|
75
|
+
|
76
|
+
#~ msgid "Display Name"
|
77
|
+
#~ msgstr "Nome visualizzato"
|
78
|
+
|
79
|
+
#~ msgid "ID"
|
80
|
+
#~ msgstr "ID"
|
81
|
+
|
82
|
+
#~ msgid "Last Modified on"
|
83
|
+
#~ msgstr "Ultima modifica il"
|
84
|
+
|
85
|
+
#~ msgid "Product Template"
|
86
|
+
#~ msgstr "Modello prodotto"
|
@@ -1,8 +1,8 @@
|
|
1
1
|
odoo/addons/mrp_attachment_mgmt/README.rst,sha256=Ctg952BnnAM-eI5gtBa5CpgkKor_WeLyQYj1f03x4y0,4065
|
2
2
|
odoo/addons/mrp_attachment_mgmt/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
3
3
|
odoo/addons/mrp_attachment_mgmt/__manifest__.py,sha256=GXGTvRVknM2ccuS49HJIDvsWyomMyya-a0G6gLJjeZE,618
|
4
|
-
odoo/addons/mrp_attachment_mgmt/i18n/es.po,sha256=
|
5
|
-
odoo/addons/mrp_attachment_mgmt/i18n/it.po,sha256=
|
4
|
+
odoo/addons/mrp_attachment_mgmt/i18n/es.po,sha256=_Wjia2hHGiQfBSg4F2rj9a-eg16xuPI1ycdF0CKBvYs,2670
|
5
|
+
odoo/addons/mrp_attachment_mgmt/i18n/it.po,sha256=b4VB2NrGBWI7mhRPi1aMQrymhcRU1ivC8FMmoBf7yUM,2555
|
6
6
|
odoo/addons/mrp_attachment_mgmt/i18n/mrp_attachment_mgmt.pot,sha256=HWJ9acwD4L0RPOS2XtKArihDm56YUso7txaS2a1SQIY,1984
|
7
7
|
odoo/addons/mrp_attachment_mgmt/models/__init__.py,sha256=un-rorg4HCTpb6nfenzjiFWjja1JIAPxq0TecVYp3FE,101
|
8
8
|
odoo/addons/mrp_attachment_mgmt/models/mrp_bom.py,sha256=VVMEevoSkzrw6kuTcwIRRS3ISaO9v8mw0fqUHFonKa8,1343
|
@@ -22,7 +22,7 @@ odoo/addons/mrp_attachment_mgmt/views/mrp_bom_view.xml,sha256=lWlvuNo4cT-n-9EZ8v
|
|
22
22
|
odoo/addons/mrp_attachment_mgmt/views/mrp_production_views.xml,sha256=vtJaPi8sB1hI-YBwoMy64FRp6kyeYZjxy1ge8Rqqxv8,1252
|
23
23
|
odoo/addons/mrp_attachment_mgmt/views/product_views.xml,sha256=ISZTqqYDinDOUpNVpCv4elX1U9H5z8-7O2rJqZh-wFc,1749
|
24
24
|
odoo/addons/mrp_attachment_mgmt/views/workorder_attachments_views.xml,sha256=5vvLRKeedeJwIguMfNipIbpn5HuntR08_cFFpCjMAwk,1291
|
25
|
-
odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.
|
26
|
-
odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.
|
27
|
-
odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.
|
28
|
-
odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.
|
25
|
+
odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.3.dist-info/METADATA,sha256=spcpXtyGYENsJ3wb0pNA0Qw2JZsqcGydnN5bpz971dA,4599
|
26
|
+
odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
27
|
+
odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
28
|
+
odoo_addon_mrp_attachment_mgmt-16.0.1.0.0.3.dist-info/RECORD,,
|
File without changes
|