Introduce a new restaurant management module with POS product categories

This commit is contained in:
Alaguraj0361 2026-01-30 11:07:48 +05:30
parent bd8a2dd7b4
commit 6e6a4a4fda
3 changed files with 143 additions and 5 deletions

View File

@ -21,6 +21,7 @@
'views/restaurant_menus.xml',
'views/pos_order_views.xml',
'views/res_users_views.xml',
'views/product_template_views.xml',
],
'installable': True,
'application': True,

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Add POS Category field to Product form -->
<record id="product_template_form_view_pos_category" model="ir.ui.view">
<field name="name">product.template.form.pos.category</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view"/>
<field name="arch" type="xml">
<!-- Add POS Category field after Product Category -->
<xpath expr="//field[@name='categ_id']" position="after">
<field name="pos_categ_ids" string="POS Product Categories"
widget="many2many_tags"
options="{'no_create': True, 'no_open': True}"/>
</xpath>
</field>
</record>
</odoo>

View File

@ -349,14 +349,133 @@ Chennora is rated among the best Indian restaurants in Brampton, offering authen
<!-- ====================================================== -->
<!-- 2. ABOUT US PAGE (Inherits and Replaces Default About) -->
<!-- ====================================================== -->
<template id="custom_aboutus" inherit_id="website.aboutus" name="Chennora About Us">
<template id="custom_aboutus" inherit_id="website.aboutus" name="Chennora About Us" priority="1000">
<xpath expr="//div[@id='wrap']" position="replace">
<div id="wrap" class="oe_structure">
<section class="s_title parallax s_parallax_is_fixed bg-black-50 pt24 pb24" data-vcss="001" data-snippet="s_title" data-scroll-background-ratio="1">
<span class="s_parallax_bg oe_img_bg" style="background-image: url('/web/image/website.s_parallax_default_image'); background-position: 50% 0;"/>
<div class="o_we_bg_filter bg-black-50"/>
<!-- Hero Section -->
<section class="s_title o_colored_level pt96 pb96 oe_img_bg o_bg_img_center" data-snippet="s_title" style="background-color: rgb(4, 18, 29); background-image: url('/theme_chennora/static/src/img/chen-banner-1.webp');">
<div class="o_we_bg_filter bg-black-75"/>
<div class="container s_allow_columns">
<h1 class="display-3-fs text-center" style="text-align: center;"><font class="text-o-color-3">About Chennora's</font></h1>
<p class="lead text-center" style="text-align: center;"><font class="text-o-color-3">Bringing Authentic South Indian Flavors to Brampton</font></p>
</div>
</section>
<!-- Story Section -->
<section class="s_text_image o_colored_level pt64 pb64" data-snippet="s_image_text" style="background-color: rgb(244, 241, 234);">
<div class="container">
<h1>About us</h1>
<div class="row align-items-center">
<div class="col-lg-6 pt16 pb16 o_colored_level o_animate o_anim_slide_in o_anim_from_left">
<img src="/web/image/1122-1269de16/about.webp" alt="Chennora Restaurant" class="img img-fluid mx-auto o_we_custom_image shadow" style="border-radius: 15px;"/>
</div>
<div class="pt16 pb16 o_colored_level col-lg-6">
<h6 style="color: rgb(43, 177, 165);"><strong>🍛 ABOUT US</strong></h6>
<h2 class="fadeInUp"><strong>Bringing Authentic South Indian Cuisine to Brampton</strong></h2>
<h5 style="color: rgb(254, 205, 79); margin-top: 20px;">Our Story, Our Passion for Freshness and Flavor</h5>
<p style="margin-top: 20px;">
At Chennora, we believe that every meal should be a celebration of authentic Indian flavors. As one of the top Indian restaurants in Brampton, we take pride in serving dishes that capture the rich traditions of South India. Whether you're visiting for a casual lunch, a family dinner, or a special event, our team is committed to delivering the best Indian food experience in Brampton.
</p>
<p>
Our chefs bring generations of expertise to every dish — from the famous Hyderabadi biryani to the crispy masala dosas. Visit Chennora today and find out why we are a top-rated South Indian restaurant in Brampton.
</p>
</div>
</div>
</div>
</section>
<!-- Values Section -->
<section class="s_three_columns pt64 pb64 o_colored_level" data-snippet="s_three_columns" style="background-color: rgb(255, 255, 255);">
<div class="container">
<div class="text-center mb-5">
<h6 style="color: rgb(43, 177, 165);"><strong>OUR VALUES</strong></h6>
<h2><strong>What Makes Chennora Special</strong></h2>
</div>
<div class="row d-flex align-items-stretch">
<div class="col-lg-4 s_col_no_bgcolor pt16 pb16">
<div class="card bg-white h-100 border-0 shadow-sm text-center p-4" style="border-radius: 15px;">
<div class="mb-3">
<i class="fa fa-leaf fa-3x" style="color: rgb(43, 177, 165);"/>
</div>
<h4>Fresh Ingredients</h4>
<p>We use only the freshest local ingredients combined with authentic Indian spices to create unforgettable flavors.</p>
</div>
</div>
<div class="col-lg-4 s_col_no_bgcolor pt16 pb16">
<div class="card bg-white h-100 border-0 shadow-sm text-center p-4" style="border-radius: 15px;">
<div class="mb-3">
<i class="fa fa-heart fa-3x" style="color: rgb(254, 205, 79);"/>
</div>
<h4>Traditional Recipes</h4>
<p>Our menu features iconic Tamil Nadu specialties like Madurai Mutton Bone Soup, Seeraga Samba Mutton Biryani, and more.</p>
</div>
</div>
<div class="col-lg-4 s_col_no_bgcolor pt16 pb16">
<div class="card bg-white h-100 border-0 shadow-sm text-center p-4" style="border-radius: 15px;">
<div class="mb-3">
<i class="fa fa-users fa-3x" style="color: rgb(43, 177, 165);"/>
</div>
<h4>Family Atmosphere</h4>
<p>Chennora stands out for its dedication to freshness, authenticity, and variety, creating a warm dining atmosphere.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Why Choose Us Section -->
<section class="s_banner pt96 pb96 o_colored_level" data-snippet="s_banner" style="background-color: rgb(4, 18, 29);">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<h6 style="color: rgb(254, 205, 79);"><strong>WHY CHOOSE US</strong></h6>
<h2><font class="text-o-color-3">Best Indian Restaurant in Brampton</font></h2>
<p class="lead"><font class="text-o-color-3">
Chennora is rated among the best Indian restaurants in Brampton, offering authentic South Indian flavors, traditional curries, biryanis, and a warm dining atmosphere. Whether you are looking for fine dining or a casual meal, we are a top choice in Brampton.
</font></p>
<p><font class="text-o-color-3">
From crispy dosas to flavorful biryanis, every dish reflects our passion for Indian cuisine. Discover why we're considered one of the best Indian restaurants near Brampton Downtown.
</font></p>
<p style="margin-top: 30px;">
<a class="btn btn-custom text-o-color-5 flat" href="/contactus" style="border-width: 1px; border-style: solid; border-color: rgb(254, 205, 79); background-color: rgb(254, 205, 79);"><strong>Contact Us</strong> <span class="fa fa-angle-right ms-2"/></a>
</p>
</div>
<div class="col-lg-6">
<img src="/web/image/1127-129df970/today-special.webp" alt="Chennora Special Dishes" class="img img-fluid mx-auto shadow" style="border-radius: 15px;"/>
</div>
</div>
</div>
</section>
<!-- Location/Visit Us Section -->
<section class="s_text_block pt64 pb64 o_colored_level" data-snippet="s_text_block" style="background-color: rgb(244, 241, 234);">
<div class="container">
<div class="text-center mb-5">
<h6 style="color: rgb(43, 177, 165);"><strong>VISIT US</strong></h6>
<h2><strong>Find Us in Brampton</strong></h2>
</div>
<div class="row">
<div class="col-lg-4 pt24 pb24 text-center">
<div class="card bg-white h-100 border-0 shadow-sm p-4" style="border-radius: 15px;">
<i class="fa fa-map-marker fa-3x mb-3" style="color: rgb(254, 205, 79);"/>
<h4>Location</h4>
<p>123 Restaurant Row<br/>Brampton, ON L6X 1A1</p>
</div>
</div>
<div class="col-lg-4 pt24 pb24 text-center">
<div class="card bg-white h-100 border-0 shadow-sm p-4" style="border-radius: 15px;">
<i class="fa fa-clock-o fa-3x mb-3" style="color: rgb(254, 205, 79);"/>
<h4>Hours</h4>
<p>Mon-Sun: 11:00 AM - 10:00 PM<br/>Kitchen closes at 9:30 PM</p>
</div>
</div>
<div class="col-lg-4 pt24 pb24 text-center">
<div class="card bg-white h-100 border-0 shadow-sm p-4" style="border-radius: 15px;">
<i class="fa fa-phone fa-3x mb-3" style="color: rgb(254, 205, 79);"/>
<h4>Contact</h4>
<p>+1 (905) 555-0123<br/>info@chennora.com</p>
</div>
</div>
</div>
</div>
</section>
</div>
@ -364,6 +483,7 @@ Chennora is rated among the best Indian restaurants in Brampton, offering authen
</template>