# -*- coding: utf-8 -*- # © # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Contact's birthdate", "version": "9.0.1.0.0", "author": "Odoo Community Association (OCA)", "category": "Customer Relationship Management", "website": "https://odoo-community.org/", "depends": [ "base", ], "data": [ "views/res_partner.xml", ], 'installable': True, }