Merge PR #3088 into 18.0

Signed-off-by yajo
pull/3091/head
OCA-git-bot 2025-02-12 09:28:23 +00:00
commit a1f2c62a53
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 {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 {