Skip to content

Commit

Permalink
Merge pull request #4254 from invitu/16.0-fix_ir_client_help_exclusion
Browse files Browse the repository at this point in the history
[16.0][OU-FIX] Base: Add `help` in ir.actions.client translation exclusions
  • Loading branch information
pedrobaeza authored Dec 14, 2023
2 parents 4afc6e2 + d8b8b3f commit c0aa082
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 @@ -59,7 +59,7 @@ def update_translatable_fields(cr):
"ir.actions.act_window": ["name", "help"],
"ir.actions.act_url": ["name"],
"ir.actions.server": ["name"],
"ir.actions.client": ["name"],
"ir.actions.client": ["name", "help"],
"ir.actions.report": ["name"],
}
cr.execute(
Expand Down

0 comments on commit c0aa082

Please sign in to comment.