Skip to content

Commit

Permalink
WIP fix python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathben committed Nov 15, 2024
1 parent cea66c4 commit 88697af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions survey_odoo_debranding/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ def post_init_hook(cr, registry):
# that other modules uses in their tests.
if config["test_enable"] or config["test_file"]:
env = api.Environment(cr, SUPERUSER_ID, {})
env.ref(
"survey_odoo_debranding.frontend_layout_remove_brand"
).active = False
env.ref("survey_odoo_debranding.frontend_layout_remove_brand").active = False

0 comments on commit 88697af

Please sign in to comment.