openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #04925
[Bug 914781] Re: hr_holidays_request install error
Hello,
it now passes the installation but will fail on execution:
AttributeError: View definition error for inherited view
'hr_holidays_request.view_holiday' on 'hr.holidays' model: Element
'<tree string="Employee Holidays">' not found in parent view
'hr_holidays.view_holiday'
I'm trying to install this module because it allows definition of public
holidays which doesn't seem to be available in hr_holidays
Regards,
Ignacio
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/914781
Title:
hr_holidays_request install error
Status in OpenERP Addons (modules):
Fix Released
Bug description:
When trying to install this module in Openerp V6.0 I get the following
errors:
1. in file security/ir.model.access.csv:
hr.group_hr_user does not exist.
Fixed this by changing it hr.group_hr_user; then continue with the
installation to get
2. In file hr_workflow.xml
res.groups does not exist.
Fixed this by changin it to res.groups; continue with the installation
to get
3. One of the records you are trying to modify has already been deleted (Document type: %s).'"
[2012-01-11 15:32:13,211][migracion] ERROR:tools.convert.xml_import:Parse error in /usr/share/pyshared/openerp-server/addons/hr_holidays_request/hr_holidays_request_view.xml:394:
<menuitem name="My Holidays Request" parent="menu_open_ask_holidays" id="menu_action_my_holiday" action="action_my_holiday"/>
...
'One of the records you are trying to modify has already been deleted (Document type: ir.ui.menu).'
can't fix this error
Any help?
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/914781/+subscriptions
References