mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms: add oca_dependencies
This commit is contained in:
@@ -19,9 +19,7 @@ class TravellerReport(models.TransientModel):
|
||||
txt_binary = fields.Binary(string="File Download")
|
||||
txt_message = fields.Char(string="File Preview")
|
||||
|
||||
can_be_sent = fields.Boolean(
|
||||
default=False
|
||||
)
|
||||
can_be_sent = fields.Boolean(default=False)
|
||||
|
||||
def generate_file(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user