123456789101112131415161718192021222324252627 |
- # -*- coding: utf-8 -*-
- {
- 'license': "AGPL-3",
- 'name': "Web Window Title",
- 'summary': "The custom web window title",
- 'description': """
- """,
- 'author': "renjie <i@renjie.me>",
- 'website': "https://renjie.me",
- 'support': 'i@renjie.me',
- 'category': 'Extra Tools',
- 'version': '1.1',
- 'depends': ['base_setup'],
- 'demo': [
- 'data/demo.xml',
- ],
- 'data': [
- 'views/webclient_templates.xml',
- 'views/res_config.xml',
- ],
- 'images': [
- 'static/description/main_screenshot.png',
- ],
- 'installable': True,
- 'auto_install': False,
- 'application': True,
- }
|