Merge lp:~openerp-dev/openobject-addons/trunk-bug-909167-bde into lp:openobject-addons

Proposed by Bharat Devnani (Open ERP)
Status: Merged
Merged at revision: 6181
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-909167-bde
Merge into: lp:openobject-addons
Diff against target: 13 lines (+2/-1)
1 file modified
hr_timesheet_invoice/hr_timesheet_invoice_view.xml (+2/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-909167-bde
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+87003@code.launchpad.net

Description of the change

Hello Sir,

I have applied the patch given Ferdinand @ Camptocamp
in order to fix the bug.

Thanks & Regards,
Devnani Bharat R.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hr_timesheet_invoice/hr_timesheet_invoice_view.xml'
2--- hr_timesheet_invoice/hr_timesheet_invoice_view.xml 2011-11-16 14:59:58 +0000
3+++ hr_timesheet_invoice/hr_timesheet_invoice_view.xml 2011-12-28 10:52:25 +0000
4@@ -89,7 +89,8 @@
5 <field name="inherit_id" ref="account.view_account_analytic_line_filter"/>
6 <field name="arch" type="xml">
7 <field name="date" position="before">
8- <filter name="to_invoice" string="To Invoice" context="{'to_invoice': 1}" domain="[('invoice_id','=',False),('to_invoice','&lt;&gt;',False)]" icon="terp-dolar"/>
9+ <filter name="to_invoice" string="To Invoice" context="{'to_invoice': 1}" domain="[('invoice_id','=',False), ('to_invoice','&lt;&gt;',False)]" icon="terp-dolar"/>
10+ <filter name="invoiced" string="Invoiced" context="{'to_invoice': 1}" domain="[('invoice_id','!=',False), ('to_invoice','&lt;&gt;',False)]" icon="terp-dolar"/>
11 <separator orientation="vertical"/>
12 </field>
13 </field>

Subscribers

People subscribed via source and target branches

to all changes: