oca-mrp/odoo-bringout-oca-event-event_contact/event_contact/__manifest__.py
2025-08-29 15:43:05 +02:00

20 lines
722 B
Python

# Copyright 2016 OpenSynergy Indonesia
# Copyright 2016-2017 Jairo Llopis <jairo.llopis@tecnativa.com>
# Copyright 2019 Alexandre Díaz <alexandre.diaz@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Event Contacts",
"version": "16.0.1.0.0",
"summary": "Add contacts to event and event type",
"author": "OpenSynergy Indonesia, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/event",
"category": "Marketing",
"depends": ["event"],
"maintainers": ["rafaelbn", "edlopen"],
"data": ["views/event_event_view.xml", "views/event_type_view.xml"],
"installable": True,
"license": "AGPL-3",
}