diff --git a/README.md b/README.md index 9da5f355..62eeb53d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ addon | version | maintainers | summary [product_label](product_label/) | 16.0.2.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) [![quentinDupont](https://github.com/quentinDupont.png?size=30px)](https://github.com/quentinDupont) | Product Labels [product_label_mrp](product_label_mrp/) | 16.0.1.0.1 | [![quentinDupont](https://github.com/quentinDupont.png?size=30px)](https://github.com/quentinDupont) | Adds labels in MRP BoMs [product_standard_price_change_date](product_standard_price_change_date/) | 16.0.1.0.0 | | Adds Date field every time Product Standard Price change. -[recurring_consignment](recurring_consignment/) | 16.0.2.1.2 | | Sale - Handle Recurring Consignments +[recurring_consignment](recurring_consignment/) | 16.0.2.2.0 | | Sale - Handle Recurring Consignments +[recurring_consignment_pos](recurring_consignment_pos/) | 16.0.1.1.0 | | Glue module for Recurring Consignment and PoS modules [//]: # (end addons) diff --git a/recurring_consignment/README.rst b/recurring_consignment/README.rst index 91ee6556..38136a56 100644 --- a/recurring_consignment/README.rst +++ b/recurring_consignment/README.rst @@ -7,7 +7,7 @@ Recurring Consignment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9fc9b815c0f2a465b919140ca22aee8d54bea909c2346b986c1a3cc579023e0d + !! source digest: sha256:c899ebfbfd09b067d4b69240d18c8510ae8d0e112a48db7bad02e01b8c80f036 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/recurring_consignment/__manifest__.py b/recurring_consignment/__manifest__.py index 933a56f9..bfc28613 100644 --- a/recurring_consignment/__manifest__.py +++ b/recurring_consignment/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Recurring Consignment", - "version": "16.0.2.1.2", + "version": "16.0.2.2.0", "summary": "Sale - Handle Recurring Consignments", "category": "Sale", "author": "GRAP", diff --git a/recurring_consignment_pos/README.rst b/recurring_consignment_pos/README.rst index a545f75e..ca1d4de9 100644 --- a/recurring_consignment_pos/README.rst +++ b/recurring_consignment_pos/README.rst @@ -7,7 +7,7 @@ Recurring Consignment - Point of Sale !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5b9c1329a4c44942e11396a348f4ca8df6d3f39a946e0be32ef37e2d4d58301e + !! source digest: sha256:6fca429f0000a19d33cd101a1bfc249c0900fda30979ef26b1bbe62648549065 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,7 +17,7 @@ Recurring Consignment - Point of Sale :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/recurring_consignment_pos + :target: https://github.com/grap/grap-odoo-business/tree/16.0/recurring_consignment_pos :alt: grap/grap-odoo-business |badge1| |badge2| |badge3| @@ -42,7 +42,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. @@ -63,6 +63,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/recurring_consignment_pos/__manifest__.py b/recurring_consignment_pos/__manifest__.py index 6cbd44fe..c19e7889 100644 --- a/recurring_consignment_pos/__manifest__.py +++ b/recurring_consignment_pos/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Recurring Consignment - Point of Sale", - "version": "16.0.1.0.0", + "version": "16.0.1.1.0", "summary": "Glue module for Recurring Consignment and PoS modules", "category": "Sale", "author": "GRAP",