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
- プロジェクト
- MRP
この質問にフラグが付けられました
            
                1
                
                    返信
                
            
        
        
            
                2383
                
                    ビュー
                
            
        
    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  | 3846 | ||
|  | 1 5月 25  | 1999 | ||
|  | 3 4月 24  | 9076 | ||
|  | 0 4月 24  | 1570 | ||
|  | 0 4月 24  | 1706 | 
