Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet

Hi, Odooers!

I'm working on Pos Loyalty on JS using OWL. I noticed that the class I  need to work on, is declared as const using E6S syntax and the class does not have the export declaration. Is there a way to extend PosLoyaltyOrder class which is in a native module? I have extended several components before, they were really easy to extend.

This is the native class I would want to extend:

const PosLoyaltyOrder = (Order) => class PosLoyaltyOrder extends Order {

​...

​...

}


Instead I extended Order class component  like this and it's working fine 

const PosLoyaltyOrderPriceUpdate = (Order) => class PosLoyaltyOrderPriceUpdate extends Order{

}


Thank you!

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Juni 23
4935
1
Dez. 23
2106
0
Dez. 23
1746
1
Okt. 23
3292
0
Sept. 23
2233