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.

26 lines
571 B

  1. # -*- coding: utf-8 -*-
  2. # © initOS GmbH 2014
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Web Note Test',
  6. 'version': '7.0.1.0.0',
  7. 'author': 'initOS GmbH',
  8. 'category': '',
  9. 'description':
  10. """
  11. This module is example of the use of the web_note module.
  12. """,
  13. 'website': 'http://www.initos.com',
  14. 'license': 'AGPL-3',
  15. 'images': [],
  16. 'depends': [
  17. "base",
  18. "sale",
  19. "web_note",
  20. ],
  21. 'data': [
  22. "res_partner_view.xml",
  23. ],
  24. 'active': False,
  25. 'installable': True
  26. }