-
- Downloads
[FIX] point_of_sale: expose diff fields for bank payment methods in the closing popup
There are two changes in this commit: 1. Show input fields for bank payment methods. 2. Move the logic that checks allowed diff amount from backend to pos ui. Part-of: odoo/odoo#77859
Showing
- addons/point_of_sale/models/pos_config.py 1 addition, 1 deletionaddons/point_of_sale/models/pos_config.py
- addons/point_of_sale/models/pos_session.py 8 additions, 17 deletionsaddons/point_of_sale/models/pos_session.py
- addons/point_of_sale/static/src/css/popups/closing_pos_popup.css 11 additions, 1 deletion...point_of_sale/static/src/css/popups/closing_pos_popup.css
- addons/point_of_sale/static/src/js/Popups/ClosePosPopup.js 35 additions, 15 deletionsaddons/point_of_sale/static/src/js/Popups/ClosePosPopup.js
- addons/point_of_sale/static/src/xml/Popups/ClosePosPopup.xml 11 additions, 7 deletionsaddons/point_of_sale/static/src/xml/Popups/ClosePosPopup.xml
- addons/point_of_sale/views/pos_config_view.xml 2 additions, 2 deletionsaddons/point_of_sale/views/pos_config_view.xml
Loading
Please register or sign in to comment