Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1288 Prikazi

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


Avatar
Opusti
Best Answer

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
jul. 23
2526
1
maj 25
909
3
apr. 24
7076
0
apr. 24
873
0
apr. 24
786