Browse Source

fix: update name according to new module name.

pull/4/head
Nicolas JEUDY 11 years ago
parent
commit
171c239dfd
  1. 2
      web_m2x_options/static/src/js/form.js

2
web_m2x_options/static/src/js/form.js

@ -1,6 +1,6 @@
/*global openerp, _, $ */
openerp.web_m2o_enhanced = function (instance) {
openerp.web_m2x_options = function (instance) {
"use strict";

Loading…
Cancel
Save