Skip to content

[19.0] [MIG] document_knowledge: Migration to 19.0#569

Merged
OCA-git-bot merged 55 commits intoOCA:19.0from
HeliconiaIO:19.0-mig-document_knowledge
Mar 16, 2026
Merged

[19.0] [MIG] document_knowledge: Migration to 19.0#569
OCA-git-bot merged 55 commits intoOCA:19.0from
HeliconiaIO:19.0-mig-document_knowledge

Conversation

@BhaveshHeliconia
Copy link
Contributor

No description provided.

@BhaveshHeliconia BhaveshHeliconia mentioned this pull request Dec 30, 2025
11 tasks
@stferraro
Copy link

Hi,

I reviewed the module on 19.0 and all checks are green.
Functionally and technically it looks complete from my side.

Could you please confirm if this PR is ready to be merged, or if any additional changes are required?

Thanks!

@BhaveshHeliconia
Copy link
Contributor Author

@stferraro Thanks for reviewing the PR and leaving comments. However, comments alone don’t mark the PR as approved. To approve it, please go to the Files changed tab, click the green Review changes button, select Approve if everything looks fine, and then submit. That’s the process to approve a PR.

  • From my side, no further changes are required. Once we receive approval from the maintainer, the PR can be merged.

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

Copy link

@farhatzafar farhatzafar left a comment

Choose a reason for hiding this comment

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

In document_knowledge/demo/document_knowledge.xml: groups_id should be changed to group_ids. Other than this, I have tested it on Odoo 19 and the migration looks complete.

@BhaveshHeliconia BhaveshHeliconia force-pushed the 19.0-mig-document_knowledge branch 2 times, most recently from 3457a90 to 14e16ed Compare February 23, 2026 06:11
@BhaveshHeliconia
Copy link
Contributor Author

@farhatzafar Fixed groups_id → group_ids

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@BhaveshHeliconia BhaveshHeliconia force-pushed the 19.0-mig-document_knowledge branch from 14e16ed to a2f464f Compare March 13, 2026 05:07
m1k3lm and others added 15 commits March 13, 2026 11:32
Currently translated at 100.0% (21 of 21 strings)

Translation: knowledge-17.0/knowledge-17.0-document_knowledge
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_knowledge/sv/
Currently translated at 100.0% (21 of 21 strings)

Translation: knowledge-17.0/knowledge-17.0-document_knowledge
Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_knowledge/ca/
[IMP] document_knowledge: pre-commit execution
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-18.0/knowledge-18.0-document_knowledge
Translate-URL: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_knowledge/
Currently translated at 100.0% (15 of 15 strings)

Translation: knowledge-18.0/knowledge-18.0-document_knowledge
Translate-URL: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_knowledge/it/
Currently translated at 100.0% (15 of 15 strings)

Translation: knowledge-18.0/knowledge-18.0-document_knowledge
Translate-URL: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_knowledge/sv/
@BhaveshHeliconia BhaveshHeliconia force-pushed the 19.0-mig-document_knowledge branch from a2f464f to c5736d2 Compare March 13, 2026 06:02
@gregory-rutecki
Copy link

Hi @CristianoMafraJunior @stferraro , I've submitted an alternative migration set for the entire knowledge module suite to 19.0 (#590, #591, #592, #593, #594, #595, #596, #597, #598, #599, #588, #589). All PRs pass pre-commit and include additional Odoo 19 fixes (privilege_id for res.groups, group_ids rename, Store API changes, html_editor migration). #590 (document_knowledge) has full green CI. I also migrated two modules that don't have PRs yet: attachment_preview (#588) and document_page_reference (#589). Would appreciate a review!

@stferraro
Copy link

@gregory-rutecki Hi
Okay, I'll do it as soon as possible. Thanks for your contribution.

@BhaveshHeliconia
Copy link
Contributor Author

BhaveshHeliconia commented Mar 16, 2026

Hi @CristianoMafraJunior @stferraro , I've submitted an alternative migration set for the entire knowledge module suite to 19.0 (#590, #591, #592, #593, #594, #595, #596, #597, #598, #599, #588, #589). All PRs pass pre-commit and include additional Odoo 19 fixes (privilege_id for res.groups, group_ids rename, Store API changes, html_editor migration). #590 (document_knowledge) has full green CI. I also migrated two modules that don't have PRs yet: attachment_preview (#588) and document_page_reference (#589). Would appreciate a review!

Hi @gregory-rutecki Please make sure to check whether a PR is already open for the corresponding module version before creating a new one. The following appear to be duplicate PRs: #591, #590, #599, #598, #597, #596, #595, #594, #593, #592. Therefore, these PRs should be closed.

@gregory-rutecki
Copy link

Hi, I've submitted a complete set of 19.0 migrations for all knowledge modules (#588, #589, #590, #591, #592, #593, #594, #595, #596, #597, #598, #599), including attachment_preview and document_page_reference which don't have PRs yet. All pass pre-commit with full commit history preserved from 18.0. Found and fixed several Odoo 19 breaking changes: fields.Datetime.now(), group_ids/privilege_id renames, html_editor migration, Store API changes. Happy to collaborate on getting these merged!

Copy link

@gregory-rutecki gregory-rutecki left a comment

Choose a reason for hiding this comment

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

Tested on live Odoo 19.0 instance, LGTM. All CI green.

@pedrobaeza
Copy link
Member

/ocabot migration document_knowledge
/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 19.0-ocabot-merge-pr-569-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot added this to the 19.0 milestone Mar 16, 2026
@OCA-git-bot OCA-git-bot merged commit f664f54 into OCA:19.0 Mar 16, 2026
7 checks passed
@OCA-git-bot
Copy link
Contributor

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.