diff --git a/mrp_bom_component_menu/README.rst b/mrp_bom_component_menu/README.rst new file mode 100644 index 000000000..d0bf806e3 --- /dev/null +++ b/mrp_bom_component_menu/README.rst @@ -0,0 +1,86 @@ +====================== +MRP BOM Component Menu +====================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:0db9a90e1d8b9329c88f438190522880299efe3dbaaab0bc5af81fe15fefbf02 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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_component_menu + :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_component_menu + :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| + +Adds a menu item *Bill of Material Components*. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +1. Go to menu *Manufacturing -> Master Data -> Bill of Material + Components*. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub 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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* ForgeFlow + +Contributors +------------ + +- Jordi Ballester +- Lois Rilo +- Juany Davila + +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 `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mrp_bom_component_menu/__init__.py b/mrp_bom_component_menu/__init__.py new file mode 100644 index 000000000..d9d1f13de --- /dev/null +++ b/mrp_bom_component_menu/__init__.py @@ -0,0 +1 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/mrp_bom_component_menu/__manifest__.py b/mrp_bom_component_menu/__manifest__.py new file mode 100644 index 000000000..2b03627fa --- /dev/null +++ b/mrp_bom_component_menu/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2017-2024 ForgeFlow, S.L. +# () +# Copyright 2019 Rubén Bravo +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "MRP BOM Component Menu", + "version": "17.0.1.0.0", + "category": "Manufacturing", + "website": "https://github.com/OCA/manufacture", + "author": "ForgeFlow," "Odoo Community Association (OCA)", + "license": "AGPL-3", + "installable": True, + "depends": ["mrp"], + "data": ["views/mrp_bom_component_view.xml"], +} diff --git a/mrp_bom_component_menu/i18n/de.po b/mrp_bom_component_menu/i18n/de.po new file mode 100644 index 000000000..9d1273762 --- /dev/null +++ b/mrp_bom_component_menu/i18n/de.po @@ -0,0 +1,68 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_bom_component_menu +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2018-12-09 10:43+0000\n" +"Last-Translator: Maria Sparenberg \n" +"Language-Team: none\n" +"Language: de\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 3.3\n" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +#, fuzzy +msgid "Bill Of Material" +msgstr "Stücklistenkomponenten" + +#. module: mrp_bom_component_menu +#: model:ir.actions.act_window,name:mrp_bom_component_menu.mrp_bom_form_action2 +#: model:ir.ui.menu,name:mrp_bom_component_menu.menu_mrp_bom_form_action2 +msgid "Bill of Material Components" +msgstr "Stücklistenkomponenten" + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +#, fuzzy +msgid "" +"Bills of materials components are components and by-products\n" +" used to create master bills of materials. Use this menu to\n" +" search in which BoM a specific component is used." +msgstr "" +"Stücklistenkomponenten sind Komponenten und Nebenprodukte zur Erstellung von " +"Stammstücklisten.\n" +"Verwenden Sie dieses Menü, um herauszufinden, in welchen Stücklisten die " +"Komponente verwendet wird." + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "Click to add a component to a bill of material." +msgstr "Klicken Sie hier, um eine Komponente zur Stückliste hinzuzufügen." + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Default Unit of Measure" +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Group By..." +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Product" +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +#, fuzzy +msgid "Search Bill Of Material Components" +msgstr "Stücklistenkomponenten" diff --git a/mrp_bom_component_menu/i18n/es.po b/mrp_bom_component_menu/i18n/es.po new file mode 100644 index 000000000..d192a6eb3 --- /dev/null +++ b/mrp_bom_component_menu/i18n/es.po @@ -0,0 +1,66 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_bom_component_menu +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-07-10 10:08+0000\n" +"Last-Translator: Ivorra78 \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_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Bill Of Material" +msgstr "Factura de material" + +#. module: mrp_bom_component_menu +#: model:ir.actions.act_window,name:mrp_bom_component_menu.mrp_bom_form_action2 +#: model:ir.ui.menu,name:mrp_bom_component_menu.menu_mrp_bom_form_action2 +msgid "Bill of Material Components" +msgstr "factura de los componentes de los materiales" + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "" +"Bills of materials components are components and by-products\n" +" used to create master bills of materials. Use this menu to\n" +" search in which BoM a specific component is used." +msgstr "" +"Los componentes de listas de materiales son componentes y subproductos\n" +" utilizados para crear listas maestras de " +"materiales. Utilice este menú para\n" +" buscar en qué lista de materiales se " +"utiliza un componente específico." + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "Click to add a component to a bill of material." +msgstr "Haga clic para añadir un componente a una lista de materiales." + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Default Unit of Measure" +msgstr "Unidad de medida por defecto" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Group By..." +msgstr "Agrupado por ..." + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Product" +msgstr "producto" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Search Bill Of Material Components" +msgstr "Buscar componentes de la lista de materiales" diff --git a/mrp_bom_component_menu/i18n/it.po b/mrp_bom_component_menu/i18n/it.po new file mode 100644 index 000000000..c47e61d7d --- /dev/null +++ b/mrp_bom_component_menu/i18n/it.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_bom_component_menu +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-04-10 20:22+0000\n" +"Last-Translator: mymage \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_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Bill Of Material" +msgstr "Distinta base" + +#. module: mrp_bom_component_menu +#: model:ir.actions.act_window,name:mrp_bom_component_menu.mrp_bom_form_action2 +#: model:ir.ui.menu,name:mrp_bom_component_menu.menu_mrp_bom_form_action2 +msgid "Bill of Material Components" +msgstr "Componenti distinta base" + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "" +"Bills of materials components are components and by-products\n" +" used to create master bills of materials. Use this menu to\n" +" search in which BoM a specific component is used." +msgstr "" +"I componenti della distinta base sono coponenti e semi lavorati\n" +" utilizzati per creare la distinta base principale. " +"Utilizzare questo menu per\n" +" cercare in quale DB viene utilizzato un componente specifico." + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "Click to add a component to a bill of material." +msgstr "Fare clic per aggiungere un componente a una distinta base." + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Default Unit of Measure" +msgstr "Unità di misura predefinita" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Group By..." +msgstr "Raggruppa per..." + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Product" +msgstr "Prodotto" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Search Bill Of Material Components" +msgstr "Ricerca componenti distinta base" diff --git a/mrp_bom_component_menu/i18n/mrp_bom_component_menu.pot b/mrp_bom_component_menu/i18n/mrp_bom_component_menu.pot new file mode 100644 index 000000000..4367e5af1 --- /dev/null +++ b/mrp_bom_component_menu/i18n/mrp_bom_component_menu.pot @@ -0,0 +1,58 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_bom_component_menu +# +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_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Bill Of Material" +msgstr "" + +#. module: mrp_bom_component_menu +#: model:ir.actions.act_window,name:mrp_bom_component_menu.mrp_bom_form_action2 +#: model:ir.ui.menu,name:mrp_bom_component_menu.menu_mrp_bom_form_action2 +msgid "Bill of Material Components" +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "" +"Bills of materials components are components and by-products\n" +" used to create master bills of materials. Use this menu to\n" +" search in which BoM a specific component is used." +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "Click to add a component to a bill of material." +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Default Unit of Measure" +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Group By..." +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Product" +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Search Bill Of Material Components" +msgstr "" diff --git a/mrp_bom_component_menu/i18n/zh_CN.po b/mrp_bom_component_menu/i18n/zh_CN.po new file mode 100644 index 000000000..7ba8cf3f1 --- /dev/null +++ b/mrp_bom_component_menu/i18n/zh_CN.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_bom_component_menu +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2019-09-09 15:24+0000\n" +"Last-Translator: 黎伟杰 <674416404@qq.com>\n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.8\n" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Bill Of Material" +msgstr "物料清单" + +#. module: mrp_bom_component_menu +#: model:ir.actions.act_window,name:mrp_bom_component_menu.mrp_bom_form_action2 +#: model:ir.ui.menu,name:mrp_bom_component_menu.menu_mrp_bom_form_action2 +msgid "Bill of Material Components" +msgstr "物料清单组件" + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "" +"Bills of materials components are components and by-products\n" +" used to create master bills of materials. Use this menu to\n" +" search in which BoM a specific component is used." +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.actions.act_window,help:mrp_bom_component_menu.mrp_bom_form_action2 +msgid "Click to add a component to a bill of material." +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Default Unit of Measure" +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Group By..." +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Product" +msgstr "" + +#. module: mrp_bom_component_menu +#: model_terms:ir.ui.view,arch_db:mrp_bom_component_menu.mrp_bom_line_view_filter +msgid "Search Bill Of Material Components" +msgstr "" diff --git a/mrp_bom_component_menu/pyproject.toml b/mrp_bom_component_menu/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/mrp_bom_component_menu/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mrp_bom_component_menu/readme/CONTRIBUTORS.md b/mrp_bom_component_menu/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..b03b0c1e3 --- /dev/null +++ b/mrp_bom_component_menu/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Jordi Ballester \<\> +- Lois Rilo \<\> +- Juany Davila \<\> diff --git a/mrp_bom_component_menu/readme/DESCRIPTION.md b/mrp_bom_component_menu/readme/DESCRIPTION.md new file mode 100644 index 000000000..0ead389a6 --- /dev/null +++ b/mrp_bom_component_menu/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Adds a menu item *Bill of Material Components*. diff --git a/mrp_bom_component_menu/readme/USAGE.md b/mrp_bom_component_menu/readme/USAGE.md new file mode 100644 index 000000000..c12d1ae1c --- /dev/null +++ b/mrp_bom_component_menu/readme/USAGE.md @@ -0,0 +1,4 @@ +To use this module, you need to: + +1. Go to menu *Manufacturing -\> Products -\> Bill of Material + Components*. diff --git a/mrp_bom_component_menu/static/description/icon.png b/mrp_bom_component_menu/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/mrp_bom_component_menu/static/description/icon.png differ diff --git a/mrp_bom_component_menu/static/description/index.html b/mrp_bom_component_menu/static/description/index.html new file mode 100644 index 000000000..fa1c4bd55 --- /dev/null +++ b/mrp_bom_component_menu/static/description/index.html @@ -0,0 +1,431 @@ + + + + + +MRP BOM Component Menu + + + +
+

MRP BOM Component Menu

+ + +

Beta License: AGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

+

Adds a menu item Bill of Material Components.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to menu Manufacturing -> Master Data -> Bill of Material +Components.
  2. +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • ForgeFlow
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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 project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/mrp_bom_component_menu/views/mrp_bom_component_view.xml b/mrp_bom_component_menu/views/mrp_bom_component_view.xml new file mode 100644 index 000000000..248c29753 --- /dev/null +++ b/mrp_bom_component_menu/views/mrp_bom_component_view.xml @@ -0,0 +1,68 @@ + + + + + mrp.bom.line.tree.view + mrp.bom.line + + + + + + + + + + + + Bill of Material Components + ir.actions.act_window + mrp.bom.line + tree,form + + +

+ Click to add a component to a bill of material. +

+

+ Bills of materials components are components and by-products + used to create master bills of materials. Use this menu to + search in which BoM a specific component is used. +

+
+
+ + mrp.bom.line.view.filter + mrp.bom.line + + + + + + + + + + + + + +
diff --git a/pandoc-3.1.12.2-1-amd64.deb b/pandoc-3.1.12.2-1-amd64.deb new file mode 100644 index 000000000..8766f9f6f Binary files /dev/null and b/pandoc-3.1.12.2-1-amd64.deb differ