Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1709 Vistas

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


Avatar
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jul 23
3043
1
may 25
1341
3
abr 24
7924
0
abr 24
1146
0
abr 24
1173