[MIG] web_listview_range_select: Migration to 16.0

This commit is contained in:
Christopher Rogos
2023-09-11 08:16:35 +00:00
parent 550792d8e6
commit c14911308a
8 changed files with 120 additions and 111 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="web.ListRenderer.RecordRow" t-inherit-mode="extension">
<xpath expr="//tr[@class='o_data_row']/td/CheckBox" position="attributes">
<attribute
name="t-on-click.capture"
>(ev) => this._onClickSelectRecord(record,ev)</attribute>
</xpath>
</t>
</templates>