mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-26 03:32:04 +02:00
Initial commit: OCA Mrp packages (117 packages)
This commit is contained in:
commit
277e84fd7a
4403 changed files with 395154 additions and 0 deletions
|
|
@ -0,0 +1,109 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_bom_hierarchy
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Sastavnica"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom_line
|
||||
msgid "Bill of Material Line"
|
||||
msgstr "Stavka sastavnice"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Child BoMs"
|
||||
msgstr "Podređene sastavnice"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__child_bom_ids
|
||||
msgid "Child Bom"
|
||||
msgstr "Podređena sastavnica"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has child BoMs"
|
||||
msgstr "Ima podređene sastavnice"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_child
|
||||
msgid "Has components"
|
||||
msgstr "Ima komponente"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has parent BoMs"
|
||||
msgstr "Ima nadređene sastavnice"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom_line__has_bom
|
||||
msgid "Has sub BoM"
|
||||
msgstr "Ima pod-sastavnicu"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_parent
|
||||
msgid "Is component"
|
||||
msgstr "Je komponenta"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Parent BoMs"
|
||||
msgstr "Nadređene sastavnice"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__parent_bom_ids
|
||||
msgid "Parent Bom"
|
||||
msgstr "Nadređena sastavnica"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__product_has_other_bom
|
||||
msgid "Product has other BoMs"
|
||||
msgstr "Proizvod ima druge sastavnice"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "This operator is not supported"
|
||||
msgstr "Ovaj operator nije podržan"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "Value should be True or False (not %s)"
|
||||
msgstr "Vrijednost treba biti True ili False (ne %s)"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_form_view
|
||||
msgid "View product's BoM"
|
||||
msgstr "Pogledaj sastavnicu proizvoda"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "View product's other BoMs"
|
||||
msgstr "Pogledaj ostale sastavnice proizvoda"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom_line.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You should provide either a product or a product template to search a BoM "
|
||||
"Line"
|
||||
msgstr ""
|
||||
|
|
@ -0,0 +1,115 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_bom_hierarchy
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2024-03-25 21:33+0000\n"
|
||||
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Lista de Material"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom_line
|
||||
msgid "Bill of Material Line"
|
||||
msgstr "Línea de Lista de Materiales"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Child BoMs"
|
||||
msgstr "LdMs Infantil"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__child_bom_ids
|
||||
msgid "Child Bom"
|
||||
msgstr "LdM Infantil"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has child BoMs"
|
||||
msgstr "Tiene LdM Infantil"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_child
|
||||
msgid "Has components"
|
||||
msgstr "Tiene componentes"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has parent BoMs"
|
||||
msgstr "Tiene LdM Parental"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom_line__has_bom
|
||||
msgid "Has sub BoM"
|
||||
msgstr "Tiene sub LdM"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_parent
|
||||
msgid "Is component"
|
||||
msgstr "Es componente"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Parent BoMs"
|
||||
msgstr "LdMs Parental"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__parent_bom_ids
|
||||
msgid "Parent Bom"
|
||||
msgstr "LdM Parental"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__product_has_other_bom
|
||||
msgid "Product has other BoMs"
|
||||
msgstr "El producto tiene otras LdMs"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "This operator is not supported"
|
||||
msgstr "Este operador no es compatible"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "Value should be True or False (not %s)"
|
||||
msgstr "El valor debe ser Verdadero o Falso (no %s)"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_form_view
|
||||
msgid "View product's BoM"
|
||||
msgstr "Ver la lista de materiales del producto"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "View product's other BoMs"
|
||||
msgstr "Ver otras listas de materiales del producto"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom_line.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You should provide either a product or a product template to search a BoM "
|
||||
"Line"
|
||||
msgstr ""
|
||||
"Debe proporcionar un producto o una plantilla de producto para buscar una "
|
||||
"línea de la lista de materiales"
|
||||
|
||||
#~ msgid "Internal Reference"
|
||||
#~ msgstr "Referencias Internas"
|
||||
|
|
@ -0,0 +1,112 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_bom_hierarchy
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2025-02-20 17:06+0000\n"
|
||||
"Last-Translator: ahmedtrigui <trigui43@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.6.2\n"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Nomenclature"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom_line
|
||||
msgid "Bill of Material Line"
|
||||
msgstr "Ligne de nomenclature"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Child BoMs"
|
||||
msgstr "Enfant de nomenclature"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__child_bom_ids
|
||||
msgid "Child Bom"
|
||||
msgstr "Enfant de nomenclature"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has child BoMs"
|
||||
msgstr "A un enfant"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_child
|
||||
msgid "Has components"
|
||||
msgstr "A des composants"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has parent BoMs"
|
||||
msgstr "A une nomenclature parent"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom_line__has_bom
|
||||
msgid "Has sub BoM"
|
||||
msgstr "A une sub nomenclature"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_parent
|
||||
msgid "Is component"
|
||||
msgstr "Est composant"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Parent BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__parent_bom_ids
|
||||
msgid "Parent Bom"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__product_has_other_bom
|
||||
msgid "Product has other BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "This operator is not supported"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "Value should be True or False (not %s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_form_view
|
||||
msgid "View product's BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "View product's other BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom_line.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You should provide either a product or a product template to search a BoM "
|
||||
"Line"
|
||||
msgstr ""
|
||||
|
|
@ -0,0 +1,115 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_bom_hierarchy
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-01-01 13:45+0000\n"
|
||||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Distinta base"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom_line
|
||||
msgid "Bill of Material Line"
|
||||
msgstr "Riga distinta base"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Child BoMs"
|
||||
msgstr "DiBa figlie"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__child_bom_ids
|
||||
msgid "Child Bom"
|
||||
msgstr "DiBa figlia"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has child BoMs"
|
||||
msgstr "Ha DiBa figlie"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_child
|
||||
msgid "Has components"
|
||||
msgstr "Ha componenti"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has parent BoMs"
|
||||
msgstr "Ha DiBa padri"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom_line__has_bom
|
||||
msgid "Has sub BoM"
|
||||
msgstr "Ha sotto DiBa"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_parent
|
||||
msgid "Is component"
|
||||
msgstr "È componente"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Parent BoMs"
|
||||
msgstr "DiBa padri"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__parent_bom_ids
|
||||
msgid "Parent Bom"
|
||||
msgstr "DiBa padre"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__product_has_other_bom
|
||||
msgid "Product has other BoMs"
|
||||
msgstr "Il prodotto ha altre DiBa"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "This operator is not supported"
|
||||
msgstr "Questo operatore non è supportato"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "Value should be True or False (not %s)"
|
||||
msgstr "Il valore deve essere True o False (non %s)"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_form_view
|
||||
msgid "View product's BoM"
|
||||
msgstr "Visualizza DiBa del prodotto"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "View product's other BoMs"
|
||||
msgstr "Visualizza le altre DiBa del prodotto"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom_line.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You should provide either a product or a product template to search a BoM "
|
||||
"Line"
|
||||
msgstr ""
|
||||
"Bisogna fornire un prodotto o un modello di prodotto per cercare una riga di "
|
||||
"DiBa"
|
||||
|
||||
#~ msgid "Internal Reference"
|
||||
#~ msgstr "Riferimento interno"
|
||||
|
|
@ -0,0 +1,109 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mrp_bom_hierarchy
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model,name:mrp_bom_hierarchy.model_mrp_bom_line
|
||||
msgid "Bill of Material Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Child BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__child_bom_ids
|
||||
msgid "Child Bom"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has child BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_child
|
||||
msgid "Has components"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.view_mrp_bom_filter
|
||||
msgid "Has parent BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom_line__has_bom
|
||||
msgid "Has sub BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__has_parent
|
||||
msgid "Is component"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "Parent BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__parent_bom_ids
|
||||
msgid "Parent Bom"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model:ir.model.fields,field_description:mrp_bom_hierarchy.field_mrp_bom__product_has_other_bom
|
||||
msgid "Product has other BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "This operator is not supported"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid "Value should be True or False (not %s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_form_view
|
||||
msgid "View product's BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_bom_hierarchy.mrp_bom_hierarchy_tree_view
|
||||
msgid "View product's other BoMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: mrp_bom_hierarchy
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_bom_hierarchy/model/mrp_bom_line.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You should provide either a product or a product template to search a BoM "
|
||||
"Line"
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue