hy_odoo/hy_odoo/__init__.py

20 lines
804 B
Python
Raw Normal View History

2019-09-17 16:39:34 +02:00
# -*- coding: utf-8 -*-
2020-03-26 23:31:36 +01:00
# Copyright 2020 Fabien Bourgeois <fabien@yaltik.com>
2019-09-17 16:39:34 +02:00
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 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/>.
import hy
2020-03-27 00:28:28 +01:00
from . import odoo, xml