[IMP]crm_* : improve search code in xml

bzr revid: rpr@tinyerp.com-20120619091620-vq00fp13dl02sruj
This commit is contained in:
Rajesh Prajapati (OpenERP) 2012-06-19 14:46:20 +05:30
parent cc617d663f
commit 2f826d6cba
11 changed files with 17 additions and 16 deletions

View File

@ -314,6 +314,7 @@
context="{'invisible_section': False}"/>
<field name="country_id" context="{'invisible_country': False}"/>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Group By...">
<filter string="Salesperson" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/>
<filter string="Team" icon="terp-personal+" domain="[]" context="{'group_by':'section_id'}"/>
@ -561,7 +562,7 @@
<field name="partner_id"/>
<field name="section_id"
context="{'invisible_section': False, 'default_section_id': self}"/>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Group By..." colspan="16">
<filter string="Salesperson" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}" />
<filter string="Team" help="Sales Team" icon="terp-personal+" domain="[]" context="{'group_by':'section_id'}"/>

View File

@ -197,7 +197,7 @@
<field name="user_id"/>
<field name="section_id"
widget="selection" string="Sales Team"/>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Group By...">
<filter string="Partner" icon="terp-partner" domain="[]"
context="{'group_by':'partner_id'}" />

View File

@ -108,7 +108,7 @@
context="{'invisible_section': False}"/>
<field name="user_id" string="Salesperson"/>
</group>
<separator orientation="vertical" />
<newline/>
<group expand="0" string="Extended Filters...">
<field name="partner_id"/>
<separator orientation="vertical"/>
@ -123,7 +123,7 @@
<field name="opening_date"/>
<field name="date_closed"/>
</group>
<separator orientation="vertical" />
<newline/>
<group expand="1" string="Group By...">
<filter string="Salesperson" name="user" icon="terp-personal"
domain="[]" context="{'group_by':'user_id'}" />

View File

@ -75,7 +75,7 @@
context="{'invisible_section': False}"/>
<field name="user_id" string="Salesperson"/>
</group>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Extended Filters...">
<field name="partner_id"/>
<separator orientation="vertical"/>
@ -85,7 +85,7 @@
<field name="opening_date"/>
<field name="date_closed"/>
</group>
<separator orientation="vertical"/>
<newline/>
<group expand="1" string="Group By...">
<filter string="Salesperson" name="Salesperson" icon="terp-personal"
domain="[]" context="{'group_by':'user_id'}" />

View File

@ -218,7 +218,7 @@
<separator orientation="vertical"/>
<field name="partner_id"/>
<field name="user_id" widget="selection"/>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Group By...">
<filter string="Partner" icon="terp-partner"
domain="[]" help="Partner"

View File

@ -189,7 +189,7 @@
widget="selection"/>
<field name="section_id" widget="selection" string="Sales Team"/>
</group>
<separator orientation="vertical" />
<newline/>
<group expand="0" string="Group By...">
<filter string="Partner" icon="terp-partner"
domain="[]"

View File

@ -104,7 +104,7 @@
<field name="company_id" groups="base.group_multi_company"/>
<field name="user_id" string="Salesperson"/>
</group>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Extended Filters...">
<filter icon="terp-dialog-close"
string="Done"
@ -116,7 +116,7 @@
<field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.fundraising')]"/>
<field name="create_date"/>
</group>
<separator orientation="vertical"/>
<newline/>
<group expand="1" string="Group By...">
<filter string="Salesperson" name="Salesperson" icon="terp-personal"
domain="[]" context="{'group_by':'user_id'}" />

View File

@ -175,7 +175,7 @@
<field name="partner_id" />
<field name="user_id" widget="selection"/>
<field name="section_id" widget="selection" string="Sales Team"/>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Group By...">
<filter string="Partner" icon="terp-partner"
domain="[]" help="Partner"

View File

@ -77,7 +77,7 @@
context="{'invisible_section': False}"/>
<field name="company_id" groups="base.group_multi_company"/>
</group>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Extended Filters..." groups="base.group_no_one">
<field name="priority" string="Priority"/>
<field name="categ_id"/>
@ -85,7 +85,7 @@
<field name="create_date"/>
<field name="date_closed" string="Close Date"/>
</group>
<separator orientation="vertical"/>
<newline/>
<group expand="1" string="Group By...">
<filter string="Salesperson" icon="terp-personal"
domain="[]" context="{'group_by':'user_id'}"/>

View File

@ -24,7 +24,7 @@
<field name="user_id"/>
<field name="partner_assigned_id"/>
</group>
<separator orientation="vertical"/>
<newline/>
<group expand="0" string="Extended Filters...">
<field name="partner_id"/>
<separator orientation="vertical"/>
@ -37,7 +37,7 @@
<field name="opening_date"/>
<field name="date_closed"/>
</group>
<separator orientation="vertical"/>
<newline/>
<group expand="1" string="Group By...">
<filter string="Salesperson" name="user" icon="terp-personal"
domain="[]" context="{'group_by':'user_id'}" />

View File

@ -15,7 +15,7 @@
<field name="grade_id"/>
<field name="activation"/>
</group>
<separator orientation="vertical" />
<newline/>
<group expand="1" string="Group By...">
<filter string="Salesperson" name="user" icon="terp-personal"
domain="[]" context="{'group_by':'user_id'}" />