Browse Source

[FIX] Add js file

pull/2/head
Stefan Rijnhart 11 years ago
parent
commit
2cc70b0f53
  1. 8
      disable_openerp_online/static/src/js/disable_openerp_online.js

8
disable_openerp_online/static/src/js/disable_openerp_online.js

@ -0,0 +1,8 @@
openerp.disable_openerp_online = function(instance) {
// Disabling the lookup of a valid OPW for the dbuuid,
// resulting in 'Your OpenERP is not supported'
instance.web.WebClient.include({
show_annoucement_bar: function() {}
});
}
Loading…
Cancel
Save