12345678910111213 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Print Engine",
- 'author': "Robert Gauto",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base', 'web'],
- 'data': [
- 'templates.xml',
- 'views/print_engine_sockets.xml',
- 'views/print_engine_printers.xml'
- ]
- }
|