Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
1771 Visualizações

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


Avatar
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
jul. 23
3118
1
mai. 25
1424
3
abr. 24
8056
0
abr. 24
1199
0
abr. 24
1228