Skip to content

[18.0][MIG] project_wbs: Migration to 18.0#1690

Open
lbarry-apsl wants to merge 82 commits intoOCA:18.0from
APSL:18.0-mig-project_wbs
Open

[18.0][MIG] project_wbs: Migration to 18.0#1690
lbarry-apsl wants to merge 82 commits intoOCA:18.0from
APSL:18.0-mig-project_wbs

Conversation

@lbarry-apsl
Copy link
Copy Markdown
Member

AaronHForgeFlow and others added 30 commits March 11, 2026 14:25
enable opening the related view even when empty (needed for quick
project creation)
Currently translated at 1.8% (1 of 55 strings)

Translation: project-12.0/project-12.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_wbs/de/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: project-12.0/project-12.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_wbs/
mymage and others added 28 commits March 11, 2026 14:25
Currently translated at 62.5% (35 of 56 strings)

Translation: project-15.0/project-15.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/it/
Currently translated at 100.0% (56 of 56 strings)

Translation: project-15.0/project-15.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/it/
Currently translated at 100.0% (56 of 56 strings)

Translation: project-15.0/project-15.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/it/
Currently translated at 100.0% (56 of 56 strings)

Translation: project-15.0/project-15.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/es/
[FIX] project_wbs: 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. 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
chaild 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.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: project-15.0/project-15.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/
In case there is no parent project with account_class project we should
not take the parent, but use current project. Steps to reproduce:
Create a project account_class = null
Create a child project account_class = 'project'
The root analytic account is missing, it should be the child project
as it is the root project (only account class 'project') is a project
…ytic account

Steps to reproduce:
* Create a project and put a Project Manager
* Change the Project Manager in the Project
* The Project Manager in the analytic account is not changed

Expected behavior: the Project Manager in the analytic account is the
same as in the project. Project Manager is the manager of the project
hierarchy.

The "Manager" field is the manager of a individual child project and
the consistency in ensured because is a related field.
…oject.

If the user selects a custom code in the project the analytic acount
shoudl use the same code.
The change of the project.project model description causes that all
the modules in the same repository adopt the new description and export
it as the value to translate, making than any instance using one of the
modules of OCA/project potentially has this translation, which is
catastrophic.

TT49118
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: project-15.0/project-15.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: project-15.0/project-15.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/
Currently translated at 100.0% (53 of 53 strings)

Translation: project-15.0/project-15.0-project_wbs
Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/it/
Copy link
Copy Markdown
Member

@hbrunn hbrunn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs much more work, amongst others compatibility with project_parent, lack of which is part of why tests fail left and right here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.