Skip to content

Commit de0d588

Browse files
committed
[FIX] util/fields: fix typo in rename field reports
closes #371 Signed-off-by: Alvaro Fuentes Suarez (afu) <[email protected]>
1 parent 1cdb7b5 commit de0d588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ def _update_field_usage_multi(cr, models, old, new, domain_adapter=None, skip_in
15061506
"""
15071507
<details>
15081508
<summary>
1509-
{model_text}: the field <kbd>{old}</kbd> has been renamed to <kbd>{new}</kbd>. The following server actions and compute methods of other fields may need an update:
1509+
{model_text}: the field <kbd>{old}</kbd> has been renamed to <kbd>{new}</kbd>. The following server actions and compute methods of other fields may need an update.
15101510
If a server action or a field is a standard one and you haven't made any modifications, you may ignore them.
15111511
</summary>
15121512
<ul>{li}</ul>

0 commit comments

Comments
 (0)