From b233d491d6c53b32098f8a11f78396f2ad939e07 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Mon, 31 Mar 2025 11:37:21 +0200 Subject: [PATCH] [UPD] qweb view - input step --- templates/invoice_allocation_templates.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/invoice_allocation_templates.xml b/templates/invoice_allocation_templates.xml index c0b955a..0390313 100644 --- a/templates/invoice_allocation_templates.xml +++ b/templates/invoice_allocation_templates.xml @@ -104,6 +104,7 @@ data-input-name="employee" min="0" max="100" + step="0.5" t-att-value="i.get_employee_allocation(p)" /> </div> -- GitLab