period_adjustment model

Bug #1266097 reported by Mustafa Rawi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Human Resources - Next Generation for OpenERP
New
Undecided
Unassigned

Bug Description

In rev144, security rules point to line 726 in hr_payroll_period/hr_payroll_period.py

"class hr_payroll_period_adjustment(osv.Model):"

raising an error when installing.

Didn't check if the following were fixed in rev144:
The lines:
        <delete model="hr.holidays.status" search="[('name','like','Legal Leaves%')]"/>
        <delete model="hr.holidays.status" search="[('name','=','Compensatory Days')]"/>
        <delete model="hr.holidays.status" search="[('name','=','Unpaid')]"/>

in files:
hr_policy_absence\data\salary_rules_data.xml
hr_payroll_extension\data\hr_payroll_extension_data.xml

try to delete previously deleted leave types, causing an error. Had to comment them out to install the module.

Several statusbars (and some headers) are placed inside the sheet using xpath. See attachment.

all Payroll Exceptions Rules raise an error when computing sheet from Advanced > Employee Payslips.
Wrong python condition defined for payroll exception rule Net Salary is less than 1/3 of Gross (NET13GROSS).
Wrong python condition defined for payroll exception rule Net Salary is negative (NETNEG).
Wrong python condition defined for payroll exception rule Net Salary is Zero (NETZERO).

End of Period wizard can not lock period using button.

-----------------------------
If any detailed information is required, I'll be more than happy to provide it.

Revision history for this message
Mustafa Rawi (mrawi2) wrote :
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.