|
@ -1,8 +1,8 @@ |
|
|
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com) |
|
|
|
|
|
|
|
|
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com) |
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
'name': 'Online Bank Statements Import Split', |
|
|
|
|
|
|
|
|
'name': 'Account Bank Statement Import: Split by date', |
|
|
'version': '12.0.1.0.0', |
|
|
'version': '12.0.1.0.0', |
|
|
'author': |
|
|
'author': |
|
|
'Brainbean Apps, ' |
|
|
'Brainbean Apps, ' |
|
@ -10,7 +10,7 @@ |
|
|
'website': 'https://github.com/OCA/bank-statement-import/', |
|
|
'website': 'https://github.com/OCA/bank-statement-import/', |
|
|
'license': 'AGPL-3', |
|
|
'license': 'AGPL-3', |
|
|
'category': 'Accounting', |
|
|
'category': 'Accounting', |
|
|
'summary': 'Split statements during import', |
|
|
|
|
|
|
|
|
'summary': 'Split statements by date during import', |
|
|
'depends': [ |
|
|
'depends': [ |
|
|
'account_bank_statement_import', |
|
|
'account_bank_statement_import', |
|
|
], |
|
|
], |
|
|