123456789101112131415 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Printer Bridge",
- 'author': "Robert Gauto",
- 'category': 'Tools',
- 'version': '8.0.0.1',
- 'depends': ['base', 'web'],
- 'data': [
- 'templates.xml',
- 'views/res_user_form.xml'
- ],
- 'qweb': [
- 'static/src/xml/*.xml'
- ]
- }
|