__openerp__.py 301 B

12345678910111213
  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. ]
  13. }