Skip to content

Commit

Permalink
Merge PR #1485 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed Feb 21, 2025
2 parents 56f5fe4 + 8a14e18 commit 1f37709
Show file tree
Hide file tree
Showing 17 changed files with 1,007 additions and 0 deletions.
89 changes: 89 additions & 0 deletions mrp_bom_hierarchy/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
=================
MRP BoM Hierarchy
=================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2b1118a157462aa9ad2a6d8327f246b786d21b4e7d142dda9bf51cbfd14e85fe
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
:target: https://github.com/OCA/manufacture/tree/17.0/mrp_bom_hierarchy
:alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/manufacture-17-0/manufacture-17-0-mrp_bom_hierarchy
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module extends the functionality of Bill of Materials to support
users to better maintain the BoM hierarchy.

The user can navigate from the tree view to child's BoM or parent's BoM,
or to the product's BoM components with a single click.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to go to 'Manufacturing \| Products \| Bill
of Materials'.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_bom_hierarchy%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* ForgeFlow

Contributors
------------

- Jordi Ballester Alomar <[email protected]>
- Miquel Raïch Regué <[email protected]>
- Quentin Dupont <[email protected]>
- Lois Rilo Antelo <[email protected]>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/17.0/mrp_bom_hierarchy>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions mrp_bom_hierarchy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import model
19 changes: 19 additions & 0 deletions mrp_bom_hierarchy/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2015-25 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "MRP BoM Hierarchy",
"summary": "Make it easy to navigate through BoM hierarchy.",
"version": "17.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"contributors": "Grap",
"category": "Manufacturing",
"depends": ["mrp"],
"website": "https://github.com/OCA/manufacture",
"license": "AGPL-3",
"data": [
"view/mrp_bom.xml",
],
"installable": True,
"auto_install": False,
}
115 changes: 115 additions & 0 deletions mrp_bom_hierarchy/i18n/es.po
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\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"
112 changes: 112 additions & 0 deletions mrp_bom_hierarchy/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\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 ""
Loading

0 comments on commit 1f37709

Please sign in to comment.