-
- Downloads
[FIX] point_of_sale: uninvoiced orders' state not set to 'done'
Prior to this commit: b234e97f, uninvoiced orders' state is set to 'done' when the session is validated. However, this was not taken into consideration in the said commit such that even if the session is already validated, the uninvoiced orders' state remains 'paid'. Setting the orders state to 'done' is the correct behavior and is implemented in this commit. closes odoo/odoo#39720 Signed-off-by:pimodoo <pimodoo@users.noreply.github.com>
Please register or sign in to comment