mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] Hotel Management using Odoo Connector
This commit is contained in:
9
hotel_node_master/components/core.py
Normal file
9
hotel_node_master/components/core.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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 BaseHotelChannelConnectorComponent(AbstractComponent):
|
||||
_name = 'base.node.connector'
|
||||
_inherit = 'base.connector'
|
||||
_collection = 'node.backend'
|
||||
Reference in New Issue
Block a user