[IMP] hr_recruitment: rename all the files of the module as per structure of the tiny module

bzr revid: psi@tinyerp.co.in-20100312091523-vkmsra8dwbjujrjy
This commit is contained in:
psi (Open ERP) 2010-03-12 14:45:23 +05:30
parent 66557e4637
commit 77f41bc783
15 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@
##############################################################################
import hr_hr
import hr_recruitment
import report
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,19 +36,19 @@ system to store and search in your CV base.
'website': 'http://www.openerp.com',
'depends': ['hr','survey','crm'],
'init_xml': [
'hr_hr_data.xml'
'hr_recruitment_data.xml'
],
'update_xml': [
'hr_hr_wizard.xml',
'hr_hr_view.xml',
'hr_hr_menu.xml',
'report_hr_hr_view.xml',
'security/hr_hr_security.xml',
'hr_recruitment_wizard.xml',
'hr_recruitment_view.xml',
'hr_recruitment_menu.xml',
'report_hr_recruitment_view.xml',
'security/hr_recruitment_security.xml',
'security/ir.model.access.csv',
'board_hr_hr_statistical_view.xml',
'board_hr_recruitment_statistical_view.xml',
],
'demo_xml': [
'hr_hr_demo.xml'
'hr_recruitment_demo.xml'
],
'installable': True,
'active': False,

View File

@ -20,6 +20,6 @@
#
##############################################################################
import report_hr_hr
import hr_recruitment_report
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
#
@ -15,12 +15,12 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import hr_hr_wizard
import hr_recruitment_wizard