| 12345678910111213141516171819202122 |
- # -*- coding: utf-8 -*-
- {
- "name": "Home",
- "version": "1.0",
- "author": "Jack",
- "category": "auto_bot/Home",
- 'summary': 'Home',
- 'description': """Home""",
- "depends": ["base"],
- "data": [
- "security/ir.model.access.csv",
- "security/security.xml",
- "views/view_homepage.xml",
- "views/view_codes.xml",
- "views/view_clash_tools.xml"
- ],
- "installable": True,
- "auto_install": True,
- "application": True,
- 'main_data': ['home.page'],
- 'license': 'LGPL-3',
- }
|