Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

add on click event on button on payment screen odoo pos

var screens = require('point_of_sale.screens');
screens.PaymentScreenWidget.include({
    renderElement: function() {
        var self = this;
        this._super();
        this.$('.js_clear_orderline').click(function(){
            
        });
    },
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #click #event #button #payment #screen #odoo #pos
ADD COMMENT
Topic
Name
4+3 =