mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
* [FIX] Export pricelist * [IMP] Import Reservations * [IMP] Better exception handle * [IMP] Notifiactions * [FIX] Issues [IMP] Notifications * [FIX] Cron Jobs
11 lines
275 B
Python
11 lines
275 B
Python
# Copyright 2018 Alexandre Díaz <dev@redneboa.es>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import core
|
|
from . import backend_adapter
|
|
from . import binder
|
|
from . import importer
|
|
from . import exporter
|
|
from . import deleter
|
|
from . import mapper
|