Browse Source

[FIX] Import exceptions.Warning as UserError.

This according to OCA guidelines.
Also reformat README.rst to keep lines within limit.
pull/137/head
Ronald Portier (Therp BV) 9 years ago
committed by Fekete Mihai
parent
commit
163c68679a
  1. 2
      account_bank_statement_import_mt940_base/__manifest__.py

2
account_bank_statement_import_mt940_base/__manifest__.py

@ -19,7 +19,7 @@
##############################################################################
{
'name': 'MT940 Bank Statements Import',
'version': '8.0.1.1.0',
'version': '8.0.1.1.1',
'license': 'AGPL-3',
'author': 'Odoo Community Association (OCA), Therp BV',
'website': 'https://github.com/OCA/bank-statement-import',

Loading…
Cancel
Save