mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-23 13:32:06 +02:00
20 lines
677 B
Python
20 lines
677 B
Python
# © 2016 OpenSynergy Indonesia
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Website Event Contacts",
|
|
"version": "16.0.1.0.1",
|
|
"summary": "Display your event contacts on your event page",
|
|
"author": "Moduon,OpenSynergy Indonesia,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/event",
|
|
"category": "Marketing",
|
|
"depends": ["website_event", "event_contact"],
|
|
"data": [
|
|
"views/event_templates_page_registration.xml",
|
|
"views/snippets/snippets.xml",
|
|
],
|
|
"application": False,
|
|
"installable": True,
|
|
"maintainers": ["Shide", "rafaelbn"],
|
|
"license": "AGPL-3",
|
|
}
|