Bharat Devnani (Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-909167-bde into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #909167 in OpenERP Addons: "hr_timesheet_invoice - missing "invoiced"
button"
https://bugs.launchpad.net/openobject-addons/+bug/909167
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-909167-bde/+merge/87003
Hello Sir,
I have applied the patch given Ferdinand @ Camptocamp
in order to fix the bug.
Thanks & Regards,
Devnani Bharat R.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-909167-bde/+merge/87003
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-909167-bde.
=== modified file 'hr_timesheet_invoice/hr_timesheet_invoice_view.xml'
--- hr_timesheet_invoice/hr_timesheet_invoice_view.xml 2011-11-16 14:59:58 +0000
+++ hr_timesheet_invoice/hr_timesheet_invoice_view.xml 2011-12-28 10:52:25 +0000
@@ -89,7 +89,8 @@
<field name="inherit_id" ref="account.view_account_analytic_line_filter"/>
<field name="arch" type="xml">
<field name="date" position="before">
- <filter name="to_invoice" string="To Invoice" context="{'to_invoice': 1}" domain="[('invoice_id','=',False),('to_invoice','<>',False)]" icon="terp-dolar"/>
+ <filter name="to_invoice" string="To Invoice" context="{'to_invoice': 1}" domain="[('invoice_id','=',False), ('to_invoice','<>',False)]" icon="terp-dolar"/>
+ <filter name="invoiced" string="Invoiced" context="{'to_invoice': 1}" domain="[('invoice_id','!=',False), ('to_invoice','<>',False)]" icon="terp-dolar"/>
<separator orientation="vertical"/>
</field>
</field>
_______________________________________________
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