Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] mrp_bom_hierarchy: Migration to 16.0 #1114

Merged
merged 15 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 87 additions & 0 deletions mrp_bom_hierarchy/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
=================
MRP BoM Hierarchy
=================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2ca7835356d855e17027f3c15ad8bbcf46828a8443e970fe6e3ac6f67ab50af3
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/15.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-15-0/manufacture-15-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=15.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:%2015.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 <jordi.ballester@forgeflow.com>
* Miquel Raïch Regué <miquel.raich@forgeflow.com>

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/15.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
18 changes: 18 additions & 0 deletions mrp_bom_hierarchy/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2015-22 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

{
"name": "MRP BoM Hierarchy",
"summary": "Make it easy to navigate through BoM hierarchy.",
"version": "16.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"category": "Manufacturing",
"depends": ["mrp"],
"website": "https://github.com/OCA/manufacture",
"license": "AGPL-3",
"data": [
"view/mrp.xml",
],
"installable": True,
"auto_install": False,
}
114 changes: 114 additions & 0 deletions mrp_bom_hierarchy/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# 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__product_default_code
msgid "Internal Reference"
msgstr "Riferimento interno"

#. 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
#: 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
#: 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
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.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"
111 changes: 111 additions & 0 deletions mrp_bom_hierarchy/i18n/mrp_bom_hierarchy.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
# 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"
"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__product_default_code
msgid "Internal Reference"
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
#: 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
#: 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
#: code:addons/mrp_bom_hierarchy/model/mrp_bom.py:0
#, python-format
msgid ""
"You should provide either a product or a product template to search a BoM "
"Line"
msgstr ""
1 change: 1 addition & 0 deletions mrp_bom_hierarchy/model/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import mrp_bom
Loading
Loading