Browse Source

[ADD] website_shift: Personal page for non-worker

Add a personal page for non-worker that shows a simple message telling
them that they don't have to do a shift.
pull/33/head
Rémy Taymans 7 years ago
parent
commit
3cbbc7ca2a
  1. 31
      beesdoo_website_shift/views/shift_website_templates.xml

31
beesdoo_website_shift/views/shift_website_templates.xml

@ -16,7 +16,36 @@
name="Shift"
page="True">
<t t-call="website.layout">
<t t-esc="user.partner_id.working_mode"/>
<section class="wrap">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center">
Your shifts
</h1>
</div>
</div>
</div>
</section>
<div class="oe_structure"/>
<section class="wrap">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="alert alert-info">
You don't have to participate to shift system.
</div>
</div>
</div>
</div>
</section>
<div class="oe_structure"/>
</t>
</template>

Loading…
Cancel
Save