mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
web_tree_image: Porting to 10.0 (#464)
This commit is contained in:
committed by
Nikul Chaudhary
parent
bf46b421b9
commit
686de5f70d
@@ -27,7 +27,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': 'Show images in tree views',
|
||||
'version': '9.0.1.1.0',
|
||||
'version': '10.0.1.1.0',
|
||||
'author': "Therp BV, "
|
||||
"MONK Software, "
|
||||
"Odoo Community Association (OCA), "
|
||||
@@ -44,5 +44,5 @@
|
||||
'data': [
|
||||
'view/assets.xml',
|
||||
],
|
||||
'installable': False,
|
||||
'installable': True,
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
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";
|
||||
var core = require('web.core');
|
||||
var session = require('web.session');
|
||||
|
||||
Reference in New Issue
Block a user