Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Unable to modify ClientListScreenWidget of point_of_sale in odoo v9
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();
},
});
});
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 1/8/16, 1:33 AM |
Seen: 852 times |
Last updated: 1/14/16, 12:35 PM |