Skip to content

Commit 9a2eb3e

Browse files
committed
[FIX] test change of default behaviour
1 parent 65166ec commit 9a2eb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/modules.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def module_installed(cr, module):
120120
return modules_installed(cr, module)
121121

122122

123-
def uninstall_module(cr, module, remove_model_inherits=False):
123+
def uninstall_module(cr, module, remove_model_inherits=True):
124124
"""
125125
Uninstall and remove all records owned by a module.
126126
@@ -285,7 +285,7 @@ def uninstall_theme(cr, theme, base_theme=None):
285285
uninstall_module(cr, theme)
286286

287287

288-
def remove_module(cr, module, remove_model_inherits=False):
288+
def remove_module(cr, module, remove_model_inherits=True):
289289
"""
290290
Completely remove a module.
291291

0 commit comments

Comments
 (0)