~hr-core-editors/openerp-hr/6.1

« back to all changes in this revision

Viewing changes to hr_holidays_request/__init__.py

[MRG] 6.1-modules-from-other-projects (hr_skill kept unchanged on conflict resolution)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- encoding: utf-8 -*-
2
 
##############################################################################
3
 
#    
 
2
#
 
3
#
4
4
#    OpenERP, Open Source Management Solution
5
5
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
6
6
#
15
15
#    GNU Affero General Public License for more details.
16
16
#
17
17
#    You should have received a copy of the GNU Affero General Public License
18
 
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
19
 
#
20
 
##############################################################################
 
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
#
 
20
#
21
21
import hr_holidays_request
22
22
import wizard
23
23
import report
24
24
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
25