mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
11 lines
270 B
Python
11 lines
270 B
Python
# Copyright 2018 Alexandre Díaz
|
|
# Copyright 2018 Dario Lodeiros
|
|
# Copyright (c) 2021 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from . import (
|
|
account_move,
|
|
account_move_line,
|
|
pms_service,
|
|
pms_property,
|
|
)
|