diff --git a/README.md b/README.md index d304fca1..7899e2d2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [base_external_dbsource_mysql](base_external_dbsource_mysql/) | 16.0.1.0.0 | | External Database Source - MySQL [base_external_dbsource_sqlite](base_external_dbsource_sqlite/) | 16.0.1.0.2 | [![anddago78](https://github.com/anddago78.png?size=30px)](https://github.com/anddago78) | External Database Source - SQLite [base_external_system](base_external_system/) | 16.0.1.0.0 | | Data models allowing for connection to external systems. -[base_global_discount](base_global_discount/) | 16.0.1.0.0 | | Base Global Discount +[base_global_discount](base_global_discount/) | 16.0.1.1.0 | | Base Global Discount [base_group_backend](base_group_backend/) | 16.0.1.0.0 | [![FranzPoize](https://github.com/FranzPoize.png?size=30px)](https://github.com/FranzPoize) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Group backend [base_import_match](base_import_match/) | 16.0.1.0.0 | | Try to avoid duplicates before importing [base_portal_type](base_portal_type/) | 16.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Base module to allow different types of portals diff --git a/base_global_discount/README.rst b/base_global_discount/README.rst index 7ab6c20e..dbeb265b 100644 --- a/base_global_discount/README.rst +++ b/base_global_discount/README.rst @@ -7,7 +7,7 @@ Base Global Discount !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:17264bf5bcd897df346fd24c2fbd34ed3fa2433928d082b18224aa423b434d46 + !! source digest: sha256:68aa982f3f23a381d794936f7c29432409f786f969c9bebc8fb0e133c575f781 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_global_discount/__manifest__.py b/base_global_discount/__manifest__.py index 52e7864a..3c06c365 100644 --- a/base_global_discount/__manifest__.py +++ b/base_global_discount/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Base Global Discount", - "version": "16.0.1.0.0", + "version": "16.0.1.1.0", "category": "Base", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-backend",