Files
suite/l10n_us_hr_payroll/models/browsable_object.py
Jared Kipe f6e6681ca7 [FIX] l10n_us_hr_payroll: payslip category sum over date range now includes child categories
There is a distinct difference between the way payslips compute categories and how they sum categories over periods of time.
On payslips, children of categories are included, however not if using `sum_category` over a period of time.

After this commit they behave the same by recursively computing child categories in the `sum_category` query.
2020-11-09 09:43:57 -08:00

6.9 KiB