[MIG] web_widget_text_markdown: Migration to 11.0

This commit is contained in:
Alexandre Díaz
2019-02-09 21:13:49 +01:00
committed by bobrador
parent e8cfc2c96a
commit b4fd9e170e
78 changed files with 6010 additions and 8675 deletions

View File

@@ -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",