Odoo modules related to events management
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1001 B

# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Hidden website event",
"version": "1.0.0",
"summary": "This module adds the possibility to hide events on website.",
"description": """
The events marked as unindexed on website don't appear on the website browser but can be acced with the event public link (direct share).
""",
"author": "RemiFr82",
"contributors": "",
"website": "https://remifr82.me",
"license": "LGPL-3",
"category": "Events",
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",
"uninstall_hook": "",
"excludes": [],
"external_dependencies": [],
"depends": [
"website_event",
],
"data": [
"views/event_event.xml",
],
"assets": {},
"css": [],
"images": [],
"js": [],
"test": [],
"demo": [],
"maintainer": "RemiFr82",
}