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.

20 lines
692 B

  1. # Copyright 2019-2020: Druidoo (<https://www.druidoo.io>)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Contact's Age Range",
  5. "version": "14.0.1.0.1",
  6. "license": "AGPL-3",
  7. "author": "Druidoo, Odoo Community Association (OCA)",
  8. "website": "https://github.com/OCA/partner-contact",
  9. "category": "Customer Relationship Management",
  10. "summary": "Age Range for Contact's",
  11. "depends": ["contacts", "partner_contact_birthdate"],
  12. "data": [
  13. "security/ir.model.access.csv",
  14. "data/age_range_cron.xml",
  15. "views/res_partner_view.xml",
  16. "views/res_partner_age_range_view.xml",
  17. ],
  18. "installable": True,
  19. }