@ -0,0 +1,21 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################# |
|||
# |
|||
# Cybrosys Technologies Pvt. Ltd. |
|||
# |
|||
# Copyright (C) 2022-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,37 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################# |
|||
# |
|||
# Cybrosys Technologies Pvt. Ltd. |
|||
# |
|||
# Copyright (C) 2022-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': 'Index Test', |
|||
'version': '16.0.1.0.0', |
|||
'summary': 'Index Test', |
|||
'description': """Index Test""", |
|||
'author': "Cybrosys Techno Solutions", |
|||
'website': "https://www.cybrosys.com", |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'maintainer': 'Cybrosys Techno Solutions', |
|||
'license': 'LGPL-3', |
|||
'depends': ['base'], |
|||
'installable': True, |
|||
'application': True, |
|||
'auto_install': False, |
|||
|
|||
} |
@ -0,0 +1,7 @@ |
|||
## Module <index_test_odoo> |
|||
|
|||
#### 09.11.2022 |
|||
#### Version 16.0.1.0.0 |
|||
#### ADD |
|||
Initial Commit |
|||
|
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 310 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 576 B |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 911 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 673 B |
After Width: | Height: | Size: 878 B |
After Width: | Height: | Size: 653 B |
After Width: | Height: | Size: 905 B |
After Width: | Height: | Size: 839 B |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 427 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 988 B |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 203 KiB |
After Width: | Height: | Size: 562 KiB |
After Width: | Height: | Size: 27 KiB |
@ -0,0 +1,737 @@ |
|||
<!-- HERO --> |
|||
<div class="container shadow style="margin-left:calc(-42vw + 50%); width:84vw""> |
|||
<div class="row" |
|||
style="padding: 4rem 2.5rem 0 !important; background-color: #fff !important;"> |
|||
<div class="col-lg-12 d-flex flex-column align-items-center"> |
|||
<h1 class="text-center text-uppercase" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-size: 67px !important; color: #791d97; font-weight: 900 !important;"> |
|||
<span style="color:#5154a5;">Current </span> Stock XLS <sup> |
|||
</h1> |
|||
<p class="my-1 text-center text-uppercase" |
|||
style="letter-spacing: 4px !important; color: #74788D !important;"> |
|||
Current Stock Report for all Products in each Warehouse.</p> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<div class="col-lg-12 d-flex flex-column justify-content-center"> |
|||
<p class="my-1 text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; color: #212121 !important;"> |
|||
The Code Backend Theme V15 Gives You a Fully Modified View with |
|||
a Full Screen Display. |
|||
This is a Minimalist and Elegant Backend Theme for Odoo 15. |
|||
This Theme Will Change Your Old Experience to a New Experience |
|||
With Odoo. |
|||
It is a Perfect Choice for Your Odoo Backend and an Attractive |
|||
Theme for Your Odoo 15. |
|||
It will Give You a Clean Layout with a New Color Combination and |
|||
a Modified Font. It has a |
|||
Sidebar with |
|||
New App Icons and Company Logo. This Will Change Your Old |
|||
Kanban, List and Form Views to A Fully |
|||
Modified View. |
|||
</p> |
|||
</div> |
|||
|
|||
|
|||
<div class="col-lg-12 d-flex justify-content-center align-items-center" |
|||
style="margin: 2rem 0;"> |
|||
<img src="./assets/cybro-odoo.png" width="100%" height="auto" |
|||
class="img-responsive"> |
|||
</div> |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
<!-- END OF HERO --> |
|||
|
|||
|
|||
|
|||
|
|||
<section class="oe_container pb-5"> |
|||
<div class="mt64 mb64"> |
|||
|
|||
<h2 class="text-center text-uppercase" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-size: 50px !important; color: #791d97; font-weight: 900 !important;"> |
|||
<span style="color:#5154a5;">KEY </span> <b>Highlights</b> <sup> |
|||
</h2> |
|||
|
|||
|
|||
<div class="row"> |
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="border-radius: 5px;padding: 33px 0px;background: #5154a5;"> |
|||
<div class="col-md-3" style="float:left"> |
|||
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|||
</div> |
|||
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|||
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px; color: #fff;">Current Stock XLS</h3> |
|||
<p class=" mt8" style="font-family:Roboto ; color: #f1f1f1;"> Please enter the warehouses which you want to take the report. </p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="border-radius: 5px;padding: 33px 0px;background: #5154a5;"> |
|||
<div class="col-md-3" style="float:left"> |
|||
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|||
</div> |
|||
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|||
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px; color: #fff;">Current Stock XLS</h3> |
|||
<p class=" mt8" style="font-family:Roboto ; color: #f1f1f1;"> Please enter the warehouses which you want to take the report. </p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="border-radius: 5px;padding: 33px 0px;background: #5154a5;"> |
|||
<div class="col-md-3" style="float:left"> |
|||
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|||
</div> |
|||
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|||
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px; color: #fff;">Current Stock XLS</h3> |
|||
<p class=" mt8" style="font-family:Roboto ; color: #f1f1f1;"> Please enter the warehouses which you want to take the report. </p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="border-radius: 5px;padding: 33px 0px;background: #5154a5;"> |
|||
<div class="col-md-3" style="float:left"> |
|||
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|||
</div> |
|||
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|||
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px; color: #fff;">Current Stock XLS</h3> |
|||
<p class=" mt8" style="font-family:Roboto ; color: #f1f1f1;"> Please enter the warehouses which you want to take the report. </p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="border-radius: 5px;padding: 33px 0px;background: #5154a5;"> |
|||
<div class="col-md-3" style="float:left"> |
|||
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|||
</div> |
|||
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|||
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px; color: #fff;">Current Stock XLS</h3> |
|||
<p class=" mt8" style="font-family:Roboto ; color: #f1f1f1;"> Please enter the warehouses which you want to take the report. </p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="border-radius: 5px;padding: 33px 0px;background: #5154a5;"> |
|||
<div class="col-md-3" style="float:left"> |
|||
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|||
</div> |
|||
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|||
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px; color: #fff;">Current Stock XLS</h3> |
|||
<p class=" mt8" style="font-family:Roboto ; color: #f1f1f1;"> Please enter the warehouses which you want to take the report. </p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
|
|||
<section class="oe_container mt32 mb32" style="margin-left:calc(-42vw + 50%); width:84vw" > |
|||
<div id="loempia_tabs" class="row" style="max-width:1540px; margin:0 auto; padding-bottom:64px; border-radius:15px"> |
|||
<ul role="tablist" class="nav nav-tabs justify-content-center" data-tabs="tabs" style="border:none; background-color:unset; margin:0 auto"> |
|||
<li class="nav-item" style="border-top-right-radius:10px; border-top-left-radius:10px; background-color:#e6f6ff; margin-right:10px; border:1px solid #ddd; border-bottom:0"> |
|||
<a href="#ept_features" data-toggle="tab" aria-expanded="true" class="show active" style="font-family: Roboto;text-transform: uppercase;font-weight: 600;font-size: 18px;letter-spacing: 1px;padding: 11px 20px;border-top-left-radius: 5px;border-top-right-radius: 5px;color: #1400ff;border: 4px solid #1400ff;border-bottom: none;"> |
|||
Features </a> |
|||
<span class="border-left-0" style="float:left; margin-top:-4px; margin-left:-5px; width:5px; height:5px; border:1px solid #ddd; border-top:0; border-radius:0 0 5px 0"></span> |
|||
<span class="border-right-0" style="float:right; margin-top:-4px; margin-right:-5px; width:5px; height:5px; border:1px solid #ddd; border-top:0; border-radius:0 0 0 5px"></span> |
|||
</li> |
|||
<li class="nav-item" style="border-top-right-radius:10px; border-top-left-radius:10px; background-color:#e6f6ff; margin-right:10px; border:1px solid #ddd; border-bottom:0"> |
|||
<a href="#screenshots" data-toggle="tab" aria-expanded="true" class="show" style="font-family: Roboto;text-transform: uppercase;font-weight: 600;font-size: 18px;letter-spacing: 1px;padding: 11px 20px;border-top-left-radius: 5px;border-top-right-radius: 5px;color: #1400ff;border: 4px solid #1400ff;border-bottom: none;"> |
|||
<img src="" style="width:18px; margin-top:-4px; margin-right:6px">Screenshots </a> |
|||
<span class="border-left-0" style="float:left; margin-top:-4px; margin-left:-5px; width:5px; height:5px; border:1px solid #ddd; border-top:0; border-radius:0 0 5px 0"></span> |
|||
<span class="border-right-0" style="float:right; margin-top:-4px; margin-right:-5px; width:5px; height:5px; border:1px solid #ddd; border-top:0; border-radius:0 0 0 5px"></span> |
|||
</li> |
|||
|
|||
<li class="nav-item" style="border-top-right-radius:10px; border-top-left-radius:10px; background-color:#e6f6ff; margin-right:10px; border:1px solid #ddd; border-bottom:0"> |
|||
<a href="#services" data-toggle="tab" aria-expanded="true" class="show" style="font-family: Roboto;text-transform: uppercase;font-weight: 600;font-size: 18px;letter-spacing: 1px;padding: 11px 20px;border-top-left-radius: 5px;border-top-right-radius: 5px;color: #1400ff;border: 4px solid #1400ff;border-bottom: none;"> |
|||
<img src="" style="width:18px; margin-top:-4px; margin-right:6px">Our Services </a> |
|||
<span class="border-left-0" style="float:left; margin-top:-4px; margin-left:-5px; width:5px; height:5px; border:1px solid #ddd; border-top:0; border-radius:0 0 5px 0"></span> |
|||
<span class="border-right-0" style="float:right; margin-top:-4px; margin-right:-5px; width:5px; height:5px; border:1px solid #ddd; border-top:0; border-radius:0 0 0 5px"></span> |
|||
</li> |
|||
|
|||
<li class="nav-item" style="border-top-right-radius:10px; border-top-left-radius:10px; background-color:#e6f6ff; margin-right:10px; border:1px solid #ddd; border-bottom:0"> |
|||
<a href="#industries" data-toggle="tab" aria-expanded="true" class="show" style="font-family: Roboto;text-transform: uppercase;font-weight: 600;font-size: 18px;letter-spacing: 1px;padding: 11px 20px;border-top-left-radius: 5px;border-top-right-radius: 5px;color: #1400ff;border: 4px solid #1400ff;border-bottom: none;"> |
|||
<img src="" style="width:18px; margin-top:-4px; margin-right:6px">Our Industries </a> |
|||
<span class="border-left-0" style="float:left; margin-top:-4px; margin-left:-5px; width:5px; height:5px; border:1px solid #ddd; border-top:0; border-radius:0 0 5px 0"></span> |
|||
<span class="border-right-0" style="float:right; margin-top:-4px; margin-right:-5px; width:5px; height:5px; border:1px solid #ddd; border-top:0; border-radius:0 0 0 5px"></span> |
|||
</li> |
|||
|
|||
|
|||
</ul> |
|||
<div id="loempia_tabs_content_ept" class="container-fluid" style="border:1px solid #eee; border-radius:10px"> |
|||
<div class="tab-content container pt-3" id="tabs_content"> |
|||
<!-- Features Tabs --> |
|||
<div class="tab-pane active show" id="ept_features"> |
|||
<div class="container mt48"> |
|||
<section id="other-legal-references"> |
|||
|
|||
<h3 class="text-center alert" style="font-family: Roboto;font-weight: 500;color: #ffffff;background-color: #1400ff;border-radius: 5px;">Paid Apps- Import Operations</h3> |
|||
|
|||
|
|||
<div class="row"> |
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="padding: 12px 0px; |
|||
background: #ffffff;margin: 0px 17px;width: 96%;display: flex;align-items: center;border-left: 11px solid #1400ff;"> |
|||
|
|||
<span style="display: block;font-size: 15px;color: #3D3D4E;margin-left: 10px;">Multiple Invoice Copies Option Added</span> |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="padding: 12px 0px; |
|||
background: #ffffff;margin: 0px 17px;width: 96%;display: flex;align-items: center;border-left: 11px solid #1400ff;"> |
|||
|
|||
<span style="display: block;font-size: 15px;color: #3D3D4E;margin-left: 10px;">Multiple Invoice Copies Option Added</span> |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="padding: 12px 0px; |
|||
background: #ffffff;margin: 0px 17px;width: 96%;display: flex;align-items: center;border-left: 11px solid #1400ff;"> |
|||
|
|||
<span style="display: block;font-size: 15px;color: #3D3D4E;margin-left: 10px;">Multiple Invoice Copies Option Added</span> |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="padding: 12px 0px; |
|||
background: #ffffff;margin: 0px 17px;width: 96%;display: flex;align-items: center;border-left: 11px solid #1400ff;"> |
|||
|
|||
<span style="display: block;font-size: 15px;color: #3D3D4E;margin-left: 10px;">Multiple Invoice Copies Option Added</span> |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="padding: 12px 0px; |
|||
background: #ffffff;margin: 0px 17px;width: 96%;display: flex;align-items: center;border-left: 11px solid #1400ff;"> |
|||
|
|||
<span style="display: block;font-size: 15px;color: #3D3D4E;margin-left: 10px;">Multiple Invoice Copies Option Added</span> |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<div class="col-md-6 col-sm-12 mt32"> |
|||
<div class="container shadow" style="padding: 12px 0px; |
|||
background: #ffffff;margin: 0px 17px;width: 96%;display: flex;align-items: center;border-left: 11px solid #1400ff;"> |
|||
|
|||
<span style="display: block;font-size: 15px;color: #3D3D4E;margin-left: 10px;">Multiple Invoice Copies Option Added</span> |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
</div> |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
</section> |
|||
|
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
<div class="tab-pane" id="screenshots"> |
|||
<section class="oe_container mt48"> |
|||
<div style="margin-bottom:4%"> |
|||
<h3 class="text-center mb32" style="letter-spacing:-1px !important; font-family:Roboto; font-weight:400">Clickable Dashboard Tiles</h3> |
|||
<p>In the Gantt view, similar records will be grouped together having a link to the parent record. There are five types of views available. They are 'Quarter Day',</p> |
|||
<div class="mt16 mb16"> |
|||
<img src="assets/screenshots/responsive.png" class="img img-responsive center-block"> |
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
|
|||
<div style="margin-bottom:4%"> |
|||
<h3 class="text-center mb32" style="letter-spacing:-1px !important; font-family:Roboto; font-weight:400">Clickable Dashboard Tiles</h3> |
|||
<p>In the Gantt view, similar records will be grouped together having a link to the parent record. There are five types of views available. They are 'Quarter Day',</p> |
|||
<div class="mt16 mb16"> |
|||
<img src="assets/screenshots/responsive.jpg" class="img img-responsive center-block"> |
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
</section> |
|||
</div> |
|||
|
|||
|
|||
<div class="tab-pane" id="services"> |
|||
|
|||
|
|||
<!-- OUR SERVICES --> |
|||
<section class="container" style="margin-top: 6rem !important;"> |
|||
<div class="row"> |
|||
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mb-4"> |
|||
|
|||
<h2 |
|||
style="font-weight: 300 !important; background-color: #fff !important; z-index: 1 !important; padding: 0 1rem !important;"> |
|||
Our Services</h2> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #1dd1a1 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/cogs.png" class="img-responsive" |
|||
height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Odoo |
|||
Customization</h6> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #ff6b6b !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/wrench.png" class="img-responsive" |
|||
height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Odoo |
|||
Implementation</h6> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #6462CD !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/lifebuoy.png" class="img-responsive" |
|||
height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Odoo |
|||
Support</h6> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #ffa801 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/user.png" class="img-responsive" |
|||
height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Hire |
|||
Odoo |
|||
Developer</h6> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #54a0ff !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/puzzle.png" class="img-responsive" |
|||
height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Odoo |
|||
Integration</h6> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #6d7680 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/update.png" class="img-responsive" |
|||
height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Odoo |
|||
Migration</h6> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #786fa6 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/consultation.png" |
|||
class="img-responsive" height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Odoo |
|||
Consultancy</h6> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #f8a5c2 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/training.png" class="img-responsive" |
|||
height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Odoo |
|||
Implementation</h6> |
|||
</div> |
|||
|
|||
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|||
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|||
style="background-color: #e6be26 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|||
<img src="assets/icons/license.png" class="img-responsive" |
|||
height="48px" width="48px"> |
|||
</div> |
|||
<h6 class="text-center" |
|||
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|||
Odoo |
|||
Licensing Consultancy</h6> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
<!-- END OF END OF OUR SERVICES --> |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
</div> |
|||
|
|||
|
|||
|
|||
|
|||
<div class="tab-pane" id="industries"> |
|||
|
|||
|
|||
<!-- OUR INDUSTRIES --> |
|||
<section class="container" |
|||
style="margin-top: 6rem !important; background-color: #fff !important;"> |
|||
<div class="row"> |
|||
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mb-4"> |
|||
|
|||
<h2 |
|||
style="font-weight: 300 !important; background-color: #fff !important; z-index: 1 !important; padding: 0 1rem !important;"> |
|||
Our Industries</h2> |
|||
</div> |
|||
|
|||
<div class="col-lg-3"> |
|||
<div class="my-4 d-flex flex-column justify-content-center" |
|||
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|||
<img src="./assets/icons/trading-black.png" |
|||
class="img-responsive mb-3" height="48px" width="48px"> |
|||
<h5 |
|||
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|||
Trading |
|||
</h5> |
|||
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|||
Easily |
|||
procure |
|||
and |
|||
sell your products</p> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class="col-lg-3"> |
|||
<div class="my-4 d-flex flex-column justify-content-center" |
|||
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|||
<img src="./assets/icons/pos-black.png" |
|||
class="img-responsive mb-3" height="48px" width="48px"> |
|||
<h5 |
|||
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|||
POS |
|||
</h5> |
|||
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|||
Easy |
|||
configuration |
|||
and convivial experience</p> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class="col-lg-3"> |
|||
<div class="my-4 d-flex flex-column justify-content-center" |
|||
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|||
<img src="./assets/icons/education-black.png" |
|||
class="img-responsive mb-3" height="48px" |
|||
width="48px"> |
|||
<h5 |
|||
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|||
Education |
|||
</h5> |
|||
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|||
A |
|||
platform for |
|||
educational management</p> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class="col-lg-3"> |
|||
<div class="my-4 d-flex flex-column justify-content-center" |
|||
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|||
<img src="./assets/icons/manufacturing-black.png" |
|||
class="img-responsive mb-3" height="48px" |
|||
width="48px"> |
|||
<h5 |
|||
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|||
Manufacturing |
|||
</h5> |
|||
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|||
Plan, |
|||
track and |
|||
schedule your operations</p> |
|||
</div> |
|||
</div> |
|||
<div class="col-lg-3"> |
|||
<div class="my-4 d-flex flex-column justify-content-center" |
|||
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|||
<img src="./assets/icons/ecom-black.png" |
|||
class="img-responsive mb-3" height="48px" width="48px"> |
|||
<h5 |
|||
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|||
E-commerce & Website |
|||
</h5> |
|||
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|||
Mobile |
|||
friendly, |
|||
awe-inspiring product pages</p> |
|||
</div> |
|||
</div> |
|||
<div class="col-lg-3"> |
|||
<div class="my-4 d-flex flex-column justify-content-center" |
|||
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|||
<img src="./assets/icons/service-black.png" |
|||
class="img-responsive mb-3" height="48px" width="48px"> |
|||
<h5 |
|||
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|||
Service Management |
|||
</h5> |
|||
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|||
Keep |
|||
track of |
|||
services and invoice</p> |
|||
</div> |
|||
</div> |
|||
<div class="col-lg-3"> |
|||
<div class="my-4 d-flex flex-column justify-content-center" |
|||
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|||
<img src="./assets/icons/restaurant-black.png" |
|||
class="img-responsive mb-3" height="48px" |
|||
width="48px"> |
|||
<h5 |
|||
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|||
Restaurant |
|||
</h5> |
|||
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|||
Run |
|||
your bar or |
|||
restaurant methodically</p> |
|||
</div> |
|||
</div> |
|||
<div class="col-lg-3"> |
|||
<div class="my-4 d-flex flex-column justify-content-center" |
|||
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|||
<img src="./assets/icons/hotel-black.png" |
|||
class="img-responsive mb-3" height="48px" width="48px"> |
|||
<h5 |
|||
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|||
Hotel Management |
|||
</h5> |
|||
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|||
An |
|||
all-inclusive |
|||
hotel management application</p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<!-- END OF END OF OUR INDUSTRIES --> |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
</div> |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
|
|||
|
|||
|
|||
<section> |
|||
|
|||
<div class="row"> |
|||
<div class="col-sm-12 col-md-12-col-lg-2"> |
|||
<h2 style="font-weight:bold; color:#3D3D4E">Related Modules</h2> |
|||
<p style="color:#777783">Explore our related modules</p> |
|||
<hr> |
|||
</div> |
|||
<div class="col-sm-12"> |
|||
<div id="demo1" class="row carousel slide" data-ride="carousel"> |
|||
<!-- The slideshow --> |
|||
<div class="carousel-inner" style="padding:30px"> |
|||
<div class="carousel-item" style="min-height:198.656px"> |
|||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|||
<a href="https://apps.odoo.com/apps/modules/16.0/whatsapp_redirect/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" style="border-radius:0px" src="//apps.odoocdn.com/apps/assets/16.0/base_accounting_kit/assets/modules/1.png?6d5ca15"> |
|||
</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/16.0/hr_payroll_community/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" style="border-radius:0px" src="//apps.odoocdn.com/apps/assets/16.0/base_accounting_kit/assets/modules/2.png?6d5ca15"> |
|||
</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/16.0/crm_dashboard/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" style="border-radius:0px" src="//apps.odoocdn.com/apps/assets/16.0/base_accounting_kit/assets/modules/3.png?6d5ca15"> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
</div> |
|||
<div class="carousel-item active" style="min-height:198.656px"> |
|||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|||
<a href="https://apps.odoo.com/apps/modules/16.0/export_stockinfo_xls/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" style="border-radius:0px" src="//apps.odoocdn.com/apps/assets/16.0/base_accounting_kit/assets/modules/4.png?6d5ca15"> |
|||
</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/16.0/sale_discount_total/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" style="border-radius:0px" src="//apps.odoocdn.com/apps/assets/16.0/base_accounting_kit/assets/modules/5.png?6d5ca15"> |
|||
</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/16.0/fleet_rental/" target="_blank"> |
|||
<div style="border-radius:10px"> |
|||
<img class="img img-responsive center-block" style="border-radius:0px" src="//apps.odoocdn.com/apps/assets/16.0/base_accounting_kit/assets/modules/6.png?6d5ca15"> |
|||
</div> |
|||
</a> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<!-- Left and right controls --> |
|||
<a class="carousel-control-prev" href="#demo1" 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="#demo1" 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> |
|||
</div> |
|||
|
|||
</section> |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
<!-- FOOTER --> |
|||
<!-- Footer Section --> |
|||
<div class="container mt-5"> |
|||
<div class="row"> |
|||
<div class="col-sm-12 col-md-12-col-lg-2"> |
|||
<h2 style="font-weight:bold; color:#3D3D4E">Support</h2> |
|||
<p style="color:#777783">Need help? Get in touch. |
|||
</p> |
|||
<hr> |
|||
</div> |
|||
<div class="col-sm-12 col-md-6"> |
|||
<div class="d-flex align-items-center" style="background-color:#F6F8F9; padding:30px"> |
|||
<div class="mr-4 d-flex justify-content-center align-items-center" style="background-color:#714B67; height:70px; width:70px"> |
|||
<img src="assets/icons/support.png" height="48" width="48" style="width:42px; height:42px"> |
|||
</div> |
|||
<div> |
|||
<h4>Need Help?</h4> |
|||
<p style="line-height:100%">Got questions or need help? Get in touch.</p> |
|||
<a href="mailto:odoo@cybrosys.com"> |
|||
<p style="font-weight:400; font-size:28px; line-height:80%; color:#714B67"> |
|||
odoo@cybrosys.com</p> |
|||
</a> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class="col-sm-12 col-md-6"> |
|||
<div class="d-flex align-items-center" style="background-color:#F6F8F9; padding:30px"> |
|||
<div class="mr-4 d-flex justify-content-center align-items-center" style="background-color:#2AC44D; height:70px; width:70px"> |
|||
<img src="assets/icons/whatsapp.png" height="52" width="52" style="width:52px; height:52px"> |
|||
</div> |
|||
<div> |
|||
<h4>WhatsApp</h4> |
|||
<p style="line-height:100%">Say hi to us on WhatsApp!</p> |
|||
<span href="https://api.whatsapp.com/send?phone=918606827707"> |
|||
<p style="font-weight:400; font-size:28px; line-height:80%; color:#714B67">+91 |
|||
86068 |
|||
27707</p> |
|||
</span> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
<!-- Footer --> |
|||
<section class="oe_container" |
|||
style="padding: 2rem 3rem 1rem; background-color: #fff !important;"> |
|||
<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> |
|||
</section> |
|||
<!-- END OF FOOTER --> |
|||
</div> |
After Width: | Height: | Size: 717 KiB |