Browse Source

retraite indiv

master
root 2 years ago
parent
commit
0eec825aef
2 changed files with 16 additions and 16 deletions
  1. +1
    -1
      views/booking_event.xml
  2. +15
    -15
      views/booking_website_registration.xml

+ 1
- 1
views/booking_event.xml View File

@ -102,7 +102,7 @@
</page>
</xpath>
<xpath expr="//page[@name='booking']" position="after">
<page string="Options" name="booking_options" attrs="{'invisible':['|',('booking_event','=',False),('individual_booking_event','=',True)]}">
<page string="Options" name="booking_options" attrs="{'invisible':[('booking_event','=',False)]}">
<group style="width:100%%">
<field name="booking_option_ids" style="width: 100%;">
<tree string="Options" editable="bottom">


+ 15
- 15
views/booking_website_registration.xml View File

@ -64,25 +64,25 @@
<h6>Participations amounts : </h6>
<table class="table" style="width:50%">
<tr><td></td><td>Not member</td><td>Member</td><td>Super member</td></tr>
<tr><td>1 day</td><td><span t-esc="str(int(event.individual_day_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_member_day_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_super_member_day_price))+' €'"/></td>
<tr><td>1 day</td><td style="text-align: center"><span t-esc="str(int(event.individual_day_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_member_day_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_super_member_day_price))+' €'"/></td>
</tr>
<tr><td>1 week</td><td><span t-esc="str(int(event.individual_week_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_member_week_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_super_member_week_price))+' €'"/></td>
<tr><td style="text-align: center">1 week</td><td style="text-align: center"><span t-esc="str(int(event.individual_week_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_member_week_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_super_member_week_price))+' €'"/></td>
</tr>
<tr><td>2 weeks</td><td><span t-esc="str(int(event.individual_2weeks_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_member_2weeks_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_super_member_2weeks_price))+' €'"/></td>
<tr><td style="text-align: center">2 weeks</td><td style="text-align: center"><span t-esc="str(int(event.individual_2weeks_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_member_2weeks_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_super_member_2weeks_price))+' €'"/></td>
</tr>
<tr><td>3 weeks</td><td><span t-esc="str(int(event.individual_3weeks_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_member_3weeks_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_super_member_3weeks_price))+' €'"/></td>
<tr><td style="text-align: center">3 weeks</td><td style="text-align: center"><span t-esc="str(int(event.individual_3weeks_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_member_3weeks_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_super_member_3weeks_price))+' €'"/></td>
</tr>
<tr><td>1 month</td><td><span t-esc="str(int(event.individual_month_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_member_month_price))+' €'"/></td>
<td><span t-esc="str(int(event.individual_super_member_month_price))+' €'"/></td>
<tr><td style="text-align: center">1 month</td><td style="text-align: center"><span t-esc="str(int(event.individual_month_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_member_month_price))+' €'"/></td>
<td style="text-align: center"><span t-esc="str(int(event.individual_super_member_month_price))+' €'"/></td>
</tr>
</table>


Loading…
Cancel
Save