Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4958 มุมมอง

After finishing book keeping, I performed manual reconciliation. But there was a notification banner on the screen as follows:

OPENERP ERROR TypeError: self.views[v] is undefined

//openerp.orientsoftware.net:8069/web/webclient/js?db=openerp:3239

What should I do to correct it?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello,

In the file addons/web/static/src/js/view.js

replace this code :

var titles = _.map(views, function(v) { var controller = self.views[v].controller; if (v === 'form') { id = controller.datarecord.id; } return controller.get('title'); });

by this code :

var titles = _.map(views, function(v) { if (self.views[v]) { var controller = self.views[v].controller; if (v === 'form') { id = controller.datarecord.id; } return controller.get('title'); } });

Try it please and answer. Thanks.

อวตาร
ละทิ้ง

It doesn't work for me. I don't get, what's actually happening? I am an IT Developer who is still wondering how does accounting work

Related Posts ตอบกลับ มุมมอง กิจกรรม
jsonb_path_query_array error แก้ไขแล้ว
1
มิ.ย. 24
3879
5
ธ.ค. 19
6927
2
เม.ย. 17
7492
2
ก.พ. 24
1440
1
ส.ค. 23
3025