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

I am extending ClientListScreenWidget in odoo 9  but I unable to do that any help will be appreciated, given below is my code.

odoo.define('pos_point_redemption.widgets', function (require) {
"use strict";
console.log("pos_point_redemption widgets")
module = instance.point_of_sale;
var PosBaseWidget = require('point_of_sale.BaseWidget');
var chrome = require('point_of_sale.chrome');
var gui = require('point_of_sale.gui');
var models = require('point_of_sale.models');
var screens = require('point_of_sale.screens');
var core = require('web.core');
var Model = require('web.DataModel');
var formats = require('web.formats');
screens.ClientListScreenWidget.extend({
 init: function(parent, options){
 this._super(parent, options);
 this.partner_cache = new DomCache();
 },
});
});

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 24
6189
0
ธ.ค. 24
18
0
พ.ย. 24
2875
3
ส.ค. 24
7047
how to know the odoo master password? แก้ไขแล้ว
4
ก.ค. 24
41443