Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2710 Представления

hello i use jqury to append icon to the specific menuitem but not showing anything this is my js file :

odoo.define('my_module_name.AddMenuIcon', function (require) {    'use strict';    varAppsMenu = require('web.AppsMenu');    var Menu = require('web.Menu');    var core = require('web.core');    var QWeb = core.qweb;    var session = require('web.session');
    Menu.include({        start:function () {              va rself = this;
               
                var $menu_item = this.$('.o_menu_sections').find('a[data-menu="229"]').find('span')                $menu_item.append(' ');                                return this._super.apply(this, arguments);        },    });    return {        'Menu':Menu,    };});


i add the js file to the aaset.backend but not showing anything thank's 

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
мая 23
3241
1
янв. 23
8034
2
июл. 22
12502
1
дек. 20
7579
1
авг. 19
4448