mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
MIG maintenance_timesheet For Odoo 13.0
This commit is contained in:
@@ -52,4 +52,3 @@ class MaintenanceRequest(models.Model):
|
||||
for request in self:
|
||||
if request.department_id and request.department_id.project_ids:
|
||||
request.project_id = request.department_id.project_ids[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user