-
- Downloads
[FIX] point_of_sale: make the email button behave as the invoice
This commit makes the email button to behave consistently with the
invoice button. Basically, if there is no selected customer when
invoicing, the UI should direct the user to select a customer. This
behaviour is implemented with the email button with special check on the
validity of the customer email.
closes odoo/odoo#36681
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/point_of_sale/static/src/js/screens.js 10 additions, 8 deletionsaddons/point_of_sale/static/src/js/screens.js
- addons/point_of_sale/static/src/xml/pos.xml 1 addition, 1 deletionaddons/point_of_sale/static/src/xml/pos.xml
- addons/point_of_sale/static/tests/tours/point_of_sale.js 29 additions, 0 deletionsaddons/point_of_sale/static/tests/tours/point_of_sale.js
- addons/point_of_sale/tests/test_frontend.py 5 additions, 0 deletionsaddons/point_of_sale/tests/test_frontend.py
Loading
Please register or sign in to comment