Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 16, 2025
1 parent 89cf2ee commit ba91edb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions bookstore_mgmt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -88,4 +88,4 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

This module is part of the `OCA/vertical-edition <https://github.com/OCA/vertical-edition/tree/17.0/bookstore_mgmt>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion bookstore_mgmt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions bookstore_mgmt_google_books_api/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -69,11 +69,11 @@ Authors
Contributors
------------

- [APSL-Nagarro](https://apsl.tech):
- [APSL-Nagarro](https://apsl.tech):

- Miquel Alzanillas <[email protected]>
- Antoni Marroig <[email protected]>
- Bernat Obrador <[email protected]>
- Miquel Alzanillas <[email protected]>
- Antoni Marroig <[email protected]>
- Bernat Obrador <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion bookstore_mgmt_google_books_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit ba91edb

Please sign in to comment.