Przeglądaj źródła

[FIX]mass_editing:Fixed travis error.

Vacha Trivedi 7 lat temu
rodzic
commit
3d8a096055
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      mass_editing/hooks.py

+ 2 - 1
mass_editing/hooks.py

@@ -4,5 +4,6 @@
 
 
 def uninstall_hook(cr, registry):
-    cr.execute("DELETE FROM ir_act_window WHERE res_model = 'mass.editing.wizard'")
+    cr.execute("DELETE FROM ir_act_window WHERE res_model = \
+    'mass.editing.wizard'")
     return True