Hello,
I'm extending the aforementioned module to no avail...
What am I doing wrong?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
2048
화면
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 |