We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f82de commit 35df852Copy full SHA for 35df852
1 file changed
spp_farmer_registry_cr/details/cr_farm_activity.py
@@ -134,7 +134,7 @@ def _check_operation_allowed(self):
134
# QUANTITIES
135
# ══════════════════════════════════════════════════════════════════════════
136
137
- quantity = fields.Float(string="Quantity", tracking=True)
+ quantity = fields.Integer(string="Quantity", tracking=True)
138
quantity_unit = fields.Char(string="Unit", tracking=True)
139
area_planted = fields.Float(string="Area Planted (hectares)", tracking=True)
140
expected_yield = fields.Float(string="Expected Yield", tracking=True)
0 commit comments