You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
451 B
14 lines
451 B
# -*- encoding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# Copyright (C) 2015 Compassion CH (http://www.compassion.ch)
|
|
# Releasing children from poverty in Jesus' name
|
|
# @author: Roman Zoller
|
|
#
|
|
# The licence is in the file __openerp__.py
|
|
#
|
|
##############################################################################
|
|
|
|
from . import models
|
|
from . import wizards
|
|
from . import controllers
|