Skip to content

Commit

Permalink
[OU-FIX] account: website_legal_page do not merge module in account
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-filament committed Aug 8, 2024
1 parent 8196cb3 commit a48c122
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def _handle_website_legal_page(env):
the information added in the page created by 'website_legal_page' has to be
transferred to the invoice_terms_html field of the company.
"""
openupgrade.update_module_names(
env.cr, [("website_legal_page", "account")], merge_modules=True
)
for company in env["res.company"].with_context(active_test=False).search([]):
openupgrade.logged_query(
env.cr,
Expand Down

0 comments on commit a48c122

Please sign in to comment.