[FIX] point_of_sale: Prevent multiple cash payment method in PoS
Current behavior:
When creating a PoS config, it is possible to have multiple cash payment
method. Wich is not supported by the PoS.
opw-3030125
closes odoo/odoo#108443
Signed-off-by:
Trinh Jacky (trj) <trj@odoo.com>
Showing
- addons/point_of_sale/i18n/point_of_sale.pot 6 additions, 0 deletionsaddons/point_of_sale/i18n/point_of_sale.pot
- addons/point_of_sale/models/pos_config.py 7 additions, 0 deletionsaddons/point_of_sale/models/pos_config.py
- addons/point_of_sale/tests/common.py 10 additions, 13 deletionsaddons/point_of_sale/tests/common.py
Loading