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:
@@ -1,2 +1,3 @@
|
|||||||
partner-contact
|
partner-contact
|
||||||
reporting-engine
|
reporting-engine
|
||||||
|
queue
|
||||||
|
|||||||
@@ -19,9 +19,7 @@ class TravellerReport(models.TransientModel):
|
|||||||
txt_binary = fields.Binary(string="File Download")
|
txt_binary = fields.Binary(string="File Download")
|
||||||
txt_message = fields.Char(string="File Preview")
|
txt_message = fields.Char(string="File Preview")
|
||||||
|
|
||||||
can_be_sent = fields.Boolean(
|
can_be_sent = fields.Boolean(default=False)
|
||||||
default=False
|
|
||||||
)
|
|
||||||
|
|
||||||
def generate_file(self):
|
def generate_file(self):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user