Ravish(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1003325-rmu into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1003325 in OpenERP Addons: "Incorrect string in Employee Payslips form 
view"
  https://bugs.launchpad.net/openobject-addons/+bug/1003325

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1003325-rmu/+merge/106987

Hello,

I have made change on string of tree view of salary structure .This will fix 
the confusion of salary structure.

Thanks!!
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1003325-rmu/+merge/106987
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1003325-rmu.
=== modified file 'hr_payroll/hr_payroll_view.xml'
--- hr_payroll/hr_payroll_view.xml	2012-05-22 09:14:45 +0000
+++ hr_payroll/hr_payroll_view.xml	2012-05-23 11:35:23 +0000
@@ -328,7 +328,7 @@
                         </page>
                         <page string="Salary Computation" >
                             <field name="line_ids" colspan="4" nolabel="1">
-                                <tree string="Salary Structure" editable="bottom" colors="blue:total == 0">
+                                <tree string="Payslip Lines" editable="bottom" colors="blue:total == 0">
                                     <field name="name"/>
                                     <field name="code"/>
                                     <field name="category_id"/>

_______________________________________________
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