Skip to content

Commit

Permalink
Merge PR #3088 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by yajo
  • Loading branch information
OCA-git-bot committed Feb 12, 2025
2 parents 38bd5db + cf5489d commit a1f2c62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web_widget_numeric_step/static/src/numeric_step.esm.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit a1f2c62

Please sign in to comment.