mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[RFC] improvemente column1 name amenity_id PmsRoomAmenity
This commit is contained in:
@@ -27,7 +27,7 @@ class PmsRoomAmenity(models.Model):
|
|||||||
comodel_name="pms.property",
|
comodel_name="pms.property",
|
||||||
ondelete="restrict",
|
ondelete="restrict",
|
||||||
relation="pms_amenity_pms_property_rel",
|
relation="pms_amenity_pms_property_rel",
|
||||||
column1="amenity_type_id",
|
column1="amenity_id",
|
||||||
column2="pms_property_id",
|
column2="pms_property_id",
|
||||||
check_pms_properties=True,
|
check_pms_properties=True,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user