Atul Patel(OpenERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-bug-1017921-atp into lp:openerp-web.
Requested reviews:
OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
Bug #1017921 in OpenERP Web: "M2o Popup title should be string name, not
technical field name."
https://bugs.launchpad.net/openerp-web/+bug/1017921
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1017921-atp/+merge/112097
Hello,
Fixed M2o Popup title should be String name , not technical field name
This is one solution..
correct me If i am wrong.
Thanks,
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1017921-atp/+merge/112097
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-bug-1017921-atp.
=== modified file 'addons/web/static/src/js/view_form.js'
--- addons/web/static/src/js/view_form.js 2012-06-26 08:24:13 +0000
+++ addons/web/static/src/js/view_form.js 2012-06-26 12:53:22 +0000
@@ -2536,6 +2536,7 @@
this.set({'value': false});
this.display_value = {};
this.last_search = [];
+ this.string = this.node.attrs.string;
this.floating = false;
this.inhibit_on_change = false;
},
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp