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. 11
      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', 'name': 'Table Reservation on Website',
'version': '16.0.1.0.0', 'version': '16.0.1.0.1',
'category': 'eCommerce,Point of Sale', 'category': 'eCommerce,Point of Sale',
'summary': 'We can reserve table through website', 'summary': 'We can reserve table through website',
'description': 'We can reserve table through website. And also user can ' 'description': 'We can reserve table through website. And also user can '

11
table_reservation_on_website/views/table_reservation_templates.xml

@ -4,8 +4,8 @@
<template id="table_reservation" name="Table Reservation"> <template id="table_reservation" name="Table Reservation">
<t t-call="website.layout"> <t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty"> <div id="wrap" class="oe_structure oe_empty">
<section class="s_website_form" data-vcss="001" <section class="s_text_block pt40 pb40 o_colored_level "
data-snippet="s_website_form"> data-snippet="s_text_block">
<div class="container"> <div class="container">
<form action="/restaurant/floors" method="POST" <form action="/restaurant/floors" method="POST"
enctype="multipart/form-data" enctype="multipart/form-data"
@ -96,8 +96,8 @@
<template id="restaurant_floors" name="Admission Submit"> <template id="restaurant_floors" name="Admission Submit">
<t t-call="website.layout"> <t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty"> <div id="wrap" class="oe_structure oe_empty">
<section class="s_website_form" data-vcss="001" <section class="s_text_block pt40 pb40 o_colored_level "
data-snippet="s_website_form"> data-snippet="s_text_block">
<div class="container"> <div class="container">
<br/> <br/>
<br/> <br/>
@ -113,7 +113,8 @@
id="floors_rest" id="floors_rest"
class="form-control"> class="form-control">
<option value="0">Select a <option value="0">Select a
Floor</option> Floor
</option>
<t t-foreach="floors" t-as="floor"> <t t-foreach="floors" t-as="floor">
<option t-att-value="floor.id"> <option t-att-value="floor.id">
<t t-esc="floor.name"/> <t t-esc="floor.name"/>

Loading…
Cancel
Save