-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
28 lines (27 loc) · 957 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- coding: utf-8 -*-
{
'name': "Web widget many2many_binary_thumbnail",
'version': '0.1',
'author': 'Entrust Developa',
'maintainer': 'Entrust Developa',
'website': "http://entrustlab.com",
'license': 'LGPL-3',
'category': 'Uncategorized',
'sequence': 100,
'description': """Web widget many2many_binary_thumbnail""",
'summary': """Web widget many2many_binary_thumbnail""",
'depends': ['base'],
'data': ['views/assets.xml'],
'demo': [],
'qweb': ['static/src/xml/*.xml'],
# 'js': ['static/src/js/first_module.js',],
# 'css': ['static/src/css/web_example.css',],
# 'images': ['static/description/icon.png',],
'auto_install': False,
'application': False,
'installable': True,
# 'external_dependencies': {'python' : ['usb.core','serial','qrcode']}
# 'pre_init_hook': 'pre_init_hook',
# 'post_init_hook': 'post_init_hook',
# 'uninstall_hook': 'uninstall_hook',
}