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.

18 lines
492 B

  1. # -*- coding: utf-8 -*-
  2. # © <YEAR(S)> <AUTHOR(S)>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Contact's birthdate",
  6. "version": "9.0.1.0.0",
  7. "author": "Odoo Community Association (OCA)",
  8. "category": "Customer Relationship Management",
  9. "website": "https://odoo-community.org/",
  10. "depends": [
  11. "partner_contact_personal_information_page",
  12. ],
  13. "data": [
  14. "views/res_partner.xml",
  15. ],
  16. 'installable': True,
  17. }