-
- Downloads
[FIX] point_of_sale: Load all existing Payment Method but displayed linked ones
Before, when using the manage order, if a payment method was used and then removed from the pos.config,
we couldn't load the old order anymore because of unknow reference.
To fix this, we load all methods at the opening of the pos but when we display the payment methods we only show those in the pos.config.
closes odoo/odoo#71263
Task-id: 2541708
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/point_of_sale/static/src/js/Screens/PaymentScreen/PaymentScreen.js 1 addition, 0 deletions...sale/static/src/js/Screens/PaymentScreen/PaymentScreen.js
- addons/point_of_sale/static/src/js/models.js 1 addition, 3 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/static/src/xml/Screens/PaymentScreen/PaymentScreen.xml 1 addition, 1 deletion...le/static/src/xml/Screens/PaymentScreen/PaymentScreen.xml
Loading
Please register or sign in to comment