diff --git a/README.md b/README.md index 36d3860c7..9b7166d3c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [account_banking_pain_base](account_banking_pain_base/) | 16.0.1.1.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.1.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_grouped_output](account_payment_order_grouped_output/) | 16.0.1.0.2 | | Account Payment Order - Generate grouped moves diff --git a/account_payment_method_fs_storage/README.rst b/account_payment_method_fs_storage/README.rst index 2964fb16d..c8b6d3ba3 100644 --- a/account_payment_method_fs_storage/README.rst +++ b/account_payment_method_fs_storage/README.rst @@ -7,7 +7,7 @@ Account Payment Method Fs Storage !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:119631980ff126b81a0dc920b633b345df0b03d62b0e2b875845c45c2ff454d0 + !! source digest: sha256:d10379886f267fec67359f8b3f5c31de30c853945e9bb97f28eff999dd00f805 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_payment_method_fs_storage/__manifest__.py b/account_payment_method_fs_storage/__manifest__.py index dab93530d..3709feae8 100644 --- a/account_payment_method_fs_storage/__manifest__.py +++ b/account_payment_method_fs_storage/__manifest__.py @@ -7,7 +7,7 @@ Add the possibility to specify on the payment method, a storage where files generated will be pushed to upon payment """, - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", diff --git a/account_payment_method_fs_storage/static/description/index.html b/account_payment_method_fs_storage/static/description/index.html index 3133729a6..dd1ceaa67 100644 --- a/account_payment_method_fs_storage/static/description/index.html +++ b/account_payment_method_fs_storage/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:119631980ff126b81a0dc920b633b345df0b03d62b0e2b875845c45c2ff454d0 +!! source digest: sha256:d10379886f267fec67359f8b3f5c31de30c853945e9bb97f28eff999dd00f805 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This Odoo addon enhances the payment mode functionality by introducing the ability to designate a specific storage location. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 86cc3e718..92f63830c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230815.0 \ No newline at end of file +16.0.20240307.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9eab1b355..638804de8 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ setuptools.setup( 'odoo-addon-account_banking_pain_base>=16.0dev,<16.1dev', 'odoo-addon-account_banking_sepa_credit_transfer>=16.0dev,<16.1dev', 'odoo-addon-account_banking_sepa_direct_debit>=16.0dev,<16.1dev', + 'odoo-addon-account_payment_method_fs_storage>=16.0dev,<16.1dev', 'odoo-addon-account_payment_mode>=16.0dev,<16.1dev', 'odoo-addon-account_payment_order>=16.0dev,<16.1dev', 'odoo-addon-account_payment_order_grouped_output>=16.0dev,<16.1dev',