콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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


아바타
취소
베스트 답변

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

아바타
취소
관련 게시물 답글 화면 활동
1
7월 23
3450
1
5월 25
1702
3
4월 24
8545
0
4월 24
1357
0
4월 24
1482