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

pull/3088/head
Duy (Đỗ Anh) 2025-02-11 15:46:03 +07:00
parent 38bd5db1c3
commit cf5489d1ed
1 changed files with 1 additions and 3 deletions

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 {_t} from "@web/core/l10n/translation";
import {registry} from "@web/core/registry"; import {registry} from "@web/core/registry";
import {FloatField} from "@web/views/fields/float/float_field";
import {standardFieldProps} from "@web/views/fields/standard_field_props"; import {standardFieldProps} from "@web/views/fields/standard_field_props";
export class NumericStep extends FloatField { export class NumericStep extends FloatField {