mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[15.0][MIG] web_select_all_companies: Migration to 15.0
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
t-inherit-mode="extension"
|
||||
owl="1"
|
||||
>
|
||||
<xpath expr="//t[@t-key='company.id']" position="before">
|
||||
<DropdownItem class="'p-0 bg-white'">
|
||||
<xpath expr="//t[@t-as='company']" position="before">
|
||||
<DropdownItem class="p-0 bg-white">
|
||||
<div class="d-flex">
|
||||
<div
|
||||
role="menuitemcheckbox"
|
||||
tabindex="0"
|
||||
t-attf-class="{{isCurrent ? 'border-primary' : ''}}"
|
||||
class="border-end toggle_company"
|
||||
t-on-click.stop="() => this.toggleSelectAllCompanies()"
|
||||
t-on-click.stop="toggleSelectAllCompanies()"
|
||||
>
|
||||
<span class="btn btn-light border-0 p-2">
|
||||
<i
|
||||
|
||||
Reference in New Issue
Block a user