mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[UPD] prefix versions with 8.0
This commit is contained in:
16
README.md
16
README.md
@@ -14,14 +14,14 @@ Available addons
|
||||
addon | version | summary
|
||||
--- | --- | ---
|
||||
[account_bank_statement_import](account_bank_statement_import/) | 8.0.1.0.1 | Account Bank Statement Import
|
||||
[account_bank_statement_import_camt](account_bank_statement_import_camt/) | 0.3 | CAMT Format Bank Statements Import
|
||||
[account_bank_statement_import_mt940_base](account_bank_statement_import_mt940_base/) | 1.1 | MT940 Bank Statements Import
|
||||
[account_bank_statement_import_mt940_nl_ing](account_bank_statement_import_mt940_nl_ing/) | 0.3 | MT940 IBAN ING Format Bank Statements Import
|
||||
[account_bank_statement_import_mt940_nl_rabo](account_bank_statement_import_mt940_nl_rabo/) | 1.1 | MT940 import for dutch Rabobank
|
||||
[account_bank_statement_import_ofx](account_bank_statement_import_ofx/) | 1.0 | Import OFX Bank Statement
|
||||
[account_bank_statement_import_qif](account_bank_statement_import_qif/) | 1.0 | Import QIF Bank Statement
|
||||
[account_bank_statement_import_save_file](account_bank_statement_import_save_file/) | 1.0 | Keep imported bank statements as raw data
|
||||
[base_bank_account_number_unique](base_bank_account_number_unique/) | 1.0 | Enforce uniqueness on bank accounts
|
||||
[account_bank_statement_import_camt](account_bank_statement_import_camt/) | 8.0.0.3.0 | CAMT Format Bank Statements Import
|
||||
[account_bank_statement_import_mt940_base](account_bank_statement_import_mt940_base/) | 8.0.1.1.0 | MT940 Bank Statements Import
|
||||
[account_bank_statement_import_mt940_nl_ing](account_bank_statement_import_mt940_nl_ing/) | 8.0.0.3.0 | MT940 IBAN ING Format Bank Statements Import
|
||||
[account_bank_statement_import_mt940_nl_rabo](account_bank_statement_import_mt940_nl_rabo/) | 8.0.1.1.0 | MT940 import for dutch Rabobank
|
||||
[account_bank_statement_import_ofx](account_bank_statement_import_ofx/) | 8.0.1.0.0 | Import OFX Bank Statement
|
||||
[account_bank_statement_import_qif](account_bank_statement_import_qif/) | 8.0.1.0.0 | Import QIF Bank Statement
|
||||
[account_bank_statement_import_save_file](account_bank_statement_import_save_file/) | 8.0.1.0.0 | Keep imported bank statements as raw data
|
||||
[base_bank_account_number_unique](base_bank_account_number_unique/) | 8.0.1.0.0 | Enforce uniqueness on bank accounts
|
||||
|
||||
[//]: # (end addons)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': 'CAMT Format Bank Statements Import',
|
||||
'version': '0.3',
|
||||
'version': '8.0.0.3.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Odoo Community Association (OCA), Therp BV',
|
||||
'website': 'https://github.com/OCA/bank-statement-import',
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': 'MT940 Bank Statements Import',
|
||||
'version': '1.1',
|
||||
'version': '8.0.1.1.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Odoo Community Association (OCA), Therp BV',
|
||||
'website': 'https://github.com/OCA/bank-statement-import',
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': 'MT940 IBAN ING Format Bank Statements Import',
|
||||
'version': '0.3',
|
||||
'version': '8.0.0.3.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Odoo Community Association (OCA), Therp BV',
|
||||
'website': 'https://github.com/OCA/bank-statement-import',
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': 'MT940 import for dutch Rabobank',
|
||||
'version': '1.1',
|
||||
'version': '8.0.1.1.0',
|
||||
'author': 'Odoo Community Association (OCA), Therp BV',
|
||||
'website': 'https://github.com/OCA/bank-statement-import',
|
||||
'category': 'Banking addons',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
'name': 'Import OFX Bank Statement',
|
||||
'category': 'Banking addons',
|
||||
'version': '1.0',
|
||||
'version': '8.0.1.0.0',
|
||||
'author': 'OpenERP SA,'
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/bank-statement-import',
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{
|
||||
'name': 'Import QIF Bank Statement',
|
||||
'category': 'Banking addons',
|
||||
'version': '1.0',
|
||||
'version': '8.0.1.0.0',
|
||||
'author': 'OpenERP SA,'
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/bank-statement-import',
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
"name": "Save imported bank statements",
|
||||
"version": "1.0",
|
||||
"version": "8.0.1.0.0",
|
||||
"author": "Therp BV",
|
||||
"license": "AGPL-3",
|
||||
"category": "Accounting & Finance",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
"name": "Unique bank account numbers",
|
||||
"version": "1.0",
|
||||
"version": "8.0.1.0.0",
|
||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Accounting & Finance",
|
||||
|
||||
Reference in New Issue
Block a user