Browse Source

[IMP] Fixed travis issue.

Sudhir Arya 7 years ago
parent
commit
41c129a3f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mass_editing/wizard/mass_editing_wizard.py

+ 1 - 1
mass_editing/wizard/mass_editing_wizard.py

@@ -102,7 +102,7 @@ class MassEditingWizard(models.TransientModel):
                         'colspan': '6',
                         'nolabel': '1',
                         'attrs': ("{'invisible':[('selection__" +
-                        field.name + "', '=', 'remove_o2m')]}"),
+                                  field.name + "', '=', 'remove_o2m')]}"),
                     })
                 elif field.ttype == "many2one":
                     all_fields["selection__" + field.name] = {