mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-18 03:11:59 +02:00
20 lines
722 B
Python
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",
|
|
}
|