Skip to content

Commit

Permalink
[FIX] fix web form parent template
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois authored and huguesdk committed Mar 20, 2022
1 parent 0cf8911 commit b39c306
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions beesdoo_easy_my_coop/views/subscription_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,30 @@
<odoo>

<template
id="beesdoo_easy_my_coop.becomecooperator"
id="beesdoo_easy_my_coop.rules_template"
name="Become Cooperator (in beesdoo_easy_my_coop)"
inherit_id="easy_my_coop_website.becomecooperator"
inherit_id="easy_my_coop_website.rules_template"
>
<xpath expr="//div[@id='internal_rules_approved']" position="before">
<div
id="info_session_confirmed"
t-if="display_info_session"
t-attf-class="form-group"
>
<label
class="col-md-3 col-sm-4 control-label"
for="info_session_confirmed"
>
<label for="info_session_confirmed">
Info Session
</label>
<div class="col-md-9 col-sm-8">
<div class="form-check">
<input
type="checkbox"
name="info_session_confirmed"
class="form-check-input"
t-att-required="info_session_required"
t-att-checked="info_session_confirmed"
/>
<div class="form-check-label">
<t t-raw="info_session_text" />
</div>
</div>
<div class="form-check">
<input
type="checkbox"
name="info_session_confirmed"
class="form-check-input"
t-att-required="info_session_required"
t-att-checked="info_session_confirmed"
/>
<label>
<t t-raw="info_session_text" />
</label>
</div>
</div>
</xpath>
Expand Down

0 comments on commit b39c306

Please sign in to comment.