mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
16 lines
312 B
Python
16 lines
312 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from . import (
|
|
product,
|
|
pms_property_reservation,
|
|
pms_stage,
|
|
pms_mail,
|
|
pms_property,
|
|
pms_reservation_guest,
|
|
pms_reservation,
|
|
sale_order,
|
|
sale_order_line,
|
|
pms_team,
|
|
account_move,
|
|
account_move_line,
|
|
)
|