forked from Techsystech/web
[10.0] web_tree_image: Porting to 10.0 (#464)
parent
b651bfc12f
commit
ecd8cf39e5
|
@ -27,7 +27,7 @@
|
||||||
##############################################################################
|
##############################################################################
|
||||||
{
|
{
|
||||||
'name': 'Show images in tree views',
|
'name': 'Show images in tree views',
|
||||||
'version': '9.0.1.1.0',
|
'version': '10.0.1.1.0',
|
||||||
'author': "Therp BV, "
|
'author': "Therp BV, "
|
||||||
"MONK Software, "
|
"MONK Software, "
|
||||||
"Odoo Community Association (OCA), "
|
"Odoo Community Association (OCA), "
|
||||||
|
@ -44,5 +44,5 @@
|
||||||
'data': [
|
'data': [
|
||||||
'view/assets.xml',
|
'view/assets.xml',
|
||||||
],
|
],
|
||||||
'installable': False,
|
'installable': True,
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
odoo.define('web.tree_image', function (require) {
|
odoo.define('web.WebTreeImage', function (require) {
|
||||||
"use strict";
|
"use strict";
|
||||||
var core = require('web.core');
|
var core = require('web.core');
|
||||||
var session = require('web.session');
|
var session = require('web.session');
|
||||||
|
|
Loading…
Reference in New Issue