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.

27 lines
785 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',
  6. 'version': '7.0.1.0.0',
  7. 'author': 'initOS GmbH',
  8. 'category': '',
  9. 'description':
  10. """
  11. This module can be used for adding a notes field in any module that need them.
  12. There are three type of notes - private, internal, external.
  13. Only the user that create a private note can see it.
  14. The other two types can be used for creating different views.
  15. """,
  16. 'website': 'http://www.initos.com',
  17. 'license': 'AGPL-3',
  18. 'images': [],
  19. 'depends': [],
  20. 'data': [
  21. "web_note_view.xml",
  22. "security/web_note_security.xml",
  23. "security/ir.model.access.csv",
  24. ],
  25. 'active': False,
  26. 'installable': True
  27. }