mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_l10n_es: improvements in traveller reports
This commit is contained in:
@@ -6,7 +6,7 @@ class PmsLogInstitutionTravellerReport(models.Model):
|
||||
_description = "Report of daily sending files of travellers to institutions."
|
||||
|
||||
date = fields.Datetime(
|
||||
string="Date and time",
|
||||
string="Send Date",
|
||||
default=fields.Datetime.now,
|
||||
)
|
||||
error_sending_data = fields.Boolean(
|
||||
@@ -21,3 +21,10 @@ class PmsLogInstitutionTravellerReport(models.Model):
|
||||
)
|
||||
txt_filename = fields.Text()
|
||||
txt_message = fields.Char(string="Log Message")
|
||||
pms_property_id = fields.Many2one(
|
||||
comodel_name="pms.property",
|
||||
string="Property",
|
||||
)
|
||||
target_date = fields.Date(
|
||||
string="Checkins Date",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user