Rucha (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-configuration-rework-minor-improvements-rpa
 into lp:~openerp-dev/openobject-addons/trunk-configuration-rework.

Requested reviews:
  qdp (OpenERP) (qdp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-minor-improvements-rpa/+merge/63690

Minor usability improvements for config rework changes
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-minor-improvements-rpa/+merge/63690
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
=== modified file 'crm/crm_installer_view.xml'
--- crm/crm_installer_view.xml	2011-05-19 07:19:28 +0000
+++ crm/crm_installer_view.xml	2011-06-07 12:01:36 +0000
@@ -31,7 +31,7 @@
         <field name="view_type">form</field>
         <field name="view_mode">tree,form</field>
         <field name="view_id" ref="crm.crm_case_section_view_tree"/>
-        <field name="help">Define sales teams to structure your sales organization and assign users  to each team. You should also define the sales stage to each team. As  an example, if you use Solutions Selling techniques to track your  opportunities, you can assign the following stage to the team: Territory, Qualified, Qualified Sponsors, Proposition, Negociaton, Won/Lost.</field>
+        <field name="help">Define sales teams to structure your sales organization and assign users to each team. You should also define the sales stage to each team. As  an example, if you use Solutions Selling techniques to track your opportunities, you can assign the following stage to the team: Territory, Qualified, Qualified Sponsors, Proposition, Negociaton, Won/Lost.</field>
     </record>
 
     <record id="crm_case_section_installer_todo" model="ir.actions.todo">
@@ -48,7 +48,7 @@
         <field name="view_type">form</field>
         <field name="view_mode">tree,form</field>
         <field name="view_id" ref="crm.crm_case_stage_tree"/>
-        <field name="help">Stages will allow salesmen to easily track  how a specific opportunity is positioned in the sales cycle. In order to  efficiently manage your sales pipeline, it's important to define  conditions to go to the next step. Example: to set an opportunity as  'Qualified', you must set the "Expected Revenue" and the "Expected  Closing Date." You should also have a look at the tooltip of the field  "Change Probability Automatically".</field>
+        <field name="help">Stages will allow salesmen to easily track how a specific opportunity is positioned in the sales cycle. In order to efficiently manage your sales pipeline, it's important to define conditions to go to the next step. Example: to set an opportunity as 'Qualified', you must set the "Expected Revenue" and the "Expected Closing Date." You should also have a look at the tooltip of the field "Change Probability Automatically".</field>
     </record>
 
     <record id="crm_case_stage_installer_todo" model="ir.actions.todo">

=== modified file 'hr_holidays/hr_holidays.py'
--- hr_holidays/hr_holidays.py	2011-05-27 13:09:04 +0000
+++ hr_holidays/hr_holidays.py	2011-06-07 12:01:36 +0000
@@ -334,7 +334,7 @@
         # Find for holidays status
         status_ids = type_obj.search(cr, uid, [('limit', '=', False)], context=context)
         if len(status_ids) != 1 :
-            raise osv.except_osv(('warning !'),_("To use this feature, you should have only one leave type without the option 'Allow to Override Limit' set (%s Found).") % (len(status_ids)))
+            raise osv.except_osv(('Warning !'),_("To use this feature, you must have only one leave type without the option 'Allow to Override Limit' set. (%s Found).") % (len(status_ids)))
         status_id = status_ids and status_ids[0] or False
         if not status_id:
             return False
@@ -349,7 +349,7 @@
         return True
 
    def _get_remaining_days(self, cr, uid, ids, name, args, context=None):
-        cr.execute("SELECT sum(h.number_of_days_temp) as days, h.employee_id from hr_holidays h join hr_holidays_status s on (s.id=h.holiday_status_id) where h.type='add' and h.state='validate' and s.limit=False  group by h.employee_id")
+        cr.execute("SELECT sum(h.number_of_days_temp) as days, h.employee_id from hr_holidays h join hr_holidays_status s on (s.id=h.holiday_status_id) where h.type='add' and h.state='validate' and s.limit=False group by h.employee_id")
         res = cr.dictfetchall()
         remaining = {}
         for r in res:
@@ -361,7 +361,7 @@
 
 
    _columns = {
-        'remaining_leaves': fields.function(_get_remaining_days, method=True, string='Remaining Leaves', fnct_inv=_set_remaining_days, type="float", help='Remaining Leaves', store=True),
+        'remaining_leaves': fields.function(_get_remaining_days, method=True, string='Remaining Leaves', fnct_inv=_set_remaining_days, type="float", help='Total number of legal leaves allocated to this employee, change this value to create allocation request.', store=True),
     }
 
 hr_employee()

=== modified file 'product/wizard/product_installer.xml'
--- product/wizard/product_installer.xml	2011-05-25 12:50:26 +0000
+++ product/wizard/product_installer.xml	2011-06-07 12:01:36 +0000
@@ -3,13 +3,13 @@
     <data>
 
          <record id="product_form_config_action" model="ir.actions.act_window">
-            <field name="name">Create some products</field>
+            <field name="name">Create some Products</field>
             <field name="type">ir.actions.act_window</field>
             <field name="res_model">product.product</field>
             <field name="view_type">form</field>
             <field name="view_mode">form</field>
             <field name="view_id" ref="product.product_normal_form_view"/>
-            <field name="help">Create a product form for everything you buy or sell. Specify a supplier  if the product can be purchased.</field>
+            <field name="help">Create a product form for everything you buy or sell. Specify a supplier if the product can be purchased.</field>
         </record>
         
          <!--      register configuration wizard -->

=== modified file 'sale/sale_view.xml'
--- sale/sale_view.xml	2011-05-12 19:36:33 +0000
+++ sale/sale_view.xml	2011-06-07 12:01:36 +0000
@@ -562,7 +562,7 @@
         </record>
 
         <record id="action_config_picking_policy" model="ir.actions.act_window">
-            <field name="name">Set Up Your Invoicing Method</field>
+            <field name="name">Set up your Invoicing Method</field>
             <field name="type">ir.actions.act_window</field>
             <field name="res_model">sale.config.picking_policy</field>
             <field name="view_id" ref="view_config_picking_policy"/>

_______________________________________________
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

Reply via email to