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.

28 lines
840 B

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