OCA / project

Odoo Project Management and Services Company Addons
https://odoo-community.org/psc-teams/project-service-28
GNU Affero General Public License v3.0
281 stars 786 forks source link

[15.0][FIX] project_wbs: fix code, indent consistency and list view #1213

Closed AaronHForgeFlow closed 10 months ago

AaronHForgeFlow commented 10 months ago

2 fixes:

image

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

AaronHForgeFlow commented 10 months ago

/ocabot merge minor

OCA-git-bot commented 10 months ago

On my way to merge this fine PR! Prepared branch 15.0-ocabot-merge-pr-1213-by-AaronHForgeFlow-bump-minor, awaiting test results.

OCA-git-bot commented 10 months ago

Congratulations, your PR was merged at a1950c37d0accd75168758a4367eb91067ba8d06. Thanks a lot for contributing to OCA. ❤️