Skip to content
Extraits de code Groupes Projets
Valider 71300c3d rédigé par Hugo Trentesaux's avatar Hugo Trentesaux
Parcourir les fichiers

store guarantee count

parent 28d32df4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -16,7 +16,8 @@ class ResPartner(models.Model):
string="Contrats de garanties",
)
financial_contract_guarantee_count = fields.Integer(
compute="_compute_financial_contract_guarantee_count"
compute="_compute_financial_contract_guarantee_count",
store=True
)
guarantee_amount_ongoing = fields.Float(
string="En cours de garantie", compute="_compute_ongoing_guarantee"
......
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