Amit Dodiya (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-585243-ado into
lp:openobject-addons/6.1.
Requested reviews:
Xavier ALT (OpenERP) (xal-openerp)
Naresh(OpenERP) (nch-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-585243-ado/+merge/147043
Hello,
"[FIX] move hr_holidays_data file to demo_xml from update_xml becuase when we
create database without demo data the record for leave type is created from
this file"
Issue: The holidays type is always be created with new database(with demo data
and without demo data).
It should be in demo data not directly in the installation data, So it will
only be created in database if we checked demo data option while creating
database.
Regards,
Amit Dodiya
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-585243-ado/+merge/147043
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-585243-ado.
=== modified file 'hr_holidays/__openerp__.py'
--- hr_holidays/__openerp__.py 2012-01-31 13:36:57 +0000
+++ hr_holidays/__openerp__.py 2013-02-07 09:06:22 +0000
@@ -58,7 +58,6 @@
'security/ir_rule.xml',
'hr_holidays_workflow.xml',
'hr_holidays_view.xml',
- 'hr_holidays_data.xml',
'hr_holidays_wizard.xml',
'hr_holidays_report.xml',
'report/hr_holidays_report_view.xml',
@@ -68,7 +67,8 @@
'board_hr_holidays_view.xml',
'board_hr_manager_holidays_view.xml',
],
- 'demo_xml': ['hr_holidays_demo.xml',],
+ 'demo_xml': ['hr_holidays_data.xml',
+ 'hr_holidays_demo.xml',],
'test': ['test/test_hr_holiday.yml',
'test/hr_holidays_report.yml',
],
_______________________________________________
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