Skip to content

Commit

Permalink
[MIG] fieldservice_crm: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarRetes committed Nov 5, 2024
1 parent 1a5c67c commit 53e5f8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fieldservice_crm/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_crm/views/crm_lead.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
>
<field
Expand Down
4 changes: 2 additions & 2 deletions fieldservice_crm/views/fsm_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
name="%(crm.crm_lead_opportunities)d"
icon="fa-star"
groups="sales_team.group_sale_salesman"
context="{'search_default_fsm_location_id': active_id,
'default_fsm_location_id': active_id}"
context="{'search_default_fsm_location_id': id,
'default_fsm_location_id': id}"
>
<field
string="Opportunities"
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_crm/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<record id="fsm_order_crm_list_view" model="ir.ui.view">
<field name="name">fsm.order.crm.list</field>
<field name="model">fsm.order</field>
<field name="inherit_id" ref="fieldservice.fsm_order_tree_view" />
<field name="inherit_id" ref="fieldservice.fsm_order_list_view" />
<field name="arch" type="xml">
<field name="person_id" position="before">
<field name="opportunity_id" />
Expand Down

0 comments on commit 53e5f8c

Please sign in to comment.