Explorar el Código

[IMP] Fixed travis issue.

Sudhir Arya hace 7 años
padre
commit
41c129a3f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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] = {