Skip to content
Snippets Groups Projects
Commit c88f6e13 authored by Benjamin's avatar Benjamin
Browse files

modification wizard

parent 8830e7eb
No related branches found
No related tags found
Loading
......@@ -79,7 +79,7 @@ class AddFileWizard(models.TransientModel):
uid = self.env.user.id
alfresco_obj = self.env["alfresco.partner.files"]
alfresco_obj.create({
'name': self.type,
'name': self.periode if self.periode != 'Autre' else self.filename,
'type': self.type,
'file_id': uploaded_file,
'user_id': uid,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment