-
- Downloads
[FIX] sale_management: reload page on option add
Partial revert of 0beebad0 Since the aforementioned commit, if a client updated its order on the portal: * adding optional products * removing optional products * updating optional line quantities and paid directly after, without reloading the page, the amount he paid was the amount of the SO when the page was loaded. Avoiding the reload and only modifying some DOM parts was a bad idea to begin with. We'll consider developing a correct and clean way to (re)render the payment part of the DOM, or use separate pages for orders modifications and effective payment checkout. closes odoo/odoo#104925 Signed-off-by:Victor Feyens (vfe) <vfe@odoo.com>