mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_tree_image v11
This commit is contained in:
@@ -1,33 +1,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
# This module copyright (C) 2014 Therp BV (<http://therp.nl>).
|
||||
# copyright (C) 2015 Leonardo Donelli @ MONKSoftware
|
||||
#
|
||||
# Snippet from https://github.com/hsd/listview_images
|
||||
# Copyright (C) 2013 Marcel van der Boom <marcel@hsdev.com>
|
||||
#
|
||||
# Copyright (C) 2016 Serpent Consulting Services Pvt. Ltd.
|
||||
# Copyright 2014 Therp BV (<http://therp.nl>).
|
||||
# Copyright 2015 Leonardo Donelli @ MONKSoftware
|
||||
# Copyright 2013 Marcel van der Boom <marcel@hsdev.com>
|
||||
# Copyright 2016 - TODAY Serpent Consulting Services Pvt. Ltd.
|
||||
# (<http://www.serpentcs.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 (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'Show images in tree views',
|
||||
'version': '10.0.1.1.0',
|
||||
'version': '11.0.1.0.0',
|
||||
'author': "Therp BV, "
|
||||
"MONK Software, "
|
||||
"Odoo Community Association (OCA), "
|
||||
@@ -38,9 +19,6 @@
|
||||
'depends': [
|
||||
'web',
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/widget.xml',
|
||||
],
|
||||
'data': [
|
||||
'view/assets.xml',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user