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.

53 lines
1.3 KiB

  1. # -*- coding: utf-8 -*-
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "User Portal Internal",
  5. "version": "1.0.0",
  6. "summary": "Switch user between portal and internal - no dev mode",
  7. "description": """
  8. Adds 2 secondary actions on the Users views for Access Rights users.
  9. """,
  10. "author": "RemiFr82",
  11. "contributors": "",
  12. "maintainer": "RemiFr82",
  13. "website": "https://remifr82.me",
  14. "license": "LGPL-3",
  15. "category": "Technical",
  16. # "price": 0,
  17. # "currency": "EUR",
  18. "application": False,
  19. "installable": True,
  20. "auto_install": False,
  21. # "pre_init_hook": "",
  22. # "post_init_hook": "",
  23. # "uninstall_hook": "",
  24. # "excludes": [],
  25. # "external_dependencies": [],
  26. "depends": [
  27. "base",
  28. "portal",
  29. ],
  30. "data": [
  31. # Base data
  32. # "data/ir_model.xml",
  33. # Security
  34. # 'security/res_groups.xml',
  35. # 'security/ir.model.access.csv',
  36. # 'security/ir_rule.xml',
  37. # Views
  38. "views/res_users.xml",
  39. # Wizards
  40. # 'wizards/transient_model.xml',
  41. # Reports
  42. # 'reports/report_templates.xml',
  43. # 'reports/sql_view.xml',
  44. ],
  45. "assets": {
  46. # "reports/report_assets.xml"
  47. },
  48. "css": [],
  49. "images": [],
  50. "js": [],
  51. "test": [],
  52. "demo": [],
  53. }