Kuldeep Joshi(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-search_views-account_search_view-kjo
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-account_search_view-kjo/+merge/76524
Change the search_view of Accounting/Reporting/Invoice Report/Invoice : rename
Current into Open
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-search_views-account_search_view-kjo/+merge/76524
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-search_views.
=== modified file 'sale_margin/report/report_margin_view.xml'
--- sale_margin/report/report_margin_view.xml 2011-09-17 11:03:17 +0000
+++ sale_margin/report/report_margin_view.xml 2011-09-22 08:38:27 +0000
@@ -37,7 +37,7 @@
<separator orientation="vertical"/>
<filter string="Draft" icon="terp-document-new" domain="[('state','=','draft')]" help="Draft Invoices"/>
<filter string="Pro-forma" icon="terp-gtk-media-pause" domain="[('state','=','proforma')]" help="Pro-forma Invoices"/>
- <filter string="Current" icon="terp-check" domain="[('state', '=' ,'open')]" help="open Invoices"/>
+ <filter string="Open" icon="terp-check" domain="[('state', '=' ,'open')]" help="Open Invoices"/>
<filter string="Done" icon="terp-dialog-close" domain="[('state','=','paid')]" help="Done Invoices"/>
</group>
<newline/>
_______________________________________________
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