[FIX] web_widget_numeric_step: remove odoo-module tag and fix sort-import

This commit is contained in:
Duy (Đỗ Anh)
2025-02-11 15:46:03 +07:00
parent 38bd5db1c3
commit cf5489d1ed

View File

@@ -1,8 +1,6 @@
/** @odoo-module */
import {FloatField} from "@web/views/fields/float/float_field";
import {_t} from "@web/core/l10n/translation";
import {registry} from "@web/core/registry";
import {FloatField} from "@web/views/fields/float/float_field";
import {standardFieldProps} from "@web/views/fields/standard_field_props";
export class NumericStep extends FloatField {