Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3072 Vues

Can anyone give me minimal code so that any method I can override for JS method? in pos odoo




changeMode(mode) { if (!this.hasPriceControlRights && mode === 'price' ) { return; } if (!this.hasManualDiscount && mode === 'discount') { return; } this.trigger('set-numpad-mode', { mode }); }


Avatar
Ignorer
Meilleure réponse

Inherits the class of the method,Rewriting method

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
mai 22
13806
2
avr. 22
4007
10
déc. 24
30899
1
nov. 23
9974
0
nov. 23
2060