mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[UPD] black, isort, prettier
This commit is contained in:
committed by
bobrador
parent
0aab54828a
commit
e155a9692e
@@ -3,29 +3,21 @@
|
||||
#
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
'name': 'Web Widget Text Markdown',
|
||||
'version': '11.0.1.0.0',
|
||||
"name": "Web Widget Text Markdown",
|
||||
"version": "11.0.1.0.0",
|
||||
"author": "Alexandre Díaz, "
|
||||
"Komit, "
|
||||
"Sudokeys, "
|
||||
"Odoo Community Association (OCA)",
|
||||
'category': 'Web',
|
||||
'license': 'AGPL-3',
|
||||
'website': 'https://github.com/OCA/web',
|
||||
'summary': 'Widget to text fields that adds markdown support',
|
||||
'depends': [
|
||||
'web'
|
||||
],
|
||||
'demo': [
|
||||
"demo/bootstrap_markdown.xml",
|
||||
],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
],
|
||||
"qweb": [
|
||||
"static/src/xml/bootstrap_markdown.xml",
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': False
|
||||
"Komit, "
|
||||
"Sudokeys, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"category": "Web",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"summary": "Widget to text fields that adds markdown support",
|
||||
"depends": ["web"],
|
||||
"demo": ["demo/bootstrap_markdown.xml"],
|
||||
"data": ["views/assets.xml"],
|
||||
"qweb": ["static/src/xml/bootstrap_markdown.xml"],
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
"application": False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user