[19.0][MIG] document_page_project_task: Migration to 19.0 - #641
Open
FHubert wants to merge 11 commits into
Open
Conversation
Currently translated at 100.0% (8 of 8 strings) Translation: knowledge-18.0/knowledge-18.0-document_page_project_task Translate-URL: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_project_task/it/
Currently translated at 100.0% (8 of 8 strings) Translation: knowledge-18.0/knowledge-18.0-document_page_project_task Translate-URL: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_project_task/sl/
Currently translated at 100.0% (8 of 8 strings) Translation: knowledge-18.0/knowledge-18.0-document_page_project_task Translate-URL: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_project_task/sl/
Currently translated at 100.0% (8 of 8 strings) Translation: knowledge-18.0/knowledge-18.0-document_page_project_task Translate-URL: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_project_task/fr/
FHubert
force-pushed
the
19.0-mig-document_page_project_task
branch
from
September 8, 2026 19:34
fda11af to
b790965
Compare
Author
|
Updated: The migration commit is now three lines across two files: the manifest version and that translation call. |
BhaveshHeliconia
approved these changes
Sep 9, 2026
BhaveshHeliconia
left a comment
Contributor
There was a problem hiding this comment.
Code review LGTM!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration of
document_page_project_taskto 19.0.The module needed no code changes. Its dependency
document_page_projectmigrated to 19.0 with a manifest-only diff, and all four inherited external IDs still resolve on 19.0 —document_page.view_wiki_form,document_page.view_wiki_tree,document_page.view_wiki_filterandproject.view_task_form2, including thebutton_boxdiv the stat button targets. The only change in this PR is the manifest version.Tested on a real 19.0 instance (nightly
19.0-20260817), not only through CI:Wiki Pagesstat button appears on the task form and opens the filteredTask Wikiaction;task_idsrenders afterproject_idon the page form, with its project domain applied;_check_task_project_consistencycorrectly rejects a task belonging to another project;0 failed, 0 error(s) of 16 tests.README.rstandstatic/description/index.htmlare left to the post-merge readme bot: the pandoc available locally is older than the one CI uses, and regenerating with it introduced spurious list reformatting across the whole file rather than just the branch links.One note for maintainers: this module is not listed in the 19.0 migration issue #559, since it was added to 18.0 after that issue was generated.