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.
22 lines
428 B
22 lines
428 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Beescoop Coda Import module",
|
|
|
|
'summary': """
|
|
Import coda Wizard based on https://github.com/acsone/pycoda
|
|
""",
|
|
|
|
'description': """
|
|
""",
|
|
|
|
'author': "Beescoop - Cellule IT",
|
|
'website': "https://github.com/beescoop/Obeesdoo",
|
|
|
|
'category': 'Accounting & Finance',
|
|
'version': '0.1',
|
|
|
|
'depends': ['account_bank_statement_import'],
|
|
|
|
'data': [
|
|
],
|
|
}
|