You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 15.0 it was possible to set up an Analytic default rule based on User.
In version 16 and later the User field is not present anymore in the Analytic Distribution Models.
I am interested in restoring this feature within OCA but I'm not sure the best way to do it.
My guess is we need a base module inheriting account that adds the fiel user_id on account.analytic.distribution.model and super _compute_analytic_distribution on account.move.line.
Then we need additional modules to super _compute_analytic_distribution method in Purchase or Sale models.
In case of purchase I think it could cause issue with project_purchase depending on what module is executed first ?
Community feedback would be great before starting working on this.
Thank you !
The text was updated successfully, but these errors were encountered:
Hello,
In version 15.0 it was possible to set up an Analytic default rule based on User.
In version 16 and later the User field is not present anymore in the Analytic Distribution Models.
I am interested in restoring this feature within OCA but I'm not sure the best way to do it.
My guess is we need a base module inheriting account that adds the fiel user_id on account.analytic.distribution.model and super _compute_analytic_distribution on account.move.line.
Then we need additional modules to super _compute_analytic_distribution method in Purchase or Sale models.
In case of purchase I think it could cause issue with project_purchase depending on what module is executed first ?
Community feedback would be great before starting working on this.
Thank you !
The text was updated successfully, but these errors were encountered: