diff --git a/README.md b/README.md index 58d56fd0..b915504f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [account_accountant_simple_settings](account_accountant_simple_settings/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow accountants to make some simple accounting configuration without having administration rights. +[account_invoice_supplierinfo_update_standard_price](account_invoice_supplierinfo_update_standard_price/) | 16.0.1.0.1 | | In the supplier invoice, automatically update all products whose standard price on the line is different from the product standard price [mrp_bom_product_allergen](mrp_bom_product_allergen/) | 16.0.1.0.1 | | Handle Product allergens on MRP BoM and BoM Lines. [mrp_product_price_quick_menus](mrp_product_price_quick_menus/) | 16.0.1.0.1 | | Adds menus to help manage price between BoMs and Products. [partner_hide_technical_company](partner_hide_technical_company/) | 16.0.1.1.0 | | Hide partners created when creating companies. diff --git a/account_invoice_supplierinfo_update_standard_price/README.rst b/account_invoice_supplierinfo_update_standard_price/README.rst index 36405b10..e773a913 100644 --- a/account_invoice_supplierinfo_update_standard_price/README.rst +++ b/account_invoice_supplierinfo_update_standard_price/README.rst @@ -7,7 +7,7 @@ Account Invoice - Standard Price Update !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:618e8f3968f6104782aaa6545901fe3d34c8482e7acf6c4372a201f557ece668 + !! source digest: sha256:19ddb8d2f547619460128239bcb1392fd37a5dcf3153bc0f88508184d464d104 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,7 +17,7 @@ Account Invoice - Standard Price Update :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-grap%2Fgrap--odoo--business-lightgray.png?logo=github - :target: https://github.com/grap/grap-odoo-business/tree/12.0/account_invoice_supplierinfo_update_standard_price + :target: https://github.com/grap/grap-odoo-business/tree/16.0/account_invoice_supplierinfo_update_standard_price :alt: grap/grap-odoo-business |badge1| |badge2| |badge3| @@ -36,7 +36,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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -56,6 +56,6 @@ Contributors Maintainers ~~~~~~~~~~~ -This module is part of the `grap/grap-odoo-business `_ project on GitHub. +This module is part of the `grap/grap-odoo-business `_ project on GitHub. You are welcome to contribute. diff --git a/account_invoice_supplierinfo_update_standard_price/__manifest__.py b/account_invoice_supplierinfo_update_standard_price/__manifest__.py index 7b216607..7689f9e0 100644 --- a/account_invoice_supplierinfo_update_standard_price/__manifest__.py +++ b/account_invoice_supplierinfo_update_standard_price/__manifest__.py @@ -7,7 +7,7 @@ "summary": "In the supplier invoice, automatically update all products " "whose standard price on the line is different from " " the product standard price", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "category": "Accounting & Finance", "author": "GRAP", "website": "https://github.com/grap/grap-odoo-business",