Skip to content
Extraits de code Groupes Projets
Valider 460e919c rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[UPD]Update name project

parent 0261b6d2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -33,8 +33,6 @@ class AdefpatProjectJustifZip(models.TransientModel): ...@@ -33,8 +33,6 @@ class AdefpatProjectJustifZip(models.TransientModel):
json_file = [] json_file = []
json_file_proj = self.build_json_project("11") json_file_proj = self.build_json_project("11")
json_file.append(json_file_proj) json_file.append(json_file_proj)
json_file_ff = self.build_json_file_facture_fournisseur("21")
json_file.append(json_file_ff)
json_file_fc = self.build_json_file_facture_client("31") json_file_fc = self.build_json_file_facture_client("31")
json_file.append(json_file_fc) json_file.append(json_file_fc)
json_file_frais = self.build_json_file_expense_zip("41") json_file_frais = self.build_json_file_expense_zip("41")
...@@ -142,7 +140,7 @@ class AdefpatProjectJustifZip(models.TransientModel): ...@@ -142,7 +140,7 @@ class AdefpatProjectJustifZip(models.TransientModel):
"query": "(PATH:'/app:company_home/st:sites/cm:odoo/cm:documentLibrary/cm:Factures_x0020_fournisseurs//*') AND (+adefpat:factureEndDate:['" + str( "query": "(PATH:'/app:company_home/st:sites/cm:odoo/cm:documentLibrary/cm:Factures_x0020_fournisseurs//*') AND (+adefpat:factureEndDate:['" + str(
self.period_start) + "' TO '" + str( self.period_start) + "' TO '" + str(
self.period_end) + "'] OR +adefpat:factureSartDate:['" + str( self.period_end) + "'] OR +adefpat:factureSartDate:['" + str(
self.period_start) + "' TO '" + str(self.period_end) + "']) AND =adefpat:factureProjet:'"+ project.name +"'", self.period_start) + "' TO '" + str(self.period_end) + "']) AND =adefpat:factureProjet:'"+ proj +"'",
}, },
}, },
]}) ]})
......
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