[IMP] test_generic: add warning when templates is noupdate#1981
Closed
[IMP] test_generic: add warning when templates is noupdate#1981
Conversation
Collaborator
bfe1034 to
d941060
Compare
vava-odoo
approved these changes
Apr 13, 2026
| @@ -71,6 +71,7 @@ | |||
| "ir.ui.menu", | |||
| "ir.ui.view", | |||
| "knowledge.article", | |||
| "template", | |||
Collaborator
There was a problem hiding this comment.
You'll probably have to add portal.entry to the list as well in the forward port
Collaborator
|
@robodoo help |
Collaborator
|
Currently available commands for @vava-odoo:
Note: this help text is dynamic and will change with the state of the PR. |
Collaborator
|
@robodoo remindme:saas-19.1="add portal.entry to the list" |
Collaborator
|
@robodoo squash |
Collaborator
|
Merge method set to squash. |
Templates should be updated. This commit modify the generic test _check_update_status to also test templates, and raise a warning if those are marked as noupdate="1". It also removes the noupdate attributes found for the templates. TASK-6064474
d941060 to
f0e1aaa
Compare
Collaborator
|
@robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Apr 13, 2026
Templates should be updated. This commit modify the generic test _check_update_status to also test templates, and raise a warning if those are marked as noupdate="1". It also removes the noupdate attributes found for the templates. TASK-6064474 closes #1981 Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
This was referenced Apr 13, 2026
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.

Templates should be updated.
This PR modifies the generic test _check_update_status to also test templates,
and raise a warning if those are marked as noupdate="1".
It also removes the noupdate attributes found for the templates.
TASK-6064474