Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
795 Vizualizări

In Odoo 18, I have configured a payment terminal for the POS, my problem is that when the payment is generated a popup is displayed to enter the payment voucher number, but I would like to skip that popup, since that information is entered internally. I've searched the system files but I can't find what function activates that popup.

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

The voucher popup called from Java Script and you can find the code in below method which hold in l10n_cl_edi_pos enterprise app

validateOrder(isForceValidate)

JS file path:

l10n_cl_edi_pos\static\src\overrides\components\payment_screen\payment_screen.js

You need to override this method to hide the popup.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iul. 25
2165
4
aug. 25
3452
0
mar. 25
1426
3
ian. 25
7594
2
ian. 25
2632