Skip to content

Commit

Permalink
Merge pull request #4197 from Tecnativa/16.0-ou_fix-website
Browse files Browse the repository at this point in the history
[16.0][OU-FIX] website: Missing doc
  • Loading branch information
pedrobaeza authored Oct 30, 2023
2 parents 6f13f41 + 1fa77bd commit a3b2389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| web_unsplash | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website | | |
| website | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website_blog | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def boostrap_5_migration(env):
"""Convert customized website views to Bootstrap 5."""
backup_column = openupgrade.get_legacy_name("arch_db_bs4")
openupgrade.logged_query(
env.cr, f"ALTER TABLE ir_ui_view ADD COLUMN {backup_column} TEST"
env.cr, f"ALTER TABLE ir_ui_view ADD COLUMN {backup_column} TEXT"
)
# Find views to convert
env.cr.execute(
Expand Down

0 comments on commit a3b2389

Please sign in to comment.