Skip to Content
मेन्यू
This question has been flagged
The question has been closed for reason: not relevant or out dated
by HECTOR MANUEL CUEVA ROSAS on शुक्रवार 09 फ़र॰ 2024 02:00:01

I am working on a module making something when any change happens in the product grid in the POS screen 

this is my code 

/** @odoo-module **/
const ProductScreen = require('point_of_sale.ProductScreen');
const Registries = require('point_of_sale.Registries');
const { Gui } = require('point_of_sale.Gui');


export const ChangePOSGrid = (ProductScreen) =>
class extends ProductScreen {
//@override
async _onClickPay() {
console.log('Code here');
}
}
Registries.Component.extend(ProductScreen, ChangePOSGrid);

In this code, I already catch the Pay Button click event
but I need to catch the product list change event

how to do this can anyone help me?



Avatar
Discard
Related Posts Replies Views Activity
0
जन॰ 24
1793
0
अग॰ 23
1484
1
मार्च 24
1075
0
दिस॰ 18
3125
1
अप्रैल 25
1669