Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
1228 Weergaven

When keying in the payment on POS, the numpad shifts to one side or the other due to Odoo's responsiveness.

This movement is especially more pronounced when using a big touch screen. This makes the user press the wrong figure when the numpad shifts. Therefore increasing the time it takes to complete a transaction as one has to keep correcting the figure.

How can the numpad be made to remain in one position when typing in the figures? I am observing this on Odoo 16.

Avatar
Annuleer
Beste antwoord

To fix the issue with the numpad shifting on the POS screen, you can try disabling the responsive behavior of the screen. This can be done by adding the following CSS code to your POS screen:

.o_touch_container {
        width: auto !important;
    }

This will prevent the POS screen from adjusting its width based on the screen size, and the numpad should remain in one position when typing in the figures.

Note: this solution may not work if you are using a custom POS screen that has a different structure than the default POS screen in Odoo. In that case, you may need to adjust the CSS code to target the correct elements on your custom POS screen.

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
apr. 25
578
1
mrt. 25
2325
2
mrt. 25
516
2
mrt. 25
1021
1
feb. 25
642