partner-contact/partner_contact_birthdate/__manifest__.py

21 lines
585 B
Python
Raw Normal View History

2021-03-23 19:36:29 +00:00
# Copyright 2014-2015 Grupo ESOC <www.grupoesoc.es>
# © 2017-Apertoso N.V. (<http://www.apertoso.be>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Contact's birthdate",
2021-05-27 10:46:32 +00:00
'version': '1.0.1.0.0',
2021-03-23 19:36:29 +00:00
"author": "Tecnativa,"
"Odoo Community Association (OCA)",
"category": "Customer Relationship Management",
"website": "https://gitlab.com/flectra-community/partner-contact",
"depends": [
"base",
],
"data": [
"views/res_partner.xml",
],
"license": "AGPL-3",
'installable': True,
}