From 04ab5dc9c317c566bce9d3e94997c46e58142931 Mon Sep 17 00:00:00 2001 From: Carlos Roca Date: Tue, 24 Dec 2024 11:17:47 +0100 Subject: [PATCH] [IMP] web_tree_many2one_clickable: pre-commit auto fixes --- .../static/src/components/many2one_button/many2one_button.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web_tree_many2one_clickable/static/src/components/many2one_button/many2one_button.xml b/web_tree_many2one_clickable/static/src/components/many2one_button/many2one_button.xml index 41d2a84fd..1b42fd548 100644 --- a/web_tree_many2one_clickable/static/src/components/many2one_button/many2one_button.xml +++ b/web_tree_many2one_clickable/static/src/components/many2one_button/many2one_button.xml @@ -6,8 +6,7 @@ class="btn btn-sm btn-secondary fa fa-arrow-right web_tree_many2one_clickable" t-on-click="(ev) => this.onClickM2oButton(record, column, ev)" t-if="record.fields[column.name].type == 'many2one' and record.data[column.name] and canUseFormatter(column, record) and !column.options.no_open" - > - + />