__openerp__.py 513 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Attachment browser',
  4. 'version': '1.0',
  5. 'depends': ['mail', 'knowledge'],
  6. 'author': 'Shurshilov Artem',
  7. 'category': 'Mail and Knowledge extension',
  8. 'description': """
  9. Attachment files are opened in browser
  10. ==================================================================
  11. 1. ir.attachment files from mail modul are opened in browser'
  12. 2. ir.attachment files from knowledge modul are opened in browser
  13. """,
  14. 'website': 'https://github.com/shurshilov',
  15. }