Amit Bhavsar (Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-usability-tooltip_onbutton-amb into
lp:~openerp-dev/openobject-addons/trunk-usability.
Requested reviews:
Raphael Collet (OpenERP) (rco-openerp)
Amit (Open ERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-tooltip_onbutton-amb/+merge/68514
Hello Sir,
As per your Suggestion , i change in needed file.
warmly regards,
amit bhavsar(amb)
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-tooltip_onbutton-amb/+merge/68514
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'crm/crm_lead_view.xml'
--- crm/crm_lead_view.xml 2011-07-05 06:53:36 +0000
+++ crm/crm_lead_view.xml 2011-07-20 10:11:38 +0000
@@ -309,7 +309,7 @@
<search string="Search Leads">
<filter icon="terp-check"
string="Current"
- name="current" help="Draft and Open Leads"
+ name="current" help="draft, open and pending documents"
domain="[('state','in',('draft','open'))]"/>
<filter icon="terp-camera_test"
string="Open"
=== modified file 'crm/crm_opportunity_view.xml'
--- crm/crm_opportunity_view.xml 2011-07-05 06:53:36 +0000
+++ crm/crm_opportunity_view.xml 2011-07-20 10:11:38 +0000
@@ -281,7 +281,7 @@
<field name="arch" type="xml">
<search string="Search Opportunities">
<filter icon="terp-check"
- string="Current" help="Draft and Open Opportunities"
+ string="Current" help="draft, open and pending documents"
name="current"
domain="[('state','in',('draft','open'))]"/>
<filter icon="terp-camera_test"
=== modified file 'project/project_view.xml'
--- project/project_view.xml 2011-07-08 09:22:32 +0000
+++ project/project_view.xml 2011-07-20 10:11:38 +0000
@@ -397,7 +397,7 @@
<field name="arch" type="xml">
<search string="Task Edition">
<group col="20" colspan="4">
- <filter string="Current" domain="[('state','in',('open','draft'))]" name="current" help="Draft and In Progress tasks" icon="terp-check"/>
+ <filter string="Current" domain="[('state','in',('open','draft'))]" name="current" help="draft, open and pending documents" icon="terp-check"/>
<filter string="In Progress" domain="[('state','=','open')]" help="In Progress Tasks" icon="terp-camera_test"/>
<filter string="Pending" domain="[('state','=','pending')]" context="{'show_delegated':False}" help="Pending Tasks" icon="terp-gtk-media-pause"/>
<separator orientation="vertical"/>
=== modified file 'project_long_term/project_long_term_view.xml'
--- project_long_term/project_long_term_view.xml 2011-01-14 09:34:28 +0000
+++ project_long_term/project_long_term_view.xml 2011-07-20 10:11:38 +0000
@@ -267,7 +267,7 @@
<field name="arch" type="xml">
<search string="Project Phases">
<group colspan="4" col="20">
- <filter string="Current" domain="[('state','in',('open','draft'))]" name="current" help="Draft and In Progress Phases" icon="terp-check"/>
+ <filter string="Current" domain="[('state','in',('open','draft'))]" name="current" help="draft, open and pending documents" icon="terp-check"/>
<filter string="In Progress" name="Progress" domain="[('state','=','open')]" help="In Progress Phases" icon="terp-camera_test"/>
<filter string="Pending" domain="[('state','=','pending')]" help="Pending Phases" icon="terp-gtk-media-pause"/>
<separator orientation="vertical"/>
_______________________________________________
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