mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms: remove unnecessary compute in pms_reservation_line
This commit is contained in:
committed by
Darío Lodeiros
parent
95b992cc2c
commit
1dece9ebb0
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user