Files
pms/hotel_channel_connector/components/deleter.py
QS5ELkMu 77cddb44f1 Finalize Hotel Channel Connector (#64)
* [FIX] Export pricelist

* [IMP] Import Reservations

* [IMP] Better exception handle

* [IMP] Notifiactions

* [FIX] Issues [IMP] Notifications

* [FIX] Cron Jobs
2018-11-14 23:32:58 +01:00

10 lines
360 B
Python

# Copyright 2018 Alexandre Díaz <dev@redneboa.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo.addons.component.core import AbstractComponent
class HotelChannelConnectorDeleter(AbstractComponent):
_name = 'hotel.channel.deleter'
_inherit = ['base.deleter', 'base.hotel.channel.connector']
_usage = 'channel.deleter'