Skip to content
Snippets Groups Projects
Commit 1236008a authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[UPD] digits on percentage

parent 84970997
Branches
No related tags found
Loading
......@@ -90,7 +90,7 @@ class EcozimutMission(models.Model):
name = fields.Char(string="Mission", required=True)
pct = fields.Float(
string="Pourcentage", required=True, digits=(4, 2), default="0.0"
string="Pourcentage", required=True, digits=(16, 4), default="0.0"
)
_sql_constraints = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment