Turkesh Patel (openERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-clean-search-account_followup-tpa into
lp:~openerp-dev/openobject-addons/trunk-clean-search.
Requested reviews:
Jigar Amin (OpenERP) (jam-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-clean-search-account_followup-tpa/+merge/115884
[IMP] Improved search views of account_followup module.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-clean-search-account_followup-tpa/+merge/115884
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-clean-search.
=== modified file 'account_followup/account_followup_view.xml'
--- account_followup/account_followup_view.xml 2012-06-27 06:28:21 +0000
+++ account_followup/account_followup_view.xml 2012-07-20 04:59:24 +0000
@@ -71,11 +71,8 @@
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Search Follow-up">
- <group>
- <field name="name" string="Follow-up"/>
- <separator orientation="vertical"/>
- <field name="company_id" widget="selection" groups="base.group_multi_company"/>
- </group>
+ <field name="name" string="Follow-up"/>
+ <field name="company_id" groups="base.group_multi_company"/>
</search>
</field>
</record>
=== modified file 'account_followup/report/account_followup_report.xml'
--- account_followup/report/account_followup_report.xml 2012-06-27 06:28:21 +0000
+++ account_followup/report/account_followup_report.xml 2012-07-20 04:59:24 +0000
@@ -40,31 +40,20 @@
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Follow-ups Sent">
- <group>
- <field name="date_move"/>
- <field name="date_move_last"/>
- <separator orientation="vertical"/>
- <filter icon="terp-go-year" string="This Fiscal year"
- name="fiscalyear"
- domain="[('period_id','in','current_year')]"
- help="Follow-up Entries with period in current year"/>
- <separator orientation="vertical"/>
- <filter icon="terp-camera_test" string="Not Litigation"
- domain="[('blocked','=', False)]"
- help = "Including journal entries marked as a litigation"/>
- <separator orientation="vertical"/>
- <field name="partner_id"/>
- <field name="balance"/>
- </group>
- <newline/>
+ <field name="date_move"/>
+ <field name="date_move_last"/>
+ <field name="partner_id"/>
+ <field name="balance"/>
+ <filter icon="terp-go-year" string="This Fiscal year" name="fiscalyear" domain="[('period_id','in','current_year')]"
+ help="Follow-up Entries with period in current year"/>
+ <separator/>
+ <filter icon="terp-camera_test" string="Not Litigation" domain="[('blocked','=', False)]"
+ help = "Including journal entries marked as a litigation"/>
<group expand="1" string="Group By...">
<filter string="Partner" icon="terp-partner" context="{'group_by':'partner_id'}" />
- <separator orientation="vertical"/>
<filter string="Litigation" icon="terp-camera_test" context="{'group_by':'blocked'}" />
- <separator orientation="vertical"/>
<filter string="Follow-up Level" icon="terp-stock_effects-object-colorize" name="followup_level" context="{'group_by':'followup_id'}" />
<filter string="Latest Follow-up Date" icon="terp-go-month" context="{'group_by':'date_followup'}" />
- <separator orientation="vertical" groups="base.group_multi_company"/>
<filter string="Company" groups="base.group_multi_company" icon="terp-go-home" context="{'group_by':'company_id'}" />
</group>
</search>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp