Closed AaronHForgeFlow closed 10 months ago
/ocabot merge minor
On my way to merge this fine PR! Prepared branch 15.0-ocabot-merge-pr-1213-by-AaronHForgeFlow-bump-minor, awaiting test results.
Congratulations, your PR was merged at a1950c37d0accd75168758a4367eb91067ba8d06. Thanks a lot for contributing to OCA. ❤️
2 fixes:
make computed fields in analytic account not editable from the project That can cause data corruption between the project and the analytic account, in case a change is needed in the project the master data in the analytic account should change instead, that is, the code and the parent_id fields. For example, I have a project P1 and a child 01. The complete wbs code of the child is P1 / 01. If I change the complete wbs code in the child to be XXX the complete wbs code of the parent is still P1 but the complete wbs code of the child would be XXX and the code in the child analytic account will still be 01. That is not consistent.
@ForgeFlow