From 02c5992fe8e9883541a280b730deec4101ff40bc Mon Sep 17 00:00:00 2001 From: OCA Git Bot Date: Wed, 8 Aug 2018 05:09:15 +0200 Subject: [PATCH] [UPD] README.rst --- mrp_bom_comparison/README.rst | 52 +++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 5 deletions(-) diff --git a/mrp_bom_comparison/README.rst b/mrp_bom_comparison/README.rst index 633cb1f03..e8344fb9d 100644 --- a/mrp_bom_comparison/README.rst +++ b/mrp_bom_comparison/README.rst @@ -7,6 +7,23 @@ Bill of Materials comparison !! 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/10.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 + :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 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| This module allows you to compare two Bill of Materials to view the differences. @@ -15,12 +32,33 @@ This module allows you to compare two Bill of Materials to view the differences. .. contents:: :local: +Usage +===== + +First, create two (or more) Bill of Materials on the same product. +Then, open the first Bill of Materials, and launch the wizard with `Action / Compare Bill of Materials`. +In the `BoM v2` field, select a BoM to compare against the current one, +and click on `Compare`. The result of the comparaison is returned as +a PDF report with three sections: + +- products updated +- products added +- products removed + +Development +=========== + +If you want to compare two Bill of Materials not linked to the same product, +you can override the `_domain_bom_id` method from the +`wizard.mrp.bom.comparison` wizard. + Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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. +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. @@ -30,6 +68,13 @@ Credits Authors ~~~~~~~ +* ABF OSIELL + +Contributors +~~~~~~~~~~~~ + +* Sébastien Alix (https://osiell.com) + Maintainers ~~~~~~~~~~~ @@ -43,9 +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. -Current `maintainer{% if manifest.maintainers|length > 1 %}s{% endif %} `_: - 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. -