[Imp]Improve code

bzr revid: vja@tinyerp.com-20130213073533-k0aezvoh9k9e3bkc
This commit is contained in:
Vishmita 2013-02-13 13:05:33 +05:30
parent f4c8a602f5
commit c95ba50cc2
2 changed files with 4 additions and 3 deletions

View File

@ -46,6 +46,7 @@ You can define the different phases of interviews and easily rate the applicant
'base_calendar',
'fetchmail',
],
'demo': ['hr_recruitment_demo.yml'],
'data': [
'wizard/hr_recruitment_employee_hired.xml',
'wizard/hr_recruitment_create_partner_job_view.xml',
@ -57,9 +58,9 @@ You can define the different phases of interviews and easily rate the applicant
'board_hr_recruitment_statistical_view.xml',
'hr_recruitment_installer_view.xml',
'res_config_view.xml',
'hr_recruitment_data.xml'
'hr_recruitment_data.xml',
'hr_recruitment_demo.yml'
],
'demo': ['hr_recruitment_demo.yml'],
'test': ['test/recruitment_process.yml'],
'installable': True,
'auto_install': False,

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<openerp>
<data noupdate="0">
<data noupdate="1">
<!-- notify all employees of module installation -->
<record model="mail.message" id="module_install_notification">
<field name="model">mail.group</field>