Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1814 Lượt xem

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


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 23
3154
1
thg 5 25
1470
3
thg 4 24
8093
0
thg 4 24
1221
0
thg 4 24
1244