fix: rename module to web_widget_text_markdown

This commit is contained in:
Nicolas JEUDY
2015-01-02 17:43:58 +01:00
committed by bobrador
parent e603b51399
commit ee4510383e
8 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
'name': 'web_widget_text_markdown',
'version': '1.0',
'author': 'Sudokeys',
'maintainer': 'Sudokeys',
'category': '',
'license': 'AGPL-3',
'depends': ['base','web'],
'website': 'http://www.sudokey.com',
'data': ['views/main.xml',],
"qweb": ["static/src/xml/bootstrap_markdown.xml",
],
'demo': [],
'installable': True,
'auto_install': False,
'application': False
}