[UPDATE]UPDATE depends
This commit is contained in:
parent
20921681ff
commit
a549c02a4e
|
|
@ -18,7 +18,7 @@ Odex - Communications Management System
|
|||
Managing Communications Transcations flows
|
||||
""",
|
||||
'website': 'http://www.exp-sa.com',
|
||||
'depends': ['base', 'base_odex', 'mail','attachment_indexation', 'html_text', 'odex_sms'],
|
||||
'depends': ['base', 'base_odex', 'mail','attachment_indexation','odex25_sign','html_text', 'odex_sms'],
|
||||
'data': [
|
||||
'security/groups.xml',
|
||||
'security/ir.model.access.csv',
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ class Transaction(models.Model):
|
|||
employee_id = self.env['hr.employee'].search([('user_id', '=', self.env.uid)], limit=1)
|
||||
if employee_id:
|
||||
for rec in self:
|
||||
rec.signature =self.env.user.digital_signature
|
||||
rec.signature =self.env.user.sign_signature
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue