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

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",
}