__openerp__.py 379 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Print Engine",
  4. 'author': "Robert Gauto",
  5. 'category': 'Uncategorized',
  6. 'version': '0.1',
  7. 'depends': ['base', 'web'],
  8. 'data': [
  9. 'templates.xml',
  10. 'views/print_engine_sockets.xml',
  11. 'views/print_engine_printers.xml',
  12. 'security/printers_group.xml'
  13. ],
  14. 'qweb': ['static/src/xml/*.xml'],
  15. }