mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD]pms_api_rest: OTA API configurations
This commit is contained in:
@@ -93,3 +93,10 @@ class PmsProperty(models.Model):
|
||||
string="Hotel image",
|
||||
store=True,
|
||||
)
|
||||
|
||||
ota_property_settings_ids = fields.One2many(
|
||||
string="OTA Property Settings",
|
||||
help="OTA Property Settings",
|
||||
comodel_name="ota.property.settings",
|
||||
inverse_name="pms_property_id",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user