c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00709
[Bug 660472] Re: hr_holidays/hr_holidays_data.xml adding record of 'hr.holidays.status' errors
Jacara,
I have been trying to face this error, but unable to meet the circumstances.
Provide more in formation again if you still meet to it.
Thanks.
** Changed in: openobject-addons
Status: New => Invalid
** Changed in: openobject-addons
Milestone: None => 6.0
--
hr_holidays/hr_holidays_data.xml adding record of 'hr.holidays.status' errors
https://bugs.launchpad.net/bugs/660472
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Addons Modules: Invalid
Bug description:
When install hr_holidays then null value in not null constraint error occured.
<record model="hr.holidays.status" id="holiday_status_cl">
<field name="name">Casual Leave</field>
<field name="double_validation">True</field>
<field name="color_name">black</field>
</record>
If I add this line and depending hr_payroll module
<record model="hr.holidays.status" id="holiday_status_cl">
<field name="name">Casual Leave</field>
<field name="double_validation">True</field>
<field name="color_name">black</field>
<field name="head_id" ref="hr_payroll.CA"/>
</record>
then module has been installed normally.
References