mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
10 lines
258 B
Python
10 lines
258 B
Python
# -*- coding: utf-8 -*-
|
|
# Author: Guewen Baconnier
|
|
# Copyright 2012-2017 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
from . import ir_attachment
|
|
from . import pingen
|
|
from . import pingen_document
|
|
from . import res_company
|