Turkesh Patel (openERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-clean-search-project_timesheet-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-project_timesheet-tpa/+merge/116206
[IMP] Improved search views of project_timesheet module.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-clean-search-project_timesheet-tpa/+merge/116206
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-clean-search.
=== modified file 'project_timesheet/project_timesheet_view.xml'
--- project_timesheet/project_timesheet_view.xml 2012-07-16 11:13:43 +0000
+++ project_timesheet/project_timesheet_view.xml 2012-07-23 07:24:19 +0000
@@ -47,8 +47,9 @@
<field name="type">search</field>
<field name="inherit_id" ref="project.view_project_project_filter"/>
<field name="arch" type="xml">
- <xpath expr='//filter[@string="Member"]' position='after'>
- <filter icon="terp-camera_test" string="Billable" domain="[('to_invoice','!=', False)]" help="Billable Project"/>
+ <xpath expr='//filter[@string="Project(s) Manager"]' position='after'>
+ <separator/>
+ <filter icon="terp-camera_test" string="Billable" domain="[('to_invoice','!=', False)]" help="Billable Project"/>
</xpath>
</field>
</record>
=== modified file 'project_timesheet/report/task_report_view.xml'
--- project_timesheet/report/task_report_view.xml 2012-07-02 10:31:11 +0000
+++ project_timesheet/report/task_report_view.xml 2012-07-23 07:24:19 +0000
@@ -30,15 +30,10 @@
<field name="type">search</field>
<field name="arch" type="xml">
<search string="Tasks by User">
- <group>
- <field name="name" string="Date"/>
- <separator orientation="vertical"/>
- <field name="user_id"/>
- </group>
- <newline/>
+ <field name="name" string="Date"/>
+ <field name="user_id"/>
<group expand="1" string="Group By...">
<filter string="User" name="group_user_id" icon="terp-personal" context="{'group_by':'user_id'}"/>
- <separator orientation="vertical"/>
<filter string="Month" icon="terp-go-month" context="{'group_by':'month'}" help="Group by month of date"/>
<filter string="Year" icon="terp-go-year" context="{'group_by':'year'}" help="Group by year of date"/>
</group>
_______________________________________________
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