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.
21 lines
630 B
21 lines
630 B
# Copyright 2020 - ongoing Coop IT Easy (http://www.coopiteasy.be)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Easy My Coop Loan BBA',
|
|
'category': 'Sales',
|
|
'author': "Coop IT Easy - Houssine BAKKALI <houssine@coopiteasy.be>",
|
|
'website': 'https://www.coopiteasy.be',
|
|
'version': '12.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'easy_my_coop_loan',
|
|
'l10n_be_invoice_bba'
|
|
],
|
|
"description": """
|
|
This module implements the bba structured communication on the loan line.
|
|
""",
|
|
'data': [
|
|
],
|
|
'installable': True,
|
|
}
|