Openerp 7 custom module i have float fields with widget="float_time"
After Exporting the Time Value (Float Field) output shows below format:-
12.5
10.5
Float format change into time format Formula
min = Math.round((0.16666667 % 1) * 60);
which method to override in openerp and apply the formula any sample available Thanks
↧