__openerp__.py 349 B

12345678910111213141516
  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. 'views/res_user_preferences_form.xml'
  12. ],
  13. 'qweb': [
  14. 'static/src/xml/*.xml'
  15. ]
  16. }