コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1808 ビュー

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
3145
1
5月 25
1466
3
4月 24
8080
0
4月 24
1217
0
4月 24
1240