From d7febdc0ca14dc32c3d559479ce0e077192ce5ac Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Mon, 30 Sep 2019 12:01:31 +0200 Subject: [PATCH] [13.0][MIG] mrp_bom_component_menu --- mrp_bom_component_menu/README.rst | 70 ++- mrp_bom_component_menu/__manifest__.py | 6 +- .../readme/CONTRIBUTORS.rst | 2 + mrp_bom_component_menu/readme/DESCRIPTION.rst | 1 + mrp_bom_component_menu/readme/USAGE.rst | 3 + .../static/description/index.html | 428 ++++++++++++++++++ .../views/mrp_bom_component_view.xml | 1 - 7 files changed, 484 insertions(+), 27 deletions(-) create mode 100644 mrp_bom_component_menu/readme/CONTRIBUTORS.rst create mode 100644 mrp_bom_component_menu/readme/DESCRIPTION.rst create mode 100644 mrp_bom_component_menu/readme/USAGE.rst create mode 100644 mrp_bom_component_menu/static/description/index.html diff --git a/mrp_bom_component_menu/README.rst b/mrp_bom_component_menu/README.rst index de476c4fa..6786673da 100644 --- a/mrp_bom_component_menu/README.rst +++ b/mrp_bom_component_menu/README.rst @@ -1,57 +1,81 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - ====================== MRP BOM Component Menu ====================== +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/13.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-13-0/manufacture-13-0-mrp_bom_component_menu + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/129/13.0 + :alt: Try me on Runbot + +|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: -#. Go to menu *Manufacturing -> Products -> Bill of Material Components* - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/129/11.0 - +#. 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 smashing it by providing a detailed and welcomed feedback. +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 smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= -Images ------- +Authors +~~~~~~~ -* Odoo Community Association: `Icon `_. +* Eficent Contributors ------------- +~~~~~~~~~~~~ * Jordi Ballester +* Lois Rilo -Maintainer ----------- +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - 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. -To contribute to this module, please visit https://odoo-community.org. +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/__manifest__.py b/mrp_bom_component_menu/__manifest__.py index 9d7c43cc5..437431f1f 100644 --- a/mrp_bom_component_menu/__manifest__.py +++ b/mrp_bom_component_menu/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2017 Eficent Business and IT Consulting Services, S.L. -# () +# Copyright 2017-19 Eficent Business and IT Consulting Services, 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": "12.0.1.0.0", + "version": "13.0.1.0.0", "category": "Manufacturing", "website": "https://github.com/OCA/manufacture", "author": "Eficent," diff --git a/mrp_bom_component_menu/readme/CONTRIBUTORS.rst b/mrp_bom_component_menu/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..6df2be2f8 --- /dev/null +++ b/mrp_bom_component_menu/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Jordi Ballester +* Lois Rilo diff --git a/mrp_bom_component_menu/readme/DESCRIPTION.rst b/mrp_bom_component_menu/readme/DESCRIPTION.rst new file mode 100644 index 000000000..0ead389a6 --- /dev/null +++ b/mrp_bom_component_menu/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Adds a menu item *Bill of Material Components*. diff --git a/mrp_bom_component_menu/readme/USAGE.rst b/mrp_bom_component_menu/readme/USAGE.rst new file mode 100644 index 000000000..2758a1098 --- /dev/null +++ b/mrp_bom_component_menu/readme/USAGE.rst @@ -0,0 +1,3 @@ +To use this module, you need to: + +#. Go to menu *Manufacturing -> Master Data -> Bill of Material Components*. 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..4cb5f45ae --- /dev/null +++ b/mrp_bom_component_menu/static/description/index.html @@ -0,0 +1,428 @@ + + + + + + +MRP BOM Component Menu + + + +
+

MRP BOM Component Menu

+ + +

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

+

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 smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Eficent
  • +
+
+
+

Contributors

+ +
+
+

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 index ce0cc70ba..8d5ed6794 100644 --- a/mrp_bom_component_menu/views/mrp_bom_component_view.xml +++ b/mrp_bom_component_menu/views/mrp_bom_component_view.xml @@ -21,7 +21,6 @@ Bill of Material Components ir.actions.act_window mrp.bom.line - form tree,form