Skip to content

Commit

Permalink
[IMP] Improve changes.
Browse files Browse the repository at this point in the history
bzr revid: vba@tinyerp.com-20121122105108-svykp47xpq1ghvdy
  • Loading branch information
vba-odoo committed Nov 22, 2012
1 parent b434782 commit 03be785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/sale_crm/sale_crm_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<field name="inherit_id" ref="account.view_account_invoice_filter"/>
<field name="arch" type="xml">
<xpath expr="//group/filter[@string='Due Date']" position="after">
<separator/>
<filter string="Sales Team" icon="terp-partner" domain="[]" context="{'group_by':'section_id'}"/>
</xpath>
</field>
Expand All @@ -79,7 +78,7 @@
<field name="inherit_id" ref="account.invoice_form"/>
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='date_invoice']" position="after">
<xpath expr="//field[@name='user_id']" position="after">
<field name="section_id"/>
</xpath>
</data>
Expand Down

0 comments on commit 03be785

Please sign in to comment.