I got it. I fixed that. It was my data problem.
Thank you. On Mon, Jun 11, 2012 at 6:06 PM, Jignesh Rathod(OpenERP) < [email protected]> wrote: > Hello Jacara , > > I have again checked this issue with 6.1 as well as in trunk updated code. > But I did not face any problem as you mention.So currently I am > closing this issue if you find out proper way to reproduce this issue > then you can reopen this with more clarification. > > Thank you! > > ** Changed in: openobject-server > Status: Incomplete => Invalid > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1008862 > > Title: > [6.1] emails field on res.partner view error > > Status in OpenERP Server: > Invalid > > Bug description: > > I have view error on 6.1.1 version. If i go to Sales/Address > Book/Customers and click one partner then getting this errors. > > Uncaught Error: TypeError: Cannot read property 'views' of undefined > > I checked some code in javascript and i found error reason. > > addons/web/static/src/js/view_form.js line 2505: this.viewmanager is > undefined. > > if (!this.viewmanager.views[this.viewmanager.active_view]) > return; > > Then i changed like this: > if (this.view_manager === undefined || > !this.viewmanager.views[this.viewmanager.active_view]) > return; > > To manage notifications about this bug go to: > https://bugs.launchpad.net/openobject-server/+bug/1008862/+subscriptions > -- *Басхүү.Л* United Solutions International *by Jacara* -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Server. https://bugs.launchpad.net/bugs/1008862 Title: [6.1] emails field on res.partner view error Status in OpenERP Server: Invalid Bug description: I have view error on 6.1.1 version. If i go to Sales/Address Book/Customers and click one partner then getting this errors. Uncaught Error: TypeError: Cannot read property 'views' of undefined I checked some code in javascript and i found error reason. addons/web/static/src/js/view_form.js line 2505: this.viewmanager is undefined. if (!this.viewmanager.views[this.viewmanager.active_view]) return; Then i changed like this: if (this.view_manager === undefined || !this.viewmanager.views[this.viewmanager.active_view]) return; To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-server/+bug/1008862/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

