############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2017 Solucións Aloxa S.L. # Alexandre Díaz # # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # ############################################################################## from . import test_pms_reservation from . import test_pms_pricelist from . import test_pms_checkin_partner from . import test_pms_sale_channel from . import test_pms_folio from . import test_pms_availability_plan_rules from . import test_pms_room_type from . import test_pms_room_type_class from . import test_pms_board_service from . import test_pms_wizard_massive_changes from . import test_pms_booking_engine from . import test_pms_res_users from . import test_pms_room from . import test_pms_folio_invoice from . import test_pms_folio_sale_line from . import test_pms_wizard_split_join_swap_reservation from . import test_product_template from . import test_pms_multiproperty