__openerp__.py 273 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Printers Manager",
  4. 'author': "Robert Gauto",
  5. 'category': 'Uncategorized',
  6. 'version': '0.1',
  7. 'depends': ['base', 'web'],
  8. 'data': [
  9. 'templates.xml',
  10. ],
  11. 'qweb': [
  12. 'static/src/xml/*.xml'
  13. ]
  14. }