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.

32 lines
785 B

  1. # coding: utf-8
  2. # © 2015 David BEAL @ Akretion <david.beal@akretion.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Help Popup',
  6. 'version': '8.0.2.0.0',
  7. 'author': 'Akretion, Odoo Community Association (OCA)',
  8. 'depends': [
  9. 'web',
  10. ],
  11. 'website': 'https://www.akretion.com',
  12. 'data': [
  13. 'views/popup_help_view.xml',
  14. 'views/action_view.xml',
  15. 'report/report.xml',
  16. 'report/help.xml',
  17. 'report/all.xml',
  18. 'security/group.xml',
  19. 'security/ir.model.access.csv',
  20. ],
  21. 'demo': [
  22. 'demo/help.xml',
  23. ],
  24. 'external_dependencies': {
  25. 'python': ['bs4'],
  26. },
  27. 'qweb': [
  28. 'static/src/xml/popup_help.xml',
  29. ],
  30. 'installable': True,
  31. }