From e2b1602d75aeb661d192100c6af583fb721862ec Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 3 Jun 2024 09:04:36 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3303155d0..6c21feaef 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [account_statement_import_ofx](account_statement_import_ofx/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import OFX Bank Statement [account_statement_import_online](account_statement_import_online/) | 16.0.1.2.2 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update [account_statement_import_online_gocardless](account_statement_import_online_gocardless/) | 16.0.1.1.0 | | Online Bank Statements: GoCardless +[account_statement_import_online_ofx](account_statement_import_online_ofx/) | 16.0.1.0.0 | | Online bank statements for OFX [account_statement_import_online_paypal](account_statement_import_online_paypal/) | 16.0.1.0.1 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements for PayPal.com [account_statement_import_online_ponto](account_statement_import_online_ponto/) | 16.0.1.1.1 | | Online Bank Statements: MyPonto.com [account_statement_import_online_qonto](account_statement_import_online_qonto/) | 16.0.1.0.0 | | Online Bank Statements: Qonto diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index e26153f2c..01595fc9f 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240415.1 \ No newline at end of file +16.0.20240603.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 43241e9a6..d290b665d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,6 +16,7 @@ 'odoo-addon-account_statement_import_ofx>=16.0dev,<16.1dev', 'odoo-addon-account_statement_import_online>=16.0dev,<16.1dev', 'odoo-addon-account_statement_import_online_gocardless>=16.0dev,<16.1dev', + 'odoo-addon-account_statement_import_online_ofx>=16.0dev,<16.1dev', 'odoo-addon-account_statement_import_online_paypal>=16.0dev,<16.1dev', 'odoo-addon-account_statement_import_online_ponto>=16.0dev,<16.1dev', 'odoo-addon-account_statement_import_online_qonto>=16.0dev,<16.1dev',