[IMP] web_tree_many2one_clickable: Imports should be sorted alphabetically

pull/3044/head
Duy (Đỗ Anh) 2024-12-31 10:28:50 +07:00
parent e7128ce58c
commit fbe12428a8
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@
* Copyright 2024 Versada (https://versada.eu)
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */
import {patch} from "@web/core/utils/patch";
import {ListRenderer} from "@web/views/list/list_renderer";
import {patch} from "@web/core/utils/patch";
import {useService} from "@web/core/utils/hooks";
patch(ListRenderer.prototype, {