~unifield-team/unifield-web/uf7

« back to all changes in this revision

Viewing changes to addons/openerp/static/javascript/listgrid.js

  • Committer: jf
  • Date: 2017-10-27 14:32:19 UTC
  • mfrom: (4860.3.14 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20171027143219-lqbhfhsk9zgo9swf
US-3172 [IMP] Keyboard shortcuts: popup help

lp:~fabien-morin/unifield-web/fm-us-3172

Show diffs side-by-side

added added

removed removed

Lines of Context:
1155
1155
        }, null, {
1156
1156
            height: '98%',
1157
1157
            max_height: 600
1158
 
        });
 
1158
        }).focus();
1159
1159
    },
1160
1160
 
1161
1161
    importData: function() {
1169
1169
            height: '98%',
1170
1170
            max_height: 550,
1171
1171
            width: '95%'
1172
 
        });
 
1172
        }).focus();
1173
1173
    }
1174
1174
});
1175
1175