diff --git a/README.md b/README.md index bd4bd80f..985ed278 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [grap_change_default](grap_change_default/) | 12.0.1.1.4 | | GRAP - Change Default [grap_change_email](grap_change_email/) | 12.0.1.2.0 | | Change default email template for invoices, sale and purchase orders [grap_change_precision](grap_change_precision/) | 12.0.1.1.2 | | Change the precisions names and values of some fields -[grap_change_product_pricelist_direct_print](grap_change_product_pricelist_direct_print/) | 12.0.1.0.1 | | Display custom fields in Pricelist report +[grap_change_product_pricelist_direct_print](grap_change_product_pricelist_direct_print/) | 12.0.1.1.0 | | Display custom fields in Pricelist report [grap_change_translation](grap_change_translation/) | 12.0.2.1.0 | | Disable the translation mechanism for a many fields [grap_change_views](grap_change_views/) | 12.0.1.1.2 | | GRAP - Change Views [grap_change_views_account](grap_change_views_account/) | 12.0.1.1.15 | | GRAP - Change Views Account diff --git a/grap_change_product_pricelist_direct_print/README.rst b/grap_change_product_pricelist_direct_print/README.rst index 5b9ee325..1adf115f 100644 --- a/grap_change_product_pricelist_direct_print/README.rst +++ b/grap_change_product_pricelist_direct_print/README.rst @@ -7,7 +7,7 @@ GRAP - Change Product Pricelist Direct Print !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:20098a9323191b4bf432333d5f73ffe06bd2e6c16d8f523390b149afb3ee9c95 + !! source digest: sha256:e04f68bcc7845b25fefd5c392aa431db7eca0d82f1a6205dac971c01b100eb0a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/grap_change_product_pricelist_direct_print/__manifest__.py b/grap_change_product_pricelist_direct_print/__manifest__.py index af77502b..cfa2fe56 100644 --- a/grap_change_product_pricelist_direct_print/__manifest__.py +++ b/grap_change_product_pricelist_direct_print/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "GRAP - Change Product Pricelist Direct Print", - "version": "12.0.1.0.1", + "version": "12.0.1.1.0", "category": "GRAP - Custom", "summary": "Display custom fields in Pricelist report", "author": "GRAP",