Skip to content

Commit

Permalink
[FIX] pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Apr 3, 2024
1 parent ec24ded commit 7ceb880
Showing 1 changed file with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='name']" position="after">
<field name="partner_id"/>
<field name="contact_partner_id"/>
<field name="contract_id"/>
<field name="performance_obligation_id"/>
<field name="date"/>
<field name="date_start"/>
<field name="date_end"/>
<field name="partner_id" />
<field name="contact_partner_id" />
<field name="contract_id" />
<field name="performance_obligation_id" />
<field name="date" />
<field name="date_start" />
<field name="date_end" />
</xpath>
<xpath expr="//filter[@name='grp_responsible']" position="after">
<filter
Expand All @@ -43,11 +43,7 @@
string="Performance Obligation"
context="{'group_by':'performance_obligation_id'}"
/>
<filter
name="grp_date"
string="Date"
context="{'group_by':'date'}"
/>
<filter name="grp_date" string="Date" context="{'group_by':'date'}" />
<filter
name="grp_date_start"
string="Date Start"
Expand Down

0 comments on commit 7ceb880

Please sign in to comment.