# -*- coding: utf-8 -*- { 'name': "Odoo Management", 'author': "Robert Gauto", 'category': 'Tools', 'version': '0.1', 'depends': [ 'base', 'web' ], 'data': [ 'templates.xml', 'workflow.xml' ] }