跳至内容
菜单
此问题已终结

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
3080
1
5月 25
1398
3
4月 24
7977
0
4月 24
1183
0
4月 24
1211