Skip to content
Extraits de code Groupes Projets
Valider 0b039541 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[FIX] export_gap error

parent 6aae160c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -701,7 +701,7 @@ class Project(models.Model): ...@@ -701,7 +701,7 @@ class Project(models.Model):
project_id = project.id project_id = project.id
return { return {
"type": "ir.actions.act_url", "type": "ir.actions.act_url",
"url": "/web/export_gap?filename_=%s&project_id=%s&type=%s" "url": "/web/export_gap?filename_=%s&project_id=%s&partner_type=%s"
% (filename_, project_id, "gap"), % (filename_, project_id, "gap"),
"target": "new", "target": "new",
} }
...@@ -713,7 +713,7 @@ class Project(models.Model): ...@@ -713,7 +713,7 @@ class Project(models.Model):
project_id = project.id project_id = project.id
return { return {
"type": "ir.actions.act_url", "type": "ir.actions.act_url",
"url": "/web/export_gap?filename_=%s&project_id=%s&type=%s" "url": "/web/export_gap?filename_=%s&project_id=%s&partner_type=%s"
% (filename_, project_id, "benef"), % (filename_, project_id, "benef"),
"target": "new", "target": "new",
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter