mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_text_markdown: Migration to 11.0
This commit is contained in:
@@ -1,41 +1,26 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
# Copyright (C) 2014 Sudokeys (<http://www.sudokeys.com>)
|
||||
# Copyright (C) 2017 Komit (<http://www.komit-consulting.com>)
|
||||
#
|
||||
# Copyright (C) 2014 Sudokeys (<http://www.sudokeys.com>)
|
||||
# Copyright (C) 2017 Komit (<http://www.komit-consulting.com>)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
# by the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
'name': 'web_widget_text_markdown',
|
||||
'version': '10.0.1.0.0',
|
||||
"author": "Komit, "
|
||||
'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': [
|
||||
'base', 'web'
|
||||
'web'
|
||||
],
|
||||
'demo': [
|
||||
"demo/bootstrap_markdown.xml",
|
||||
],
|
||||
'data': [
|
||||
'views/main.xml',
|
||||
'views/assets.xml',
|
||||
],
|
||||
"qweb": [
|
||||
"static/src/xml/bootstrap_markdown.xml",
|
||||
|
||||
Reference in New Issue
Block a user