Aaron ForgeFlow

Results 242 comments of Aaron ForgeFlow

Hi, just FYI, in the module project_wbs there is a field "Root analytic account" that is same functionality: https://github.com/OCA/project/blob/12.0/project_wbs/models/account_analytic_account.py#L158 I don't mind to adapt the project_wbs module to be dependent...

@robinkeunen I think adding it as rebel module is not needed, as long the field names are different. I guess in v16 I will need to add a migration script...

@victor-champonnois , Thanks for the explanation. It is what I thought. I will do the refactor in the project_wbs module in v16. I like the name the field "Root Analytic...

This is really nice. As long as many modules will depend on this one I think it is better to introduce it as LGPL, that way we don't have to...

@StefanRijnhart small tests added :) sorry for the diff, took the opportunity to rename a variable name

Hi @hildickethan , could you rebase the PR? runboat is not available

One of the main needs for this fix is the first one: [FIX] account_check_report: payment amount should consider current payment and not other payments For example, when having to bills,...

The last commit takes into account the date of the payment in the calculation of the amount due. In my previous example the first payment comes one day before the...

The last introduce changes to include the refunds, where those refunds were applied directly to the payment. For example: I have a check for 7$: I apply 5$ to an...