Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1699 Zobrazení

Hello,
I'm extending the aforementioned module to no avail...
What am I doing wrong?


Avatar
Zrušit
Nejlepší odpověď

Hi,

Try to extend like:

/** @odoo-module **/

import PaymentScreen from 'point_of_sale.PaymentScreen';

import Registries from 'point_of_sale.Registries';

import session from 'web.session';

import { PosLoyaltyCard } from '@pos_loyalty/js/Loyalty';


export const PosLoyaltyPaymentScreen = (PaymentScreen) =>

    class extends PaymentScreen {}


Hope it helps

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvc 23
3014
1
kvě 25
1332
3
dub 24
7898
0
dub 24
1142
0
dub 24
1164