[UPD] redeclared client_order_ref defined above

This commit is contained in:
Pablo
2019-09-30 11:09:56 +02:00
parent 897f3cdc07
commit 49dd338c45

View File

@@ -256,7 +256,6 @@ class HotelFolio(models.Model):
'Prepaid Warning Days',
help='Margin in days to create a notice if a payment \
advance has not been recorded')
client_order_ref = fields.Char(string='Customer Reference', copy=False)
note = fields.Text('Terms and conditions')
sequence = fields.Integer(string='Sequence', default=10)