Browse Source

[IMP]mass_editing:Improved the code.

pull/19/head
Vacha Trivedi 7 years ago
parent
commit
82c77b1281
  1. 1
      mass_editing/wizard/mass_editing_wizard.py

1
mass_editing/wizard/mass_editing_wizard.py

@ -459,7 +459,6 @@ class MassEditingWizard(models.TransientModel):
values.update({split_key: m2m_list}) values.update({split_key: m2m_list})
else: else:
values.update({split_key: [(5, 0, [])]}) values.update({split_key: [(5, 0, [])]})
elif val == 'remove_o2m': elif val == 'remove_o2m':
# model_fieds will return the particular model # model_fieds will return the particular model
# in order to get the field of the model # in order to get the field of the model

Loading…
Cancel
Save