Skip to content

Commit

Permalink
Merge pull request #4532 from Tecnativa/16.0-fix-sale_loyalty-fix_typo
Browse files Browse the repository at this point in the history
[16.0]FIX] sale_loyalty: fix typo error
  • Loading branch information
pedrobaeza authored Jul 24, 2024
2 parents 6a87e65 + 25780cd commit cf80291
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ def update_template_keys(env):
env.cr,
"""
UPDATE ir_ui_view
SET key = 'sale_loyalty.sale_orde_portal_content_inherit'
WHERE key = 'sale_gift_card.sale_orde_portal_content_inherit'
SET key = 'sale_loyalty.sale_order_portal_content_inherit'
WHERE key = 'sale_gift_card.sale_order_portal_content_inherit'
""",
)

Expand Down

0 comments on commit cf80291

Please sign in to comment.