Jigar Amin (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-search_views-tools-jam into
lp:~openerp-dev/openobject-addons/trunk-search_views.
Requested reviews:
Bhumika (OpenERP) (sbh-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-search_views-tools-jam/+merge/76329
Search Improvements - Tools :
- Surveys/Define Surveys/Surveys : New Open
- Ideas/Ideas : New In progress Accepted
- Reporting/Idea/Ideas Analysis : Year Month Month-1 | In Progress Accepted
Refused
Kindly review this,
Thank You
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-search_views-tools-jam/+merge/76329
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-search_views.
=== modified file 'idea/idea_view.xml'
--- idea/idea_view.xml 2011-09-17 11:03:17 +0000
+++ idea/idea_view.xml 2011-09-21 05:18:40 +0000
@@ -289,8 +289,9 @@
<field name="arch" type="xml">
<search string="Ideas">
<group>
- <filter icon="terp-check" string="Current" domain="[('state','in', ('draft', 'open'))]" help="Draft and Open Ideas"/>
- <filter icon="terp-camera_test" string="Accepted"
+ <filter icon="terp-document-new" string="New" domain="[('state','=', 'draft')]" help="New Ideas"/>
+ <filter icon="terp-camera_test" string="In Progress" domain="[('state','=', 'open')]" help="Open Ideas"/>
+ <filter icon="terp-check" string="Accepted"
domain="[('state','=','close')]" help="Accepted Ideas" />
<separator orientation="vertical"/>
<field name="name"/>
=== modified file 'idea/report/report_vote_view.xml'
--- idea/report/report_vote_view.xml 2011-03-15 14:08:59 +0000
+++ idea/report/report_vote_view.xml 2011-09-21 05:18:40 +0000
@@ -40,17 +40,10 @@
domain="[('date','<=', (datetime.date.today() - relativedelta(day=31, months=1)).strftime('%%Y-%%m-%%d')),('date','>=',(datetime.date.today() - relativedelta(day=1,months=1)).strftime('%%Y-%%m-%%d'))]"
help="Idea Vote created last month"/>
<separator orientation="vertical"/>
- <filter icon="terp-go-today"
- string=" Today "
- name="today"
- domain="[('date','<=', time.strftime('%%Y-%%m-%%d'))]"
- help="Idea Vote created by today"/>
- <separator orientation="vertical"/>
<filter icon="terp-camera_test"
- string="Open"
+ string="In Progress"
domain="[('idea_state','=',('open'))]"/>
- <separator orientation="vertical"/>
- <filter icon="terp-camera_test"
+ <filter icon="terp-check"
string="Accepted"
domain="[('idea_state','=',('close'))]"/>
<filter icon="terp-gtk-stop"
=== modified file 'survey/survey_view.xml'
--- survey/survey_view.xml 2011-09-17 11:03:17 +0000
+++ survey/survey_view.xml 2011-09-21 05:18:40 +0000
@@ -261,7 +261,8 @@
<field name="arch" type="xml">
<search string="Search Survey">
<group>
- <filter icon="terp-check" string="Current" domain="[('state','in', ('draft', 'open'))]"/>
+ <filter icon="terp-document-new" string="New" domain="[('state','=', 'draft')]" help="All New Survey"/>
+ <filter icon="terp-camera_test" string="Open" domain="[('state','=','open')]" help="All Open Survey"/>
<separator orientation="vertical"/>
<field name="title"/>
<field name="type" widget="selection"/>
_______________________________________________
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