-
- Downloads
[FIX] maintenance: avoid empty close_date in done stage
Steps to reproduce the error: - Install 'Maintenance' - Select 'Maintenance' -> 'Request Maintenance' - Create a maintenance request: + TH1: Save > Change stage to Repaired > 'Close date' = Date.Today() + TH2: Don't Save > Change stage to Repaired > Save > 'Close date' = blank closes odoo/odoo#105741 Problem: App will show 'Close Date' blank Expected: App will display 'Close Date' as Date.Today() Solution: When Click on Save button -> Automatically get current date as end date X-original-commit: badc4ace Signed-off-by:Arnold Moyaux (arm) <arm@odoo.com>
Please register or sign in to comment