Error while installation (131 bug)

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

Bug Description

Have the attached bug when install all the modules up to 131

Revision history for this message
Adam Saadeh (emmad2000) wrote :
Revision history for this message
Salton Massally (saltino-20) wrote :

I came across this also. That's because of the order in which the view fiel where declared in hr_schedule/__opernerp__.py. it appears that an id was requested before it was even declared. rearranging worked for me.
this workede for me

'data': [
        'wizard/schedule_ot_by_employees.xml',
        'hr_schedule_view.xml',
        'security/groups.xml',
        'security/ir.model.access.csv',
        'security/ir_rule.xml',
        'data/hr_schedule_data.xml',
        'wizard/validate_schedule_view.xml',
        'wizard/compute_alerts_view.xml',
        'wizard/generate_schedules_view.xml',
        'wizard/restday_view.xml',
        'hr_schedule_data.xml',
        'hr_schedule_workflow.xml',
        'hr_schedule_cron.xml',
        'schedule_ot_batch_workflow.xml',
        'schedule_ot_workflow.xml',
        'alert_rule_data.xml',
    ],

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.