mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Hotel Room Types management using Odoo Connector
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
from odoo.addons.component.core import AbstractComponent
|
||||
|
||||
class BaseHotelChannelConnectorComponent(AbstractComponent):
|
||||
class BaseNodeConnectorComponent(AbstractComponent):
|
||||
_name = 'base.node.connector'
|
||||
_inherit = 'base.connector'
|
||||
_collection = 'node.backend'
|
||||
|
||||
Reference in New Issue
Block a user