Skip to content

Commit

Permalink
[FIX] website_slides: description_short correctly done
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Feb 27, 2023
1 parent e730d46 commit 0909901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def migrate(env, version):
env.cr, "slide_channel", "description", "description"
)
openupgrade.convert_field_to_html(
env.cr, "slide_channel", "description_short", "description"
env.cr, "slide_channel", "description_short", "description_short"
)
openupgrade.convert_field_to_html(
env.cr, "slide_slide", "description", "description"
Expand Down

0 comments on commit 0909901

Please sign in to comment.