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

  1. # Copyright 2020 - ongoing Coop IT Easy (http://www.coopiteasy.be)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Easy My Coop Loan BBA',
  5. 'category': 'Sales',
  6. 'author': "Coop IT Easy - Houssine BAKKALI <houssine@coopiteasy.be>",
  7. 'website': 'https://www.coopiteasy.be',
  8. 'version': '12.0.1.0.0',
  9. 'license': 'AGPL-3',
  10. 'depends': [
  11. 'easy_my_coop_loan',
  12. 'l10n_be_invoice_bba'
  13. ],
  14. "description": """
  15. This module implements the bba structured communication on the loan line.
  16. """,
  17. 'data': [
  18. ],
  19. 'installable': True,
  20. }