[MIG] Unsupported field attribute size

This commit is contained in:
Darío Lodeiros
2020-10-23 09:29:25 +02:00
parent 803ec5f5fd
commit cadfcc962e

View File

@@ -222,7 +222,6 @@ class PmsReservation(models.Model):
)
adults = fields.Integer(
"Adults",
size=64,
tracking=True,
help="List of adults there in guest list. ",
compute="_compute_adults",
@@ -231,7 +230,6 @@ class PmsReservation(models.Model):
)
children = fields.Integer(
"Children",
size=64,
readonly=False,
tracking=True,
help="Number of children there in guest list.",