PageRenderTime 92ms queryTime 35ms sortTime 0ms getByIdsTime 21ms findMatchingLines 2ms

5+ results for 'views_switcher lang:Javascript' (92 ms)

Not the results you expected?
view_editor.js https://gitlab.com/thanhchatvn/cloud-odoo | JavaScript | 997 lines
                    
59                deletable: false,
                    
60                views_switcher: false,
                    
61                action_buttons: false,
                    
                
view_manager.js https://gitlab.com/thanhchatvn/cloud-odoo | JavaScript | 420 lines
                    
115        }
                    
116        if (this.flags.views_switcher) {
                    
117            this.render_switch_buttons();
                    
264    render_switch_buttons: function() {
                    
265        if (this.flags.views_switcher && this.view_order.length > 1) {
                    
266            var self = this;
                    
                
view_manager.js https://bitbucket.org/testbenchtech/odoo.git | JavaScript | 667 lines
                    
159
                    
160            if (self.flags.views_switcher) {
                    
161                self.render_switch_buttons();
                    
                
views.js https://gitlab.com/deneros/LibrERP.git | JavaScript | 1370 lines
                    
113        action.flags = _.extend({
                    
114            views_switcher : !popup,
                    
115            search_view : !popup,
                    
330        });
                    
331        if (this.flags.views_switcher === false) {
                    
332            this.$element.find('.oe_vm_switch').hide();
                    
                
view_manager.js https://bitbucket.org/lrm-lujosramirez/odoo10-lrm.git | JavaScript | 503 lines
                    
107        }
                    
108        if (this.flags.views_switcher) {
                    
109            this.render_switch_buttons();
                    
                
 

Source

Language