Skip to content

Commit

Permalink
[16.0][MIG] fieldservice_isp_account: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michelerusti committed Nov 1, 2023
1 parent d107fd4 commit 2b3087f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fieldservice_isp_account/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</group>
<group name="bill_to" position="after">
<group string="Contractor Costs">
<field name="contractor_cost_ids" nolabel="1">
<field name="contractor_cost_ids" nolabel="1" colspan="2">
<tree editable="bottom">
<field name="product_id" />
<field name="quantity" />
Expand All @@ -56,6 +56,7 @@
name="employee_timesheet_ids"
nolabel="1"
context="{'default_project_id': project_id, 'default_task_id': project_task_id}"
colspan="2"
>
<tree editable="bottom" default_order="date">
<field name="date" />
Expand All @@ -66,6 +67,7 @@
required="1"
domain="[('type','=','service')]"
/>
<field name="company_id" invisible="1"/>
<field name="account_id" invisible="1" />
<field name="name" />
<field
Expand Down

0 comments on commit 2b3087f

Please sign in to comment.