This should work
class SimpeEditForm(crud.EditForm):
buttons = crud.EditForm.buttons.copy()
handlers = crud.EditForm.handlers.copy()
This should work
class SimpeEditForm(crud.EditForm):
buttons = crud.EditForm.buttons.copy()
handlers = crud.EditForm.handlers.copy()