addons-cm/portal_event_registration/__manifest__.py

18 lines
539 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Portal Event Registration",
"summary": "Allows portal users to view their event registrations "
"and upload attachments to the chatter.",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "Custom",
"depends": ["event", "portal"],
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"security/ir.model.access.csv",
"views/portal_templates.xml",
],
"installable": True,
}