mirror of
https://github.com/bringout/oca-ocb-web.git
synced 2026-04-22 07:52:05 +02:00
19.0 vanilla
This commit is contained in:
parent
20e6dadd87
commit
4b94f0abc5
205 changed files with 24700 additions and 14614 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<templates>
|
||||
<t t-name="web_tour.OnboardingItem">
|
||||
<DropdownItem>
|
||||
<div class="d-flex justify-content-between ps-3">
|
||||
<div class="align-self-center">
|
||||
<span class="form-check form-switch" t-on-click.stop.prevent="() => this.props.toggleItem()">
|
||||
<input type="checkbox" class="form-check-input" id="onboarding" t-att-checked="this.props.toursEnabled"/>
|
||||
<label class="form-check-label">Onboarding</label>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</DropdownItem>
|
||||
</t>
|
||||
</templates>
|
||||
Loading…
Add table
Add a link
Reference in a new issue