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:
Amit (Open ERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-tooltip_onbutton-amb/+merge/67152
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-tooltip_onbutton-amb/+merge/67152
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-04-07 09:27:30 +0000
+++ crm/crm_lead_view.xml 2011-07-07 10:00:36 +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_meeting_view.xml'
--- crm/crm_meeting_view.xml 2011-04-26 09:30:26 +0000
+++ crm/crm_meeting_view.xml 2011-07-07 10:00:36 +0000
@@ -298,7 +298,7 @@
<filter icon="terp-check" name="current" string="Current"
domain="[('state','in',('draft', 'open'))]"
groups="base.group_extended"
- help="Current Meetings"/>
+ help="draft, open and pending documents"/>
<separator orientation="vertical"/>
<field name="name" select="1" string="Subject"/>
<field name="categ_id" select="1"
=== modified file 'crm/crm_opportunity_view.xml'
--- crm/crm_opportunity_view.xml 2011-04-26 07:39:18 +0000
+++ crm/crm_opportunity_view.xml 2011-07-07 10:00:36 +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 'crm/crm_phonecall_view.xml'
--- crm/crm_phonecall_view.xml 2011-01-17 22:22:19 +0000
+++ crm/crm_phonecall_view.xml 2011-07-07 10:00:36 +0000
@@ -252,7 +252,8 @@
<search string="Search Phonecalls">
<filter icon="terp-check" string="Current"
name="current"
- domain="[('state','in', ('draft','open','pending'))]"/>
+ domain="[('state','in', ('draft','open','pending'))]"
+ help="draft, open and pending documents" />
<filter icon="terp-go-today" string="Today"
domain="[('date','<', time.strftime('%%Y-%%m-%%d 23:59:59')),
('date','>=',time.strftime('%%Y-%%m-%%d 00:00:00'))]"
=== modified file 'crm_claim/crm_claim_view.xml'
--- crm_claim/crm_claim_view.xml 2011-05-17 08:48:53 +0000
+++ crm_claim/crm_claim_view.xml 2011-07-07 10:00:36 +0000
@@ -256,7 +256,7 @@
<search string="Search Claims">
<filter icon="terp-check" string="Current" name="current"
domain="[('state','in',('draft', 'open'))]"
- separator="1" help="Draft and Open Claims" />
+ separator="1" help="draft, open and pending documents" />
<filter icon="terp-camera_test"
string="In Progress"
domain="[('state','=','open')]"
=== modified file 'crm_fundraising/crm_fundraising_view.xml'
--- crm_fundraising/crm_fundraising_view.xml 2011-02-22 14:15:01 +0000
+++ crm_fundraising/crm_fundraising_view.xml 2011-07-07 10:00:36 +0000
@@ -276,7 +276,7 @@
<group>
<filter icon="terp-check" string="Current"
domain="[('state','in',('draft', 'open'))]" name="current"
- help="Current Funds" />
+ help="draft, open and pending documents" />
<filter icon="terp-camera_test" string="Open"
domain="[('state','=','open')]"
help="Open Funds" />
=== modified file 'hr/hr_view.xml'
--- hr/hr_view.xml 2011-04-20 12:34:21 +0000
+++ hr/hr_view.xml 2011-07-07 10:00:36 +0000
@@ -385,7 +385,7 @@
<field name="arch" type="xml">
<search string="Jobs">
<filter icon="terp-check" domain="[('state','in',('open','recruit'))]" string="Current"
- name="Current" help="Open and in recruitment positions"/>
+ name="Current" help="draft, open and pending documents"/>
<separator orientation="vertical"/>
<filter icon="terp-personal+" domain="[('state','=','recruit')]" string="In Recruitment"
help="In Recruitment"/>
=== modified file 'hr_contract/hr_contract_view.xml'
--- hr_contract/hr_contract_view.xml 2011-04-19 10:27:03 +0000
+++ hr_contract/hr_contract_view.xml 2011-07-07 10:00:36 +0000
@@ -132,7 +132,7 @@
<field name="arch" type="xml">
<search string="Search Contract">
<group col='15' colspan='4'>
- <filter string="Current" icon="terp-check" name="current" domain="['|',('date_end','>=', time.strftime('%%Y-%%m-%%d')),('date_end','=',False)]" help="Contracts in progress"/>
+ <filter string="Current" icon="terp-check" name="current" domain="['|',('date_end','>=', time.strftime('%%Y-%%m-%%d')),('date_end','=',False)]" help="draft, open and pending documents"/>
<filter string="Overpassed" icon="terp-emblem-important" domain="[('date_end','<', time.strftime('%%Y-%%m-%%d'))]" help="Contracts whose end date already passed"/>
<separator orientation="vertical"/>
<field name="name"/>
=== modified file 'hr_recruitment/hr_recruitment_view.xml'
--- hr_recruitment/hr_recruitment_view.xml 2011-05-02 18:46:43 +0000
+++ hr_recruitment/hr_recruitment_view.xml 2011-07-07 10:00:36 +0000
@@ -219,7 +219,7 @@
<search string="Search Jobs">
<filter icon="terp-check" string="Current"
domain="[('state','in',('draft','open'))]"
- help="All new and in progress jobs"
+ help="draft, open and pending documents"
name="current"
/>
<filter icon="terp-document-new" string="New"
=== modified file 'idea/idea_view.xml'
--- idea/idea_view.xml 2011-04-14 13:15:33 +0000
+++ idea/idea_view.xml 2011-07-07 10:00:36 +0000
@@ -289,7 +289,7 @@
<field name="arch" type="xml">
<search string="Ideas">
<group col="10" colspan="4">
- <filter icon="terp-check" string="Current" domain="[('state','in', ('draft', 'open'))]" help="Draft and Open Ideas"/>
+ <filter icon="terp-check" string="Current" domain="[('state','in', ('draft', 'open'))]" help="Draft, Open and Pending documents"/>
<filter icon="terp-camera_test" string="Accepted"
domain="[('state','=','close')]" help="Accepted Ideas" />
<separator orientation="vertical"/>
=== modified file 'procurement/procurement_view.xml'
--- procurement/procurement_view.xml 2011-03-14 10:27:42 +0000
+++ procurement/procurement_view.xml 2011-07-07 10:00:36 +0000
@@ -101,7 +101,7 @@
<field name="arch" type="xml">
<search string="Search Procurement">
<group col='10' colspan='4'>
- <filter icon="terp-check" string="Current" domain="[('state','in',('draft','confirmed'))]" name="current" help="Procurement Orders in draft or open state."/>
+ <filter icon="terp-check" string="Current" domain="[('state','in',('draft','confirmed'))]" name="current" help="draft, open and pending documents"/>
<filter icon="terp-gnome-cpu-frequency-applet+" string="Late"
domain="['&', ('date_planned::date','<', current_date), ('state', 'in', ('draft', 'confirmed'))]"
help="Procurement started late" />
=== modified file 'project/project_view.xml'
--- project/project_view.xml 2011-05-19 09:26:43 +0000
+++ project/project_view.xml 2011-07-07 10:00:36 +0000
@@ -108,7 +108,7 @@
<field name="arch" type="xml">
<search string="Search Project">
<group col='15' colspan='4'>
- <filter icon="terp-check" string="Current" name="Current" domain="[('state', 'in',('open','pending'))]" help="Open and Pending Projects"/>
+ <filter icon="terp-check" string="Current" name="Current" domain="[('state', 'in',('open','pending'))]" help="draft, open and pending documents"/>
<separator orientation="vertical"/>
<filter icon="terp-personal+" string="Member" domain="['|',('user_id', '=', uid),('members', '=', uid)]" help="Projects in which I am a member."/>
<separator orientation="vertical"/>
@@ -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_issue/project_issue_view.xml'
--- project_issue/project_issue_view.xml 2011-04-07 11:41:45 +0000
+++ project_issue/project_issue_view.xml 2011-07-07 10:00:36 +0000
@@ -209,7 +209,7 @@
<field name="arch" type="xml">
<search string="Issue Tracker Search">
<group>
- <filter string="Current" name="current" domain="[('state','in',('open','draft'))]" help="Draft and To Do" icon="terp-check"/>
+ <filter string="Current" name="current" domain="[('state','in',('open','draft'))]" help="draft, open and pending documents" icon="terp-check"/>
<filter string="To Do" domain="[('state','=','open')]" help="To Do Issues" icon="terp-camera_test"/>
<filter string="Pending" domain="[('state','=','pending')]" help="Pending Issues" 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-07 10:00:36 +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"/>
=== modified file 'project_scrum/project_scrum_view.xml'
--- project_scrum/project_scrum_view.xml 2011-04-07 10:49:20 +0000
+++ project_scrum/project_scrum_view.xml 2011-07-07 10:00:36 +0000
@@ -135,7 +135,7 @@
string="Current"
name="current"
domain="['|','&',('sprint_id.date_start','<=',time.strftime('%%Y-%%m-%%d')), ('sprint_id.date_stop','>=',time.strftime('%%Y-%%m-%%d')), ('state','in',['draft','open','pending'])]"
- help="Draft, Open and Pending Backlogs"/>
+ help="Draft, Open and Pending documents"/>
<separator orientation="vertical"/>
<filter icon="terp-camera_test" string="Open" domain="[('state','=','open')]" help="Open Backlogs"/>
<filter icon="terp-gtk-media-pause" string="Pending" domain="[('state','=','pending')]" help="Pending Backlogs"/>
=== modified file 'survey/survey_view.xml'
--- survey/survey_view.xml 2011-05-09 06:23:10 +0000
+++ survey/survey_view.xml 2011-07-07 10:00:36 +0000
@@ -261,7 +261,7 @@
<field name="arch" type="xml">
<search string="Search Survey">
<group col='10' colspan='4'>
- <filter icon="terp-check" string="Current" domain="[('state','in', ('draft', 'open'))]"/>
+ <filter icon="terp-check" string="Current" domain="[('state','in', ('draft', 'open'))]" help="Draft, Open and Pending documents"/>
<separator orientation="vertical"/>
<field name="title" select="1"/>
<field name="type" select="1" widget="selection"/>
_______________________________________________
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