Skip to content

Commit

Permalink
Merge pull request #314 from legalsylvain/master-fix-description
Browse files Browse the repository at this point in the history
[FIX] convert_field_bootstrap_3to4 docstring
  • Loading branch information
pedrobaeza authored Jan 26, 2023
2 parents 6aa4c0d + d87c119 commit b650301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openupgradelib/openupgrade_120.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def convert_field_bootstrap_3to4(env, model_name, field_name, domain=None,
method='orm'):
"""This converts all the values for the given model and field, being
able to restrict to a domain of affected records.
:param env: Odoo environment.
:param model_name: Name of the model that contains the field.
:param field_name: Name of the field that contains the BS3 HTML content.
Expand Down

0 comments on commit b650301

Please sign in to comment.