diff --git a/README.md b/README.md index 9285e5ee4..ff6eb0a0f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[donation](donation/) | 14.0.1.4.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Manage donations +[donation](donation/) | 14.0.1.5.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Manage donations [donation_base](donation_base/) | 14.0.1.3.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for donations [donation_direct_debit](donation_direct_debit/) | 14.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Auto-generate direct debit order on donation validation [donation_recurring](donation_recurring/) | 14.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Manage recurring donations diff --git a/donation/README.rst b/donation/README.rst index 7d03f0cfb..3fa735411 100644 --- a/donation/README.rst +++ b/donation/README.rst @@ -7,7 +7,7 @@ Donation !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:74a765dcb93e80df36f0c537b65d5d3cca7e35a4acc266aa08e33a665683ba03 + !! source digest: sha256:d921da9b0a3cb2f17c60232a75ad022eb6ff43c5432d580a8f9bc4d9f25a9008 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/donation/__manifest__.py b/donation/__manifest__.py index 6fd2a07a5..43c9c280b 100644 --- a/donation/__manifest__.py +++ b/donation/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Donation", - "version": "14.0.1.4.0", + "version": "14.0.1.5.0", "category": "Accounting", "license": "AGPL-3", "summary": "Manage donations", diff --git a/donation/static/description/index.html b/donation/static/description/index.html index 023500d83..aa6e2347a 100644 --- a/donation/static/description/index.html +++ b/donation/static/description/index.html @@ -366,7 +366,7 @@
This module handles donations by cash, check or by credit transfer and generate the corresponding journal entries and tax receipts. Before Odoo v14, support for donations by credit transfer was added by a separate module donation_bank_statement.