Hi,
there is a bug in inline editing when numbers are inputed with coma as separator(language dependant).
decimal value is zeroed as it was never entered(in form view it works fine).
Format is universal: #,##0.00;(#,##0.00)
22,32 -> 22,00
Also When there is more decimal points for example 6, everything is rounded to 2 after commiting.
Format: #.000000
22,233456 -> 22,23