You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
534 B
23 lines
534 B
# Copyright 2016 - 2020 BEES coop SCRLfs
|
|
# - Thibault Francois (thibault@françois.be)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': "Beescoop Crelan Import module",
|
|
|
|
'summary': """
|
|
Import Crelan CSV Wizard
|
|
""",
|
|
|
|
'description': """
|
|
""",
|
|
|
|
'author': "Beescoop - Cellule IT",
|
|
'website': "https://github.com/beescoop/Obeesdoo",
|
|
|
|
'category': 'Accounting & Finance',
|
|
'version': '12.0.1.0.0',
|
|
|
|
'depends': ['account_bank_statement_import'],
|
|
'installable': True,
|
|
}
|