__openerp__.py 302 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Printer Bridge",
  4. 'author': "Robert Gauto",
  5. 'category': 'Tools',
  6. 'version': '8.0.0.1',
  7. 'depends': ['base', 'web'],
  8. 'data': [
  9. 'templates.xml',
  10. 'views/res_user_form.xml'
  11. ],
  12. 'qweb': [
  13. 'static/src/xml/*.xml'
  14. ]
  15. }