-
- Downloads
[FIX] sale: flush field newly used in the query
In commit c04e7887, a new condition was added in the query in AccountReconciliation._get_sales_order, which uses the computed field amount_total. However, this field was not flushed in the previous line, which may lead to inconsistent behaviors (at least in a test in saas-13.2). closes odoo/odoo#47929 Signed-off-by:Olivier Dony (odo) <odo@openerp.com>
Please register or sign in to comment