diff --git a/mrp_bom_comparison/README.rst b/mrp_bom_comparison/README.rst index e8344fb9d..ddd7113ef 100644 --- a/mrp_bom_comparison/README.rst +++ b/mrp_bom_comparison/README.rst @@ -14,13 +14,13 @@ Bill of Materials comparison :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/10.0/mrp_bom_comparison + :target: https://github.com/OCA/manufacture/tree/12.0/mrp_bom_comparison :alt: OCA/manufacture .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/manufacture-10-0/manufacture-10-0-mrp_bom_comparison + :target: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-mrp_bom_comparison :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/10.0 + :target: https://runbot.odoo-community.org/runbot/129/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -58,7 +58,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -88,6 +88,6 @@ 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. +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_comparison/__manifest__.py b/mrp_bom_comparison/__manifest__.py index 0fd103594..8fc56e0d9 100644 --- a/mrp_bom_comparison/__manifest__.py +++ b/mrp_bom_comparison/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Bill of Materials comparison", "summary": "Compare two Bill of Materials to view the differences", - "version": "10.0.1.0.0", + "version": "12.0.1.0.0", "category": "Manufacturing", "website": "https://github.com/OCA/manufacture", "author": "ABF OSIELL, Odoo Community Association (OCA)", @@ -13,11 +13,10 @@ "installable": True, "depends": [ "mrp", - "report", ], "data": [ "wizards/mrp_bom_comparison.xml", "reports/mrp_bom_comparison.xml", - "reports.xml", + "views/reports.xml", ], } diff --git a/mrp_bom_comparison/readme/CONTRIBUTORS.rst b/mrp_bom_comparison/readme/CONTRIBUTORS.rst index 68ca198d5..58dc71d87 100644 --- a/mrp_bom_comparison/readme/CONTRIBUTORS.rst +++ b/mrp_bom_comparison/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Sébastien Alix (https://osiell.com) +* Adrià Gil Sorribes (https://www.forgeflow.com) diff --git a/mrp_bom_comparison/reports.xml b/mrp_bom_comparison/reports.xml deleted file mode 100644 index 0e65cfddd..000000000 --- a/mrp_bom_comparison/reports.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - diff --git a/mrp_bom_comparison/reports/mrp_bom_comparison.xml b/mrp_bom_comparison/reports/mrp_bom_comparison.xml index 1e9a2da3a..66861e46a 100644 --- a/mrp_bom_comparison/reports/mrp_bom_comparison.xml +++ b/mrp_bom_comparison/reports/mrp_bom_comparison.xml @@ -4,9 +4,9 @@