commit
b9268f3b85
|
|
@ -30,7 +30,7 @@ class Entity(models.Model):
|
|||
})
|
||||
return text.translate(translation_map)
|
||||
|
||||
@api.model
|
||||
|
||||
def search(self, args, offset=0, limit=None, order=None, count=False):
|
||||
# Normalize the search arguments for 'name' field
|
||||
new_args = []
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ class IncomingTransaction(models.Model):
|
|||
# attachment_file = fields.Many2many(
|
||||
# comodel_name='ir.attachment',
|
||||
# string='')
|
||||
#
|
||||
|
||||
datas = fields.Binary(string="", related='send_attach.datas')
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ class InternalTransaction(models.Model):
|
|||
####################################################
|
||||
# Business methods
|
||||
####################################################
|
||||
|
||||
#
|
||||
def action_draft(self):
|
||||
for record in self:
|
||||
"""her i need to review code for to_ids"""
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ class OutgoingTransaction(models.Model):
|
|||
# Business methods
|
||||
####################################################
|
||||
#
|
||||
|
||||
#
|
||||
def action_draft(self):
|
||||
for record in self:
|
||||
"""her i need to review code for to_ids"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue