diff --git a/README.md b/README.md index b8095f5..24cd811 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[bookstore_mgmt](bookstore_mgmt/) | 17.0.1.0.1 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) [![miquelalzanillas](https://github.com/miquelalzanillas.png?size=30px)](https://github.com/miquelalzanillas) | Bookstore management system for Odoo -[bookstore_mgmt_google_books_api](bookstore_mgmt_google_books_api/) | 17.0.1.1.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) [![miquelalzanillas](https://github.com/miquelalzanillas.png?size=30px)](https://github.com/miquelalzanillas) | Bookstore integration with Google Books API +[bookstore_mgmt](bookstore_mgmt/) | 17.0.1.1.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) [![miquelalzanillas](https://github.com/miquelalzanillas.png?size=30px)](https://github.com/miquelalzanillas) | Bookstore management system for Odoo +[bookstore_mgmt_google_books_api](bookstore_mgmt_google_books_api/) | 17.0.1.2.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) [![miquelalzanillas](https://github.com/miquelalzanillas.png?size=30px)](https://github.com/miquelalzanillas) | Bookstore integration with Google Books API [//]: # (end addons) diff --git a/bookstore_mgmt/README.rst b/bookstore_mgmt/README.rst index 323b6d7..b47fda2 100644 --- a/bookstore_mgmt/README.rst +++ b/bookstore_mgmt/README.rst @@ -7,7 +7,7 @@ Bookstore Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:363a1fdbbab47afdbfcba0165362fd83cc9e970768287017d39326f1abca8bc2 + !! source digest: sha256:f0d5a2cf5a81c3840a05e5dad9f913b03784730f482a272db422afd11bf3519f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -88,4 +88,4 @@ Current `maintainers `__: This module is part of the `OCA/vertical-edition `_ project on GitHub. -You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. \ No newline at end of file +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/bookstore_mgmt/__manifest__.py b/bookstore_mgmt/__manifest__.py index 724f3b1..1b5fdca 100644 --- a/bookstore_mgmt/__manifest__.py +++ b/bookstore_mgmt/__manifest__.py @@ -9,7 +9,7 @@ "category": "Product", "license": "AGPL-3", "maintainers": ["peluko00", "miquelalzanillas"], - "version": "17.0.1.0.1", + "version": "17.0.1.1.0", "depends": ["product"], "data": [ "security/bookstore_security.xml", diff --git a/bookstore_mgmt_google_books_api/README.rst b/bookstore_mgmt_google_books_api/README.rst index f618612..007baa4 100644 --- a/bookstore_mgmt_google_books_api/README.rst +++ b/bookstore_mgmt_google_books_api/README.rst @@ -7,7 +7,7 @@ Google Books API for Bookstore Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b09d6b3ef611189e9a5a7b6c6c256725485bc4362ee5a040a19144e1aca16998 + !! source digest: sha256:4b6d0cb25f0b8acf359bfb0b3245fc101bcc2c3dde626fc628bb113f155eb151 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -69,11 +69,11 @@ Authors Contributors ------------ -- [APSL-Nagarro](https://apsl.tech): +- [APSL-Nagarro](https://apsl.tech): - - Miquel Alzanillas - - Antoni Marroig - - Bernat Obrador + - Miquel Alzanillas + - Antoni Marroig + - Bernat Obrador Maintainers ----------- diff --git a/bookstore_mgmt_google_books_api/__manifest__.py b/bookstore_mgmt_google_books_api/__manifest__.py index 07c95e8..f56ceb5 100644 --- a/bookstore_mgmt_google_books_api/__manifest__.py +++ b/bookstore_mgmt_google_books_api/__manifest__.py @@ -8,7 +8,7 @@ "category": "Misc", "license": "AGPL-3", "maintainers": ["peluko00", "miquelalzanillas"], - "version": "17.0.1.1.0", + "version": "17.0.1.2.0", "depends": ["bookstore_mgmt", "web_notify"], "external_dependencies": { "python": ["google-books-api-wrapper", "Unidecode"],