-
- Downloads
[FIX] lunch: remove required on user_id
* Since the user_id field is required, it was impossible to delete user when he had 'lunch.order' or 'lunch.cashmove'. We removed required arguments on 'user_id' fields in model and set "required='1'" on the fields in the view. * There was a 'ondelete="cascade"' on 'order_line_ids' which does nothing because it's not supported on One2many fields.
Please register or sign in to comment