Files
pms/pms_account/models/__init__.py
Maxime Chambreuil 91d9129c93 [ADD] pms_account
2022-01-26 12:42:25 -06:00

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,
)