From 53e5f8c84c286831e40331db823adae625272c80 Mon Sep 17 00:00:00 2001 From: EdgarRetes Date: Wed, 16 Oct 2024 13:56:15 -0600 Subject: [PATCH] [MIG] fieldservice_crm: Migration to 18.0 --- fieldservice_crm/__manifest__.py | 2 +- fieldservice_crm/views/crm_lead.xml | 2 +- fieldservice_crm/views/fsm_location.xml | 4 ++-- fieldservice_crm/views/fsm_order.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fieldservice_crm/__manifest__.py b/fieldservice_crm/__manifest__.py index d26c9e5e48..2733454d3d 100644 --- a/fieldservice_crm/__manifest__.py +++ b/fieldservice_crm/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Field Service - CRM", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "summary": "Create Field Service orders from the CRM", "category": "Field Service", "author": "Patrick Wilson, Odoo Community Association (OCA)", diff --git a/fieldservice_crm/views/crm_lead.xml b/fieldservice_crm/views/crm_lead.xml index 96244a9d45..935ef8c135 100644 --- a/fieldservice_crm/views/crm_lead.xml +++ b/fieldservice_crm/views/crm_lead.xml @@ -15,7 +15,7 @@ name="%(fieldservice.action_fsm_dash_order)d" icon="fa-truck" groups="fieldservice.group_fsm_user" - context="{'search_default_opportunity_id': active_id, + context="{'search_default_opportunity_id': id, 'default_location_id': fsm_location_id}" > fsm.order.crm.list fsm.order - +