[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-11-29 09:15:12 +00:00
parent f1fae5dc91
commit 1b81b9d2f2
3 changed files with 3 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ addon | version | maintainers | summary
[account_statement_import_file_reconciliation_widget](account_statement_import_file_reconciliation_widget/) | 15.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files and Go Direct to Reconciliation [account_statement_import_file_reconciliation_widget](account_statement_import_file_reconciliation_widget/) | 15.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Statement Files and Go Direct to Reconciliation
[account_statement_import_ofx](account_statement_import_ofx/) | 15.0.1.0.0 | | Import OFX Bank Statement [account_statement_import_ofx](account_statement_import_ofx/) | 15.0.1.0.0 | | Import OFX Bank Statement
[account_statement_import_online](account_statement_import_online/) | 15.0.3.1.0 | [![alexey-pelykh](https://github.com/alexey-pelykh.png?size=30px)](https://github.com/alexey-pelykh) | Online bank statements update [account_statement_import_online](account_statement_import_online/) | 15.0.3.1.0 | [![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/) | 15.0.1.0.0 | | Online Bank Statements: GoCardless
[account_statement_import_online_paypal](account_statement_import_online_paypal/) | 15.0.1.1.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_paypal](account_statement_import_online_paypal/) | 15.0.1.1.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/) | 15.0.1.0.1 | | Online Bank Statements: MyPonto.com [account_statement_import_online_ponto](account_statement_import_online_ponto/) | 15.0.1.0.1 | | Online Bank Statements: MyPonto.com
[account_statement_import_paypal](account_statement_import_paypal/) | 15.0.1.0.1 | | Import PayPal CSV files as Bank Statements in Odoo [account_statement_import_paypal](account_statement_import_paypal/) | 15.0.1.0.1 | | Import PayPal CSV files as Bank Statements in Odoo

View File

@@ -1 +1 @@
15.0.20230731.0 15.0.20231129.0

View File

@@ -17,6 +17,7 @@ setuptools.setup(
'odoo-addon-account_statement_import_file_reconciliation_widget>=15.0dev,<15.1dev', 'odoo-addon-account_statement_import_file_reconciliation_widget>=15.0dev,<15.1dev',
'odoo-addon-account_statement_import_ofx>=15.0dev,<15.1dev', 'odoo-addon-account_statement_import_ofx>=15.0dev,<15.1dev',
'odoo-addon-account_statement_import_online>=15.0dev,<15.1dev', 'odoo-addon-account_statement_import_online>=15.0dev,<15.1dev',
'odoo-addon-account_statement_import_online_gocardless>=15.0dev,<15.1dev',
'odoo-addon-account_statement_import_online_paypal>=15.0dev,<15.1dev', 'odoo-addon-account_statement_import_online_paypal>=15.0dev,<15.1dev',
'odoo-addon-account_statement_import_online_ponto>=15.0dev,<15.1dev', 'odoo-addon-account_statement_import_online_ponto>=15.0dev,<15.1dev',
'odoo-addon-account_statement_import_paypal>=15.0dev,<15.1dev', 'odoo-addon-account_statement_import_paypal>=15.0dev,<15.1dev',