Skip to content

Commit

Permalink
Merge pull request #3866 from cyrilmanuel/fix-mig-base
Browse files Browse the repository at this point in the history
[OU-FIX] Base: Add `help` in ir.actions.act_window translation exclusions
  • Loading branch information
pedrobaeza authored May 11, 2023
2 parents 3ebc931 + d2659fb commit 8e606a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def migrate(cr, version):
# exclude fields from translation update
exclusions = {
# ir.actions.* inherits the name column from ir.actions.actions
"ir.actions.act_window": ["name"],
"ir.actions.act_window": ["name", "help"],
"ir.actions.act_url": ["name"],
"ir.actions.server": ["name"],
"ir.actions.client": ["name"],
Expand Down

0 comments on commit 8e606a8

Please sign in to comment.