[MIG] web_disable_export_group: Migration to 15.0

TT43531
This commit is contained in:
David
2023-06-21 17:17:23 +02:00
parent 35a31d42d8
commit 2812b2b446
20 changed files with 147 additions and 130 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<templates>
<t t-extend="ListView.buttons">
<t t-jquery="t[t-if*='widget.isExportEnable']" t-operation="attributes">
<attribute
name="t-if"
>widget.is_action_enabled('export_xlsx') and widget.isExportXlsEnable</attribute>
</t>
</t>
</templates>