|
@ -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 |
|
|