Browse Source

[IMP] Fixed travis issue.

Sudhir Arya 7 năm trước cách đây
mục cha
commit
41c129a3f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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] = {