mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_tree_many2one_clickable: pre-commit auto fixes
This commit is contained in:
@@ -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"
|
||||
>
|
||||
</button>
|
||||
/>
|
||||
</xpath>
|
||||
</t>
|
||||
</templates>
|
||||
|
||||
Reference in New Issue
Block a user