Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] account_invoice_fixed_discount: Check base_line type
hr_expense calls _convert_to_tax_base_line_dict with base_line set to None. Comparison of base_line._name in account_invoice_fixed_discount causes an attribute error. Add extra check to ensure there is an account.move.line to check against in base_line.
- Loading branch information