add portal_event_registration
This commit is contained in:
parent
18fd73ed1b
commit
de0520d5a8
9 changed files with 393 additions and 0 deletions
18
portal_event_registration/__manifest__.py
Normal file
18
portal_event_registration/__manifest__.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue