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

  1. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  2. {
  3. "name": "Hidden website event",
  4. "version": "1.0.0",
  5. "summary": "This module adds the possibility to hide events on website.",
  6. "description": """
  7. 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).
  8. """,
  9. "author": "RemiFr82",
  10. "contributors": "",
  11. "website": "https://remifr82.me",
  12. "license": "LGPL-3",
  13. "category": "Events",
  14. # "price": 0,
  15. # "currency": "EUR",
  16. "application": False,
  17. "installable": True,
  18. "auto_install": False,
  19. "pre_init_hook": "",
  20. "post_init_hook": "",
  21. "uninstall_hook": "",
  22. "excludes": [],
  23. "external_dependencies": [],
  24. "depends": [
  25. "website_event",
  26. ],
  27. "data": [
  28. "views/event_event.xml",
  29. ],
  30. "assets": {},
  31. "css": [],
  32. "images": [],
  33. "js": [],
  34. "test": [],
  35. "demo": [],
  36. "maintainer": "RemiFr82",
  37. }