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.

16 lines
617 B

4 years ago
  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.2.0.0",
  8. "depends": ["partner_contact_birthdate"],
  9. "author": "Coop IT Easy SCRLfs",
  10. "category": "Cooperative management",
  11. 'website': "https://coopiteasy.be",
  12. "license": "AGPL-3",
  13. "summary": "This module computes the age of the partner.",
  14. "data": ["view/partner_view.xml"],
  15. "installable": True,
  16. }