Divyesh Makwana(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-891987-mdi into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #891987 in OpenERP Addons: "Intergrity error whhile installing
hr_evaluation"
https://bugs.launchpad.net/openobject-addons/+bug/891987
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-891987-mdi/+merge/82869
Hello Sir,
I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/891987 "
Intergrity error while installing hr_evaluation".
Thanks and Regards,
Divyesh Makwana(MDI)
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-891987-mdi/+merge/82869
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-891987-mdi.
=== modified file 'hr_evaluation/__openerp__.py'
--- hr_evaluation/__openerp__.py 2011-11-11 20:29:46 +0000
+++ hr_evaluation/__openerp__.py 2011-11-21 12:24:24 +0000
@@ -39,7 +39,7 @@
is done by the manager.Every evaluation filled by the employees can be viewed
in the form of pdf file. Implements a dashboard for My Current Evaluations
""",
- "demo": [],
+ "demo": ["hr_evaluation_demo.xml"],
"data": [
"security/ir.model.access.csv",
"security/hr_evaluation_security.xml",
=== modified file 'hr_evaluation/hr_evaluation_data.xml'
--- hr_evaluation/hr_evaluation_data.xml 2011-11-11 20:29:46 +0000
+++ hr_evaluation/hr_evaluation_data.xml 2011-11-21 12:24:24 +0000
@@ -1210,23 +1210,11 @@
<field eval="1" name="wait"/>
</record>
</data>
-
+
<data noupdate="1">
<record id="hr.employee" model="hr.employee">
<field name="evaluation_plan_id" ref="hr_evaluation_plan_managersevaluationplan0"/>
</record>
-
- <record id="hr.employee1" model="hr.employee">
- <field name="evaluation_plan_id" ref="hr_evaluation_plan_managersevaluationplan0"/>
- </record>
-
- <record id="hr.employee2" model="hr.employee">
- <field name="evaluation_plan_id" ref="hr_evaluation_plan_managersevaluationplan0"/>
- </record>
-
- <record id="hr.employee3" model="hr.employee">
- <field name="evaluation_plan_id" ref="hr_evaluation_plan_managersevaluationplan0"/>
- </record>
</data>
<data>
=== added file 'hr_evaluation/hr_evaluation_demo.xml'
--- hr_evaluation/hr_evaluation_demo.xml 1970-01-01 00:00:00 +0000
+++ hr_evaluation/hr_evaluation_demo.xml 2011-11-21 12:24:24 +0000
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<openerp>
+ <data noupdate="1">
+
+ <record id="hr.employee1" model="hr.employee">
+ <field name="evaluation_plan_id" ref="hr_evaluation_plan_managersevaluationplan0"/>
+ </record>
+
+ <record id="hr.employee2" model="hr.employee">
+ <field name="evaluation_plan_id" ref="hr_evaluation_plan_managersevaluationplan0"/>
+ </record>
+
+ <record id="hr.employee3" model="hr.employee">
+ <field name="evaluation_plan_id" ref="hr_evaluation_plan_managersevaluationplan0"/>
+ </record>
+
+ </data>
+</openerp>
\ No newline at end of file
_______________________________________________
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