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.

30 lines
865 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014 ACSONE SA/NV (<http://acsone.eu>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Help Online',
  6. 'version': '9.0.1.0.0',
  7. 'author': "ACSONE SA/NV,Odoo Community Association (OCA)",
  8. 'maintainer': 'ACSONE SA/NV',
  9. 'website': 'http://www.acsone.eu',
  10. 'license': 'AGPL-3',
  11. 'category': 'Documentation',
  12. 'depends': [
  13. 'base',
  14. 'website',
  15. ],
  16. 'data': [
  17. 'security/help_online_groups.xml',
  18. 'security/help_online_rules.xml',
  19. 'wizards/export_help_wizard_view.xml',
  20. 'wizards/import_help_wizard_view.xml',
  21. 'views/ir_ui_view_view.xml',
  22. 'views/help_online_view.xml',
  23. 'data/ir_config_parameter_data.xml',
  24. ],
  25. 'qweb': [
  26. 'static/src/xml/help_online.xml',
  27. ],
  28. 'installable': True,
  29. }