@ -0,0 +1,14 @@ |
|||
List View Sticky Header V13 |
|||
============================ |
|||
|
|||
This module will helps to stick the list view header |
|||
|
|||
|
|||
Credits |
|||
======= |
|||
Cybrosys Techno Solutions |
|||
|
|||
Author |
|||
------ |
|||
* Cybrosys Techno Solutions <odoo@cybrosys.com> |
|||
Muhammad Shahil @ Cybro |
@ -0,0 +1,21 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################# |
|||
# |
|||
# Cybrosys Technologies Pvt. Ltd. |
|||
# |
|||
# Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
|||
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) |
|||
# |
|||
# You can modify it under the terms of the GNU LESSER |
|||
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
|||
# |
|||
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
|||
# (LGPL v3) along with this program. |
|||
# If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################# |
@ -0,0 +1,42 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################# |
|||
# |
|||
# Cybrosys Technologies Pvt. Ltd. |
|||
# |
|||
# Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
|||
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) |
|||
# |
|||
# You can modify it under the terms of the GNU LESSER |
|||
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
|||
# |
|||
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
|||
# (LGPL v3) along with this program. |
|||
# If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################# |
|||
|
|||
{ |
|||
'name': 'List View Sticky Header', |
|||
'version': '13.0.1.0.0', |
|||
'summary': 'Helps to Stick The Header of List View', |
|||
'description': 'Helps to Stick The Header of List View', |
|||
'category': 'Tools', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'maintainer': 'Cybrosys Techno Solutions', |
|||
'website': "https://www.cybrosys.com", |
|||
'license': 'LGPL-3', |
|||
'images': ['static/description/banner.jpg'], |
|||
'depends': ['base'], |
|||
'data': [ |
|||
'views/assets.xml', |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
'application': False, |
|||
} |
@ -0,0 +1,5 @@ |
|||
## Module <list_view_sticky_header> |
|||
|
|||
#### 01.06.2021 |
|||
#### Version 13.0.1.0.0 |
|||
#### ADD Initial Commit for list_view_sticky_header |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 200 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 135 KiB |
After Width: | Height: | Size: 109 KiB |
After Width: | Height: | Size: 180 KiB |
After Width: | Height: | Size: 184 KiB |
After Width: | Height: | Size: 183 KiB |
After Width: | Height: | Size: 188 KiB |
After Width: | Height: | Size: 115 KiB |
After Width: | Height: | Size: 276 KiB |
After Width: | Height: | Size: 183 KiB |
After Width: | Height: | Size: 19 KiB |
@ -0,0 +1,474 @@ |
|||
<!-- HERO SECTION --> |
|||
<section class="container"> |
|||
<div class="row"> |
|||
<div class="col-lg-6" style="background-color:#CB114A !important; padding: 4rem 2.5rem 6rem;"> |
|||
<hr style="border: 2px solid #fff; width: 100px; margin-left: 0; margin-bottom: 3rem;"> |
|||
<h1 style="font-family: Montserrat, 'sans-serif'; font-weight: 700; color: #FFF; margin-top: -1rem;"> |
|||
List View Sticky Header |
|||
</h1> |
|||
<p style="font-family: Tahoma, 'sans-serif'; font-size: 18px; font-weight: 500; color: #FFF;"> |
|||
Helps to Stick The Header of List View |
|||
</p> |
|||
<h2 style="font-size: 26px; color: #fff; text-transform: uppercase; margin-top: 3rem;">Key Highlights |
|||
</h2> |
|||
<!-- KEY HIGHLIGHTS --> |
|||
<div class="d-flex mt-2"> |
|||
<div class="d-flex justify-content-center align-items-center mr-1" |
|||
style="background-color: #fff; height: 40px; width: 40px; border-radius: 2px !important;"> |
|||
<img src="./assets/arrow-circle-black.png" height="26px" width="26px"> |
|||
</div> |
|||
<div class="d-flex justify-content-start align-items-center" |
|||
style="background-color: #fff; height: 40px; width: 100%; border-radius: 2px !important; padding: 10px"> |
|||
<p |
|||
style="font-family: Tahoma, 'sans-serif'; font-size: 13px; font-weight: 600; color: #000; margin-top: 1rem;"> |
|||
Make all list view headers sticky</p> |
|||
</div> |
|||
</div> |
|||
|
|||
<!-- END OF KEY HIGHLIGHTS --> |
|||
</div> |
|||
<div class="col-lg-6"> |
|||
<!-- HERO IMAGE --> |
|||
<img src="./assets/hero.png" width="100%" height="auto" class="img img-responsive"> |
|||
<!-- END OF HERO IMAGE--> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
<!-- END OF HERO SECTION --> |
|||
|
|||
<!-- OVERVIEW SECTION --> |
|||
<section class="container"> |
|||
<div class="row"> |
|||
<div class="col-lg-12" style="background-color:#ffffff !important; padding: 4rem 2.5rem;"> |
|||
<hr style="border: 2px solid #000; width: 100px; margin-left: 0; margin-bottom: 3rem;"> |
|||
<h1 |
|||
style="font-family: Montserrat, 'sans-serif'; font-weight: 700; color: #000; margin-top: -1rem; text-transform: uppercase;"> |
|||
Overview |
|||
</h1> |
|||
<p style="font-family: Tahoma, 'sans-serif'; font-size: 18px; font-weight: 500; color: #000; width: 90%;"> |
|||
This module will ensure sticky headers for list view and enhance the user experience so that the user will never lose the headers while scrolling the records. |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
<!-- END OF OVERVIEW SECTION --> |
|||
|
|||
<!-- FEATURES SECTION --> |
|||
<section class="container"> |
|||
<div class="row"> |
|||
<div class="col-lg-6 d-flex flex-column align-items-center justify-content-center" |
|||
style="background-color:#D4D4D4 !important; padding: 4rem 2.5rem;"> |
|||
<img src="./assets/respnsive-img.png" width="80%" height="auto" class="img img-responsive"> |
|||
</div> |
|||
<div class="col-lg-6" style="background-color:#D4D4D4 !important; padding: 3rem 2.5rem 4rem 0;"> |
|||
<hr style="border: 2px solid #000; width: 100px; margin-left: 0; margin-bottom: 3rem;"> |
|||
<h1 |
|||
style="font-family: Montserrat, 'sans-serif'; font-weight: 700; color: #000; margin-top: -1rem; text-transform: uppercase;"> |
|||
Features |
|||
</h1> |
|||
<div class="d-flex mt-2"> |
|||
<div class="d-flex justify-content-center align-items-center mr-1 deep-2" |
|||
style="background-color: #fff; height: 40px; width: 40px; border-radius: 2px !important;"> |
|||
<img src="./assets/arrow-circle-magenta.png" height="26px" width="26px"> |
|||
</div> |
|||
<div class="d-flex justify-content-start align-items-center deep-2" |
|||
style="background-color: #fff; height: 40px; width: 100%; border-radius: 2px !important; padding: 10px"> |
|||
<p |
|||
style="font-family: Tahoma, 'sans-serif'; font-size: 13px; font-weight: 600; color: #000; margin-top: 1rem;"> |
|||
Sticky Header in List Views</p> |
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
</div> |
|||
</section> |
|||
<!-- END OF FEATURES SECTION --> |
|||
|
|||
<!-- SCREENSHOTS SECTION --> |
|||
<section class="container"> |
|||
<div class="row"> |
|||
<div class="col-lg-12" style="background-color:#ffffff !important; padding: 4rem 2.5rem;"> |
|||
<hr style="border: 2px solid #CB114A; width: 100px; margin-left: 0; margin-bottom: 3rem;"> |
|||
<h1 |
|||
style="font-family: Montserrat, 'sans-serif'; font-weight: 700; color: #000; margin-top: -1rem; margin-bottom: 1rem; text-transform: uppercase;"> |
|||
SCREENSHOTS |
|||
</h1> |
|||
</div> |
|||
<div class="col-lg-12" style="background-color:#CB114A !important; padding: 2.5rem; border-radius: 8px;"> |
|||
<div id="odooAppsIndicators" class="carousel slide" data-ride="carousel"> |
|||
<ol class="carousel-indicators" |
|||
style="position: absolute !important; bottom: -90px !important; left: -65.5rem !important"> |
|||
<li data-target="#odooAppsIndicators" data-slide-to="0" class="active" |
|||
style="height: 15px !important; width: 15px !important; background-color: #000 !important;"> |
|||
</li> |
|||
</ol> |
|||
<div class="carousel-inner"> |
|||
|
|||
<div class="carousel-item active" style="overflow: visible;"> |
|||
<div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16 d-flex w-100" |
|||
style="float:left; margin-bottom: 1rem; margin-left: -15px;"> |
|||
<div class="d-flex justify-content-center align-items-center mr-1 deep-2" |
|||
style="background-color: #fff; height: 40px; width: 40px; border-radius: 2px !important;"> |
|||
<img src="./assets/arrow-circle-black.png" height="26px" width="26px"> |
|||
</div> |
|||
<div class="d-flex justify-content-start align-items-center deep-2" |
|||
style="background-color: #fff; height: 40px; width: 100%; border-radius: 2px !important; padding: 10px"> |
|||
<p |
|||
style="font-family: Tahoma, 'sans-serif'; font-size: 13px; font-weight: 600; color: #000; margin-top: 1rem;"> |
|||
Sticky Header in List Views</p> |
|||
</div> |
|||
</div> |
|||
<img class="d-block w-100" src="./assets/screenshots/sticky_header.png" alt="First slide"> |
|||
</div> |
|||
|
|||
</div> |
|||
<!-- <a class="carousel-control-prev" href="#odooAppsIndicators" role="button" data-slide="prev"> |
|||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> |
|||
<span class="sr-only">Previous</span> |
|||
</a> |
|||
<a class="carousel-control-next" href="#odooAppsIndicators" role="button" data-slide="next"> |
|||
<span class="carousel-control-next-icon" aria-hidden="true"></span> |
|||
<span class="sr-only">Next</span> |
|||
</a> --> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
<!-- END OF SCREENSHOTS SECTION--> |
|||
|
|||
<section class="container"> |
|||
<div class="row"> |
|||
<div class="col-lg-12" style="background-color:#ffffff !important; padding: 4rem 2.5rem;"> |
|||
<hr style="border: 2px solid #CB114A; width: 100px; margin-left: 0; margin-bottom: 3rem;"> |
|||
<h1 |
|||
style="font-family: Montserrat, 'sans-serif'; font-weight: 700; color: #000; margin-top: -1rem; margin-bottom: 0rem; text-transform: uppercase;"> |
|||
Suggested Products |
|||
</h1> |
|||
</div> |
|||
</div> |
|||
<div class="col-lg-12"> |
|||
<div id="suggestedSlider" class="row carousel slide" data-ride="carousel"> |
|||
<!-- The slideshow --> |
|||
<div class="carousel-inner"> |
|||
<div class="carousel-item" style="min-height: 191px;"> |
|||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|||
<a href="https://apps.odoo.com/apps/modules/14.0/dynamic_accounts_report/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" |
|||
style="border-top-left-radius:10px; border-top-right-radius:10px" |
|||
src="./assets/modules/dynamic_financial_report.jpg"> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|||
<a href="https://apps.odoo.com/apps/modules/14.0/inventory_barcode_scanning/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" |
|||
style="border-top-left-radius:10px; border-top-right-radius:10px" |
|||
src="./assets/modules/barcode_scanning.png"> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|||
<a href="https://apps.odoo.com/apps/modules/14.0/barcode_scanning_sale_purchase/" |
|||
target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" |
|||
style="border-top-left-radius:10px; border-top-right-radius:10px" |
|||
src="./assets/modules/barcode_scanning_support.png"> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
</div> |
|||
<div class="carousel-item active" style="min-height: 191px;"> |
|||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|||
<a href="https://apps.odoo.com/apps/modules/14.0/support_package/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" |
|||
style="border-top-left-radius:10px; border-top-right-radius:10px" |
|||
src="./assets/modules/support_package.jpg"> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|||
<a href="https://apps.odoo.com/apps/modules/14.0/invoice_format_editor/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" |
|||
style="border-top-left-radius:10px; border-top-right-radius:10px" |
|||
src="./assets/modules/invoice.jpg"> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|||
<a href="https://apps.odoo.com/apps/modules/14.0/whatsapp_mail_messaging/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" |
|||
style="border-top-left-radius:10px; border-top-right-radius:10px" |
|||
src="./assets/modules/whatsapp-mail-messaging.jpg"> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<!-- Left and right controls --> |
|||
<!-- <a class="carousel-control-prev" href="#suggestedSlider" data-slide="prev" |
|||
style="width:35px; color:#000"> |
|||
<span class="carousel-control-prev-icon"><i class="fa fa-chevron-left" |
|||
style="font-size:24px"></i></span> </a> <a class="carousel-control-next" |
|||
href="#suggestedSlider" data-slide="next" style="width:35px; color:#000"> |
|||
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right" |
|||
style="font-size:24px"></i></span> |
|||
</a> --> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<!-- Our Services --> |
|||
<section class="container" style="margin-top: 6rem;"> |
|||
<div class="row mt-4 position-relative" style="max-width:1540px; margin: 0 auto;"> |
|||
<div class="col-lg-12 jumbotron text-white position-relative" |
|||
style="background-color: #D4D4D4 !important; border-radius: 10px;"> |
|||
<span class="badge badge-pill px-3 py-2 text-white deep-2-sm font-weight-bold" |
|||
style="background-color: #CB114A;"><i class="fa fa-trophy mr-2"></i>Odoo Gold Partner</span> |
|||
<div class="row"> |
|||
<div class="col-lg-12 mt-4"> |
|||
<h1 style="color: #000;">Our Services</h1> |
|||
<p class="lead" style="color: #000;">We provide following services</p> |
|||
<div class="row d-flex flex-row justify-content-start flex-wrap mt-4 pl-4"> |
|||
<a class="text-dark" href="https://www.cybrosys.com/odoo-customization-and-installation/" |
|||
style="color: white; text-decoration: none;" target="_blank"> |
|||
<div class="bg-white deep-2 d-flex flex-column justify-content-center align-items-center rounded" |
|||
style="padding: 2rem; margin-right: 1rem; height: 150px; width: 150px;"> |
|||
<i class="fa fa-cogs mr-2 mt-2" style="color: #CB114A; font-size: 3rem"></i> |
|||
<h6 class="text-center mt-3" style="color: #000;">Odoo Customization</h6> |
|||
</div> |
|||
</a> |
|||
<a class="text-dark" href="https://www.cybrosys.com/odoo-erp-implementation/" |
|||
style="color: white; text-decoration: none;" target="_blank"> |
|||
<div class="bg-white deep-2 d-flex flex-column justify-content-center align-items-center rounded" |
|||
style="padding: 2rem; margin-right: 1rem; height: 150px; width: 150px;"> |
|||
<i class="fa fa-wrench mr-2 mt-2" style="color: #CB114A; font-size: 3rem"></i> |
|||
<h6 class="text-center mt-3" style="color: #000;">Odoo Implementation</h6> |
|||
</div> |
|||
</a> |
|||
<a class="text-dark" href="https://www.cybrosys.com/odoo-erp-support/" |
|||
style="color: white; text-decoration: none;" target="_blank"> |
|||
<div class="bg-white deep-2 d-flex flex-column justify-content-center align-items-center rounded" |
|||
style="padding: 2rem; margin-right: 1rem; height: 150px; width: 150px;"> |
|||
<i class="fa fa-life-ring mr-2 mt-2" style="color: #CB114A; font-size: 3rem"></i> |
|||
<h6 class="text-center mt-3" style="color: #000;">Odoo Support</h6> |
|||
</div> |
|||
</a> |
|||
<a class="text-dark" href="https://www.cybrosys.com/hire-odoo-developer/" style=text-decoration: |
|||
none;" target="_blank"> |
|||
<div class="bg-white deep-2 d-flex flex-column justify-content-center align-items-center rounded" |
|||
style="padding: 2rem; margin-right: 1rem; height: 150px; width: 150px;"> |
|||
<i class="fa fa-user mr-2 mt-2" style="color: #CB114A; font-size: 3rem"></i> |
|||
<h6 class="text-center mt-3" style="color: #000;">Hire Odoo Developers</h6> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
<!-- End of Our Services --> |
|||
<!-- Our Industries --> |
|||
<section class="container" style="margin-top: 0rem;"> |
|||
<div class="row" style="max-width:1540px; "> |
|||
<div class="col-lg-12" style="background-color:#ffffff !important; padding: 4rem 2.5rem;"> |
|||
<hr style="border: 2px solid #CB114A; width: 100px; margin-left: 0; margin-bottom: 3rem;"> |
|||
<h1 |
|||
style="font-family: Montserrat, 'sans-serif'; font-weight: 700; color: #000; margin-top: -1rem; margin-bottom: 0rem; text-transform: uppercase;"> |
|||
Our Industries |
|||
</h1> |
|||
</div> |
|||
<div class="row mt-4 position-relative" style="max-width:1540px; margin: 0 auto;"> |
|||
<!-- Left Column --> |
|||
<div class="col-lg-6"> |
|||
|
|||
<div class="bg-white deep-2 px-4 py-3 mb-3" style="border-radius: 10px;"> |
|||
<a href="https://www.cybrosys.com/odoo/industries/best-trading-erp/" target="_blank" |
|||
class="text-dark" style="text-decoration: none;"> |
|||
<div class="row"> |
|||
<div class="col-lg-3 no-gutters"> |
|||
<img src="./assets/icons/trading.png"> |
|||
</div> |
|||
<div class="col-lg-9 no-gutters pt-3"> |
|||
<h4 style="font-family: Roboto, 'sans-serif">Trading</h4> |
|||
<p style="font-weight: 300;">Easily procure and sell your products</p> |
|||
</div> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
|
|||
<div class="bg-white deep-2 px-4 py-3 my-3" style="border-radius: 10px;"> |
|||
<a href="https://www.cybrosys.com/odoo/industries/education-erp-software/" target="_blank" |
|||
class="text-dark" style="text-decoration: none;"> |
|||
<div class="row"> |
|||
<div class="col-lg-3 no-gutters"> |
|||
<img src="./assets/icons/education.png"> |
|||
</div> |
|||
<div class="col-lg-9 no-gutters pt-3"> |
|||
<h4 style="font-family: Roboto, 'sans-serif">Education</h4> |
|||
<p style="font-weight: 300;">A collaborative platform for educational management</p> |
|||
</div> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
|
|||
<div class="bg-white deep-2 px-4 py-3 my-3" style="border-radius: 10px;"> |
|||
<a href="https://www.cybrosys.com/odoo/industries/manufacturing-erp-software/" target="_blank" |
|||
class="text-dark" style="text-decoration: none;"> |
|||
<div class="row"> |
|||
<div class="col-lg-3 no-gutters"> |
|||
<img src="./assets/icons/manufacturing.png"> |
|||
</div> |
|||
<div class="col-lg-9 no-gutters pt-3"> |
|||
<h4 style="font-family: Roboto, 'sans-serif">Manufacturing</h4> |
|||
<p style="font-weight: 300;">Plan, track and schedule your operations</p> |
|||
</div> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
|
|||
<div class="bg-white deep-2 px-4 py-3 my-3" style="border-radius: 10px;"> |
|||
<a href="https://www.cybrosys.com/odoo/industries/ecommerce-website/" target="_blank" |
|||
class="text-dark" style="text-decoration: none;"> |
|||
<div class="row"> |
|||
<div class="col-lg-3 no-gutters"> |
|||
<img src="./assets/icons/ecom.png"> |
|||
</div> |
|||
<div class="col-lg-9 no-gutters pt-3"> |
|||
<h4 style="font-family: Roboto, 'sans-serif">E-commerce & Website</h4> |
|||
<p style="font-weight: 300;">Mobile friendly, awe-inspiring product pages |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
</div> |
|||
<!-- End of Left Column --> |
|||
<!-- Right Column --> |
|||
<div class="col-lg-6"> |
|||
|
|||
<div class="bg-white deep-2 px-4 py-3 mb-3" style="border-radius: 10px;"> |
|||
<a href="https://www.cybrosys.com/odoo/industries/pos/" target="_blank" class="text-dark" |
|||
style="text-decoration: none;"> |
|||
<div class="row"> |
|||
<div class="col-lg-3 no-gutters"> |
|||
<img src="./assets/icons/pos.png"> |
|||
</div> |
|||
<div class="col-lg-9 no-gutters pt-3"> |
|||
<h4 style="font-family: Roboto, 'sans-serif">POS</h4> |
|||
<p style="font-weight: 300;">Easy configuration and convivial experience</p> |
|||
</div> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
|
|||
|
|||
<div class="bg-white deep-2 px-4 py-3 my-3" style="border-radius: 10px;"> |
|||
<a href="https://www.cybrosys.com/odoo/industries/service-management/" target="_blank" |
|||
class="text-dark" style="text-decoration: none;"> |
|||
<div class="row"> |
|||
<div class="col-lg-3 no-gutters"> |
|||
<img src="./assets/icons/service.png"> |
|||
</div> |
|||
<div class="col-lg-9 no-gutters pt-3"> |
|||
<h4 style="font-family: Roboto, 'sans-serif">Service Management</h4> |
|||
<p style="font-weight: 300;">Keep track of services and invoice |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
|
|||
<div class="bg-white deep-2 px-4 py-3 my-3" style="border-radius: 10px;"> |
|||
<a href="https://www.cybrosys.com/odoo/industries/restaurant-management/" target="_blank" |
|||
class="text-dark" style="text-decoration: none;"> |
|||
<div class="row"> |
|||
<div class="col-lg-3 no-gutters"> |
|||
<img src="./assets/icons/restaurant.png"> |
|||
</div> |
|||
<div class="col-lg-9 no-gutters pt-3"> |
|||
<h4 style="font-family: Roboto, 'sans-serif">Restaurant</h4> |
|||
<p style="font-weight: 300;">Run your bar or restaurant methodically</p> |
|||
</div> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
|
|||
<div class="bg-white deep-2 px-4 py-3 my-3" style="border-radius: 10px;"> |
|||
<a href="https://www.cybrosys.com/odoo/industries/hotel-management-erp/" target="_blank" |
|||
class="text-dark" style="text-decoration: none;"> |
|||
<div class="row"> |
|||
<div class="col-lg-3 no-gutters"> |
|||
<img src="./assets/icons/hotel.png"> |
|||
</div> |
|||
<div class="col-lg-9 no-gutters pt-3"> |
|||
<h4 style="font-family: Roboto, 'sans-serif">Hotel Management</h4> |
|||
<p style="font-weight: 300;">An all-inclusive hotel management application |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
</div> |
|||
<!-- End of Right Column --> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
<!-- End of Our Industries--> |
|||
<!-- Footer Section --> |
|||
<section class="container"> |
|||
<div class="row" style="max-width:1540px;"> |
|||
<div class="col-lg-12" style="background-color:#ffffff !important; padding: 4rem 2.5rem;"> |
|||
<hr style="border: 2px solid #CB114A; width: 100px; margin-left: 0; margin-bottom: 3rem;"> |
|||
<h1 |
|||
style="font-family: Montserrat, 'sans-serif'; font-weight: 700; color: #000; margin-top: -1rem; margin-bottom: 0rem; text-transform: uppercase;"> |
|||
Need Help? |
|||
</h1> |
|||
</div> |
|||
</div> |
|||
|
|||
<!-- Contact Cards --> |
|||
<div class="row d-flex justify-content-center align-items-center" |
|||
style="max-width:1540px; margin: 0 auto 2rem auto;"> |
|||
|
|||
<div class="col-lg-12" |
|||
style="padding: 0rem 3rem 2rem; border-radius: 10px; margin-right: 3rem; margin-top: -3.5rem; !important"> |
|||
<p class="mb-4" style="color: #808e9b; font-size: 1.2rem;">Do you have any queries regarding our |
|||
products & services? Let us know.</p> |
|||
<div class="row"> |
|||
<div class="col-lg-6"> |
|||
<a href="mailto:odoo@cybrosys.com" target="_blank" class="btn btn-block mb-2 deep_hover" |
|||
style="text-decoration: none; background-color: #CB114A; color: #FFF; border-radius: 4px;">odoo@cybrosys.com</a> |
|||
</div> |
|||
<div class="col-lg-6"> |
|||
<a href="mailto:info@cybrosys.com" target="_blank" class="btn btn-block deep_hover" |
|||
style="text-decoration: none; background-color: #CB114A; color: #FFF; border-radius: 4px;">info@cybrosys.com</a> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
<!-- End of Contact Cards --> |
|||
</div> |
|||
</section> |
|||
<!-- Footer --> |
|||
<section class="oe_container" style="padding:2rem 3rem 1rem;"> |
|||
<div class="row" style="max-width:1540px; margin: 0 auto; margin-right: 3rem; "> |
|||
<!-- Logo --> |
|||
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin-top: 3rem;"> |
|||
<img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto" /> |
|||
</div> |
|||
<!-- End of Logo --> |
|||
<div class="col-lg-12" style="margin-top: 2rem;"> |
|||
<hr |
|||
style="margin-top: 3rem;background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> |
|||
<!-- End of Footer Section --> |
|||
</div> |
|||
</div> |
|||
</section> |
@ -0,0 +1,8 @@ |
|||
.o_list_view .o_list_table thead { |
|||
position: sticky; |
|||
top: 0; |
|||
z-index:999; |
|||
} |
|||
.o_list_view .table-responsive .table thead{ |
|||
z-index: 1; |
|||
} |
@ -0,0 +1,9 @@ |
|||
<odoo> |
|||
<data> |
|||
<template id="assets_backend" name="Sticky Header" inherit_id="web.assets_backend"> |
|||
<xpath expr="."> |
|||
<link rel="stylesheet" href="/list_view_sticky_header/static/src/scss/sticky_header.scss"/> |
|||
</xpath> |
|||
</template> |
|||
</data> |
|||
</odoo> |