mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
fix: rename module to web_widget_text_markdown
This commit is contained in:
17
web_widget_text_markdown/__openerp__.py
Normal file
17
web_widget_text_markdown/__openerp__.py
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user