mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
10 lines
312 B
Python
10 lines
312 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import ir_actions_report
|
|
from . import printing_tray
|
|
from . import printing_printer
|
|
from . import res_users
|
|
from . import printing_report_xml_action
|