simple version of google maps directions (change order of filters in sale_views)

develop
Andreas Osim 2019-04-10 11:36:25 +02:00
parent c5a932ebe7
commit e8422d089f
1 changed files with 1 additions and 1 deletions

View File

@ -232,9 +232,9 @@
</field>
<filter name="customer" position="after">
<filter string="PG Status" domain="[]" context="{'group_by':'assembly_state'}"/>
<filter string="Auslieferungsmethode" domain="[]" context="{'group_by':'carrier_id'}"/>
<filter string="Rechnungsadresse" domain="[]" context="{'group_by':'partner_invoice_id'}"/>
<filter string="Auftragsart" domain="[]" context="{'group_by':'order_type'}"/>
<filter string="Auslieferungsmethode" domain="[]" context="{'group_by':'carrier_id'}"/>
<filter string="Vertriebskanal" domain="[]" context="{'group_by':'team_id'}"/>
<filter string="Sachbearbeiter" domain="[]" context="{'group_by' : 'clerk_id'}" />
</filter>