You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
451 B
17 lines
451 B
{
|
|
'name': 'web_bootstrap_markdown',
|
|
'version': '1.0',
|
|
'author': 'Sudokeys',
|
|
'maintainer': 'Sudokeys',
|
|
'category': '',
|
|
'license': 'AGPL-3',
|
|
'depends': ['base','web'],
|
|
'website': 'http://www.sudokey.com',
|
|
'data': ['views/web_bootstrap_markdown.xml',],
|
|
"qweb": ["static/src/xml/bootstrap_markdown.xml",
|
|
],
|
|
'demo': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False
|
|
}
|