mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms: add model to save log of sending files to institutions
This commit is contained in:
@@ -9,10 +9,14 @@ class PmsLogInstitutionTravellerReport(models.Model):
|
||||
string="Date and time",
|
||||
default=fields.Datetime.now,
|
||||
)
|
||||
txtIncidenciesFromInstitution = fields.Text(
|
||||
error_sending_data = fields.Boolean(
|
||||
string="Error sending data",
|
||||
required=True,
|
||||
)
|
||||
txt_incidencies_from_institution = fields.Text(
|
||||
string="Detailed message",
|
||||
)
|
||||
fileIncidenciesFromInstitution = fields.Binary(
|
||||
file_incidencies_from_institution = fields.Binary(
|
||||
string="Detailed file",
|
||||
)
|
||||
txt_filename = fields.Text()
|
||||
|
||||
Reference in New Issue
Block a user