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
705 B

  1. # Copyright 2013-2018 Open Architects Consulting SPRL.
  2. # Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
  3. # - Houssine BAKKALI - <houssine@coopiteasy.be>
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).#
  5. {
  6. "name": "Partner Age",
  7. "version": "12.0.1.0.0",
  8. "depends": [
  9. "easy_my_coop",
  10. "partner_contact_birthdate"],
  11. "author": "Houssine BAKKALI <houssine.bakkali@gmail.com>",
  12. "category": "Cooperative management",
  13. 'website': "www.coopiteasy.be",
  14. "license": "AGPL-3",
  15. "description": """
  16. This module computes the age of the partner.
  17. """,
  18. 'data': [
  19. 'view/partner_view.xml',
  20. ],
  21. 'installable': True,
  22. }