OCA / account-budgeting

37 stars 113 forks source link

[IMP] account_budget_oca: Add report #61

Open SirTakobi opened 1 year ago

SirTakobi commented 1 year ago

Adds a report on budget lines.

The main reason why I implemented this is that I can't get a working pivot view on the budget lines because of its computed fields: non-stored computed fields show as blank in the pivot view. The computed fields cannot be stored because they are based on a time condition; the added report allows to fix this time condition, and that is used to get a snapshot of the lines values at the given time.