Browse Source

[UPD] prefix versions with 8.0

pull/44/head
Stéphane Bidoul 9 years ago
parent
commit
e1a9e82192
  1. 16
      README.md
  2. 2
      account_bank_statement_import_camt/__openerp__.py
  3. 2
      account_bank_statement_import_mt940_base/__openerp__.py
  4. 2
      account_bank_statement_import_mt940_nl_ing/__openerp__.py
  5. 2
      account_bank_statement_import_mt940_nl_rabo/__openerp__.py
  6. 2
      account_bank_statement_import_ofx/__openerp__.py
  7. 2
      account_bank_statement_import_qif/__openerp__.py
  8. 2
      account_bank_statement_import_save_file/__openerp__.py
  9. 2
      base_bank_account_number_unique/__openerp__.py

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)

2
account_bank_statement_import_camt/__openerp__.py

@ -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',

2
account_bank_statement_import_mt940_base/__openerp__.py

@ -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',

2
account_bank_statement_import_mt940_nl_ing/__openerp__.py

@ -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',

2
account_bank_statement_import_mt940_nl_rabo/__openerp__.py

@ -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
account_bank_statement_import_ofx/__openerp__.py

@ -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',

2
account_bank_statement_import_qif/__openerp__.py

@ -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',

2
account_bank_statement_import_save_file/__openerp__.py

@ -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",

2
base_bank_account_number_unique/__openerp__.py

@ -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",

Loading…
Cancel
Save