123456789101112131415 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Internet Connection Check and Notify",
- 'author': "Robert Gauto",
- 'website': "http://www.yourcompany.com",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base', 'web'],
- 'data': [
- 'templates.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml'
- ]
- }
|