[RFC] improvemente column1 name amenity_id PmsRoomAmenity

This commit is contained in:
Darío Lodeiros
2021-05-03 19:43:32 +02:00
parent b5312f9600
commit e34f3e1abb

View File

@@ -27,7 +27,7 @@ class PmsRoomAmenity(models.Model):
comodel_name="pms.property",
ondelete="restrict",
relation="pms_amenity_pms_property_rel",
column1="amenity_type_id",
column1="amenity_id",
column2="pms_property_id",
check_pms_properties=True,
)