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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
1840
瀏覽次數
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
|
3189 | ||
|
1
5月 25
|
1498 | ||
|
3
4月 24
|
8143 | ||
|
0
4月 24
|
1240 | ||
|
0
4月 24
|
1289 |