-
- Downloads
[FIX] point_of_sale: ensure customer presence for `split_transactions`
This commit addresses an issue where `split_transactions` payments were allowed to be added without adding a customer during the creation of return orders. The problem led to errors during session closure. The solution is that in the backend when creating return orders and adding payments, enforce the presence of a customer for `split_transactions` by showing an error. opw-3468160 closes odoo/odoo#132096 X-original-commit: 6f20626b Signed-off-by:David Monnom (moda) <moda@odoo.com> Signed-off-by:
Pedram Bi Ria (pebr) <pebr@odoo.com>
Please register or sign in to comment