Browse Source

May 14: [FIX] Bug Fixed 'table_reservation_on_website'

pull/320/head
RisvanaCybro 12 months ago
parent
commit
05ff28463f
  1. 2
      table_reservation_on_website/__manifest__.py
  2. 17
      table_reservation_on_website/views/table_reservation_templates.xml

2
table_reservation_on_website/__manifest__.py

@ -21,7 +21,7 @@
###############################################################################
{
'name': 'Table Reservation on Website',
'version': '16.0.1.0.0',
'version': '16.0.1.0.1',
'category': 'eCommerce,Point of Sale',
'summary': 'We can reserve table through website',
'description': 'We can reserve table through website. And also user can '

17
table_reservation_on_website/views/table_reservation_templates.xml

@ -4,8 +4,8 @@
<template id="table_reservation" name="Table Reservation">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<section class="s_website_form" data-vcss="001"
data-snippet="s_website_form">
<section class="s_text_block pt40 pb40 o_colored_level "
data-snippet="s_text_block">
<div class="container">
<form action="/restaurant/floors" method="POST"
enctype="multipart/form-data"
@ -96,8 +96,8 @@
<template id="restaurant_floors" name="Admission Submit">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<section class="s_website_form" data-vcss="001"
data-snippet="s_website_form">
<section class="s_text_block pt40 pb40 o_colored_level "
data-snippet="s_text_block">
<div class="container">
<br/>
<br/>
@ -113,7 +113,8 @@
id="floors_rest"
class="form-control">
<option value="0">Select a
Floor</option>
Floor
</option>
<t t-foreach="floors" t-as="floor">
<option t-att-value="floor.id">
<t t-esc="floor.name"/>
@ -211,9 +212,9 @@
<div style="line-height:1px;background: #ffffff;border:0;">
</div>
<t t-if="payment">
<div style="background: #ffffff;border:0;color:#FF0000;">
<t t-esc="refund"/>
</div>
<div style="background: #ffffff;border:0;color:#FF0000;">
<t t-esc="refund"/>
</div>
</t>
</div>
</div>

Loading…
Cancel
Save