You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
799 B
25 lines
799 B
# 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>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Show images in tree views via tooltip',
|
|
'version': '12.0.1.0.0',
|
|
'author': "Therp BV, "
|
|
"MONK Software, "
|
|
"Odoo Community Association (OCA), "
|
|
"Serpent Consulting Services Pvt. Ltd.",
|
|
'website': 'https://github.com/OCA/web',
|
|
'license': 'AGPL-3',
|
|
'category': 'Web',
|
|
'depends': [
|
|
'web',
|
|
],
|
|
'data': [
|
|
'view/assets.xml',
|
|
],
|
|
'installable': True,
|
|
}
|