diff --git a/README.md b/README.md index aaaebd91d..1bc60c2a8 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ addon | version | maintainers | summary [account_banking_mandate_contact](account_banking_mandate_contact/) | 16.0.1.0.1 | | Assign specific banking mandates in contact level [account_banking_mandate_sale](account_banking_mandate_sale/) | 16.0.1.0.0 | [](https://github.com/alexis-via) | Adds mandates on sale orders [account_banking_mandate_sale_contact](account_banking_mandate_sale_contact/) | 16.0.1.0.1 | [](https://github.com/tisho99) | Add a specific contact mandate to sale orders -[account_banking_pain_base](account_banking_pain_base/) | 16.0.1.1.0 | | Base module for PAIN file generation +[account_banking_pain_base](account_banking_pain_base/) | 16.0.1.2.0 | | Base module for PAIN file generation [account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 16.0.1.1.1 | | Create SEPA XML files for Credit Transfers -[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 16.0.1.2.0 | | Create SEPA files for Direct Debit +[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 16.0.1.3.0 | | Create SEPA files for Direct Debit [account_payment_method_fs_storage](account_payment_method_fs_storage/) | 16.0.1.0.1 | | Add the possibility to specify on the payment method, a storage where files generated will be pushed to upon payment [account_payment_mode](account_payment_mode/) | 16.0.1.2.0 | | Account Payment Mode -[account_payment_order](account_payment_order/) | 16.0.1.7.0 | | Account Payment Order +[account_payment_order](account_payment_order/) | 16.0.1.8.0 | | Account Payment Order [account_payment_order_grouped_output](account_payment_order_grouped_output/) | 16.0.1.0.2 | | Account Payment Order - Generate grouped moves [account_payment_order_notification](account_payment_order_notification/) | 16.0.1.0.0 | [](https://github.com/victoralmau) | Account Payment Order Notification [account_payment_partner](account_payment_partner/) | 16.0.1.2.2 | | Adds payment mode on partners and invoices diff --git a/account_banking_pain_base/README.rst b/account_banking_pain_base/README.rst index ab9b5bba3..b7dbd2d0c 100644 --- a/account_banking_pain_base/README.rst +++ b/account_banking_pain_base/README.rst @@ -7,7 +7,7 @@ Account Banking PAIN Base Module !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cb0a3e1e489965d9fd1e4540fb54b404f630887d8a913484c222034edbe91786 + !! source digest: sha256:a642e5102cbaa72fea6e0bc93a45960a388aa4266c653a467fb86c13e47f9d1b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_banking_pain_base/__manifest__.py b/account_banking_pain_base/__manifest__.py index 192f16ed0..c00bebcea 100644 --- a/account_banking_pain_base/__manifest__.py +++ b/account_banking_pain_base/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Account Banking PAIN Base Module", "summary": "Base module for PAIN file generation", - "version": "16.0.1.1.0", + "version": "16.0.1.2.0", "license": "AGPL-3", "author": "Akretion, Noviat, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", diff --git a/account_banking_pain_base/static/description/index.html b/account_banking_pain_base/static/description/index.html index 3b6dfae0b..2b142507c 100644 --- a/account_banking_pain_base/static/description/index.html +++ b/account_banking_pain_base/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cb0a3e1e489965d9fd1e4540fb54b404f630887d8a913484c222034edbe91786 +!! source digest: sha256:a642e5102cbaa72fea6e0bc93a45960a388aa4266c653a467fb86c13e47f9d1b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module contains fields and functions that are used by the module for SEPA diff --git a/account_banking_sepa_direct_debit/README.rst b/account_banking_sepa_direct_debit/README.rst index 62c83474c..7858e7a47 100644 --- a/account_banking_sepa_direct_debit/README.rst +++ b/account_banking_sepa_direct_debit/README.rst @@ -7,7 +7,7 @@ Account Banking SEPA Direct Debit !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a433755fd2d5cc4c242b073380fd215deb68ea43af0cdef7207c68febe5f8c10 + !! source digest: sha256:1e8b52e7e0251e8940335e73a25767ae9fdf9a37a0d3bbb9abacab7b9b5118ce !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_banking_sepa_direct_debit/__manifest__.py b/account_banking_sepa_direct_debit/__manifest__.py index 8e63a908a..913a71ff4 100644 --- a/account_banking_sepa_direct_debit/__manifest__.py +++ b/account_banking_sepa_direct_debit/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Account Banking SEPA Direct Debit", "summary": "Create SEPA files for Direct Debit", - "version": "16.0.1.2.0", + "version": "16.0.1.3.0", "license": "AGPL-3", "author": "Akretion, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", diff --git a/account_banking_sepa_direct_debit/static/description/index.html b/account_banking_sepa_direct_debit/static/description/index.html index a8dc50e2f..70594b01f 100644 --- a/account_banking_sepa_direct_debit/static/description/index.html +++ b/account_banking_sepa_direct_debit/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a433755fd2d5cc4c242b073380fd215deb68ea43af0cdef7207c68febe5f8c10 +!! source digest: sha256:1e8b52e7e0251e8940335e73a25767ae9fdf9a37a0d3bbb9abacab7b9b5118ce !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Create SEPA files for Direct Debit
diff --git a/account_payment_order/README.rst b/account_payment_order/README.rst index dca6249b4..fe9f25a97 100644 --- a/account_payment_order/README.rst +++ b/account_payment_order/README.rst @@ -7,7 +7,7 @@ Account Payment Order !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:333c07fd51f51a7fe368eacbce8df286cd0089528fcd8548d494fd76ee6272b5 + !! source digest: sha256:7770aeb8f31eacf1b549225db47abcb160f8c5324d0a12eb9e828a6e843b0b45 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py index ddf8ae821..c507a709b 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -9,7 +9,7 @@ { "name": "Account Payment Order", - "version": "16.0.1.7.0", + "version": "16.0.1.8.0", "license": "AGPL-3", "author": "ACSONE SA/NV, " "Therp BV, " diff --git a/account_payment_order/static/description/index.html b/account_payment_order/static/description/index.html index d0dcc7aa6..6ecf21f28 100644 --- a/account_payment_order/static/description/index.html +++ b/account_payment_order/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:333c07fd51f51a7fe368eacbce8df286cd0089528fcd8548d494fd76ee6272b5 +!! source digest: sha256:7770aeb8f31eacf1b549225db47abcb160f8c5324d0a12eb9e828a6e843b0b45 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module adds support for payment orders and debit orders.