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.
 
 
 
 
 

19 lines
657 B

# -*- coding: utf-8 -*-
# Copyright (C) 2014 initOS GmbH & Co. KG (<http://www.initos.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "HTML widget for list/tree views",
"version": "8.0.1.0.0",
"depends": ["web"],
'author': "initOS GmbH & Co. KG, Sunflower IT, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"category": "Web",
"license": "AGPL-3",
"summary": "This module allows to use a widget='html' for fields in list "
"(tree) views",
"data": [
'views/web_list_html_widget.xml',
],
"installable": True
}