account-invoicing icon indicating copy to clipboard operation
account-invoicing copied to clipboard

[FIX] 14.0 account_invoice_fixed_discount: fixed using discount_fixed on free account move line

Open alexandregaldeano opened this issue 9 months ago • 3 comments

If there is a discount_fixed on a line with a price_unit either False or 0, _get_price_total_and_subtotal_model, _get_fields_onchange_balance_model, and create would raise a ZeroDivisionError. This is now fixed.

alexandregaldeano avatar May 30 '24 16:05 alexandregaldeano