[IMP] pms: remove unnecessary compute in pms_reservation_line

This commit is contained in:
Sara Lago
2022-04-08 18:20:57 +02:00
committed by Darío Lodeiros
parent 95b992cc2c
commit 1dece9ebb0

View File

@@ -117,7 +117,6 @@ class PmsReservationLine(models.Model):
string="Sale Channel",
help="Sale Channel through which reservation line was created",
comodel_name="pms.sale.channel",
ondelete="restrict",
check_pms_properties=True,
)
_sql_constraints = [