Browse Source

[FIX] delete with required field

12.3
Nicolas JEUDY 5 years ago
parent
commit
380813a1f2
  1. 2
      excel_import_export/wizard/import_xlsx_wizard.py

2
excel_import_export/wizard/import_xlsx_wizard.py

@ -18,7 +18,7 @@ class ImportXLSXWizard(models.TransientModel):
'xlsx.template',
string='Template',
required=True,
ondelete='set null',
ondelete='cascade',
domain=lambda self: self._context.get('template_domain', []),
)
res_id = fields.Integer(

Loading…
Cancel
Save