@ -1,4 +1,73 @@
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Document< / title >
< link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity = "sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin = "anonymous" >
< link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" >
< style >
.nav-tabs li .active{ background-color:#a79822; color: #fff !important;}
.accordion .card-body { background-color: #f0f4f7; }
.accordion .fa {
margin-right: 0.5rem;
}
.accordion button, .accordion button:hover, .accordion button:focus{
text-decoration: none;
}
.card-header:after {
content: "\2212";
color: #000;
font-weight: bold;
float: left;
margin-right:13px ;
margin-left: 0px;
font-size: 18px;
}
.collapsed:after {
content: '\002B';
}
< / style >
< script >
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length ; i + + ) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
< / script >
< / head >
< body >
<!-- HERO -->
< div class = "container shadow style=" margin-left:calc ( -42vw + 50 % ) ; width:84vw " " >
@ -6,7 +75,7 @@
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;">
style="font-family: Montserrat, 'sans-serif' !important; font-size: 67px !important; color: #5154a5 ; font-weight: 900 !important;">
< span style = "color:#5154a5;" > Current < / span > Stock XLS < sup >
< / h1 >
< p class = "my-1 text-center text-uppercase"
@ -48,9 +117,9 @@
< img class = "img" style = "width:30px" src = "assets/icons/support.png" >
< span class = "pl-2" style = "color:#fff; font-size:16px; vertical-align:middle" > Email Us< / span >
< / a >
< a href = "https://api.whatsapp.com/send?phone=918606827707 " target = "_blank" style = "background-color:#7f289b; font-family:Montserrat; display:inline-block; padding:7px 33px; border:1px solid #7f289b; border-radius:35px" class = "mx-1 mb-2 deep-1 deep_hover" >
< img class = "img" style = "width:27px" src = "assets/icons/whatsapp .png" >
< span class = "pl-2" style = "color:#fff; font-size:16px; vertical-align:middle" > What's App < / span >
< a href = "cybroopenerp " target = "_blank" style = "background-color:#7f289b; font-family:Montserrat; display:inline-block; padding:7px 33px; border:1px solid #7f289b; border-radius:35px" class = "mx-1 mb-2 deep-1 deep_hover" >
< img class = "img" style = "width:27px" src = "assets/icons/skype .png" >
< span class = "pl-2" style = "color:#fff; font-size:16px; vertical-align:middle" > Skype Us < / span >
< / a >
< / div >
@ -81,7 +150,7 @@
< 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;">
style="font-family: Montserrat, 'sans-serif' !important; font-size: 50px !important; color:#5154a5 ; font-weight: 900 !important;">
< span style = "color:#5154a5;" > KEY < / span > < b > Highlights< / b > < sup >
< / h2 >
@ -224,7 +293,7 @@
< / li >
< li class = "nav-item" style = "border-top-right-radius:10px; border-top-left-radius:10px; background-color:#ffe305; margin-right:10px; border:1px solid #ddd; border-bottom:0" >
< a href = "#video-1" data-toggle = "tab" aria-expanded = "true" class = "show" style = "font-family:Roboto; text-transform:uppercase; font-weight:600; font-size:15px; letter-spacing:1px; padding:11px 20px; border-top-left-radius:10px; border-top-right-radius:10px; color:#2b2b2b; border:1px solid transparent" >
< img src = "assets/icons/video .png" style = "width: 100%; width: 25px; margin-right: 10px;" > Video s < / a >
< img src = "assets/icons/notes .png" style = "width: 100%; width: 25px; margin-right: 10px;" > Release Note s < / 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 >
@ -430,12 +499,12 @@
Current Stock Report for all Products in each Warehouse.< / p >
< / div >
< div class = "col-md-12" aria-labelledby = "faq-tab" id = "faq" role = "tabpanel" >
< div class = "accordion" id = "accordion6" >
< div class = "accordion mb-4 " id = "accordion6" >
< div style = "background-color:#fff" >
<!-- Question 3 -->
< div aria-expanded = "false" class = "card-header collapsed " data-parent = "#accordion6" data-toggle = "collapse" href = "#collapseFAQThree" style = "background-color:transparent; border:none; border-top :1px solid #E8E8E8" >
< a class = "card-title text-decoration-none" style = "font-size:18px; line-height:30px; font-weight:500 ; color:#4F4F4F" >
< div aria-expanded = "false" class = "card-header collapse" data-parent = "#accordion6" data-toggle = "collapse" href = "#collapseFAQThree" style = "background-color:transparent; border:none; border:1px solid #E8E8E8" >
< a class = "card-title text-decoration-none" style = "font-size:16px; line-height:30px; font-weight:bold ; color:#4F4F4F" >
Why Choose Odoo ERP Custom Development?
< img alt = "" class = "float-right pt-2" src = "//apps.odoocdn.com/apps/assets/16.0/index_test_odoo/assets/icons/down.svg?6ef7fd7" style = "width:25px" >
< / a >
@ -448,8 +517,8 @@
< / div >
< / div >
<!-- Question 4 -->
< div aria-expanded = "false" class = "card-header collapsed" data-parent = "#accordion6" data-toggle = "collapse" href = "#collapseFAQFour" style = "background-color:transparent; border:none; border-top :1px solid #E8E8E8" >
< a class = "card-title text-decoration-none" style = "font-size:18px; line-height:30px; font-weight:500 ; color:#4F4F4F" >
< div aria-expanded = "false" class = "card-header collapsed" data-parent = "#accordion6" data-toggle = "collapse" href = "#collapseFAQFour" style = "background-color:transparent; border:none; border:1px solid #E8E8E8" >
< a class = "card-title text-decoration-none" style = "font-size:16px; line-height:30px; font-weight:bold ; color:#4F4F4F" >
Why Choose Odoo ERP Custom Development?
< img alt = "" class = "float-right pt-2" src = "//apps.odoocdn.com/apps/assets/16.0/index_test_odoo/assets/icons/down.svg?6ef7fd7" style = "width:25px" >
< / a >
@ -462,8 +531,8 @@
< / div >
< / div >
<!-- Question 5 -->
< div aria-expanded = "false" class = "card-header collapsed" data-parent = "#accordion6" data-toggle = "collapse" href = "#collapseFAQFive" style = "background-color:transparent; border:none; border-top :1px solid #E8E8E8" >
< a class = "card-title text-decoration-none" style = "font-size:18px; line-height:30px; font-weight:500 ; color:#4F4F4F" >
< div aria-expanded = "false" class = "card-header collapsed" data-parent = "#accordion6" data-toggle = "collapse" href = "#collapseFAQFive" style = "background-color:transparent; border:none; border:1px solid #E8E8E8" >
< a class = "card-title text-decoration-none" style = "font-size:16px; line-height:30px; font-weight:bold ; color:#4F4F4F" >
Why Choose Odoo ERP Custom Development?
< img alt = "" class = "float-right pt-2" src = "//apps.odoocdn.com/apps/assets/16.0/index_test_odoo/assets/icons/down.svg?6ef7fd7" style = "width:25px" >
< / a >
@ -476,8 +545,8 @@
< / div >
< / div >
<!-- Question 6 -->
< div aria-expanded = "false" class = "card-header collapsed" data-parent = "#accordion6" data-toggle = "collapse" href = "#collapseFAQSix" style = "background-color:transparent; border:none; border-top :1px solid #E8E8E8" >
< a class = "card-title text-decoration-none" style = "font-size:18px; line-height:30px; font-weight:500 ; color:#4F4F4F" >
< div aria-expanded = "false" class = "card-header collapsed" data-parent = "#accordion6" data-toggle = "collapse" href = "#collapseFAQSix" style = "background-color:transparent; border:none; border:1px solid #E8E8E8" >
< a class = "card-title text-decoration-none" style = "font-size:16px; line-height:30px; font-weight:bold ; color:#4F4F4F" >
Why Choose Odoo ERP Custom Development?
< img alt = "" class = "float-right pt-2" src = "//apps.odoocdn.com/apps/assets/16.0/index_test_odoo/assets/icons/down.svg?6ef7fd7" style = "width:25px" >
< / a >
@ -516,14 +585,45 @@
< 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:40px !important; color:#791d97; font-weight:900 !important" >
< span style = "color:#5154a5" > Video Demo < / span > < sup >
< span style = "color:#5154a5" > RELEASE NOTES < / span > < sup >
< / sup > < / h1 >
< / div >
< div class = "tab-pane" >
< div class = "tab-pane w-100 " >
< 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" > Apps Name< / 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 = "relese-note w-100 pt-3 pb-2 pl-3 mb-4 pr-3 float-left" style = "border:1px solid #ccc; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);" >
< p > < b > Version 16.0.3 I < span style = "color:#3363c1; font-size: 14px;" > Released on : 9th August 2023< / span > < / b > < / p >
< p > Minor Bug Fixed < / p >
< / div >
< div class = "relese-note w-100 pt-3 pb-2 pl-3 mb-4 pr-3 float-left" style = "border:1px solid #ccc; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);" >
< p > < b > Version 16.0.3 I < span style = "color:#3363c1; font-size: 14px;" > Released on : 9th August 2023< / span > < / b > < / p >
< p > Minor Bug Fixed < / p >
< / div >
< div class = "relese-note w-100 pt-3 pb-2 pl-3 mb-4 pr-3 float-left" style = "border:1px solid #ccc; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);" >
< p > < b > Version 16.0.3 I < span style = "color:#3363c1; font-size: 14px;" > Released on : 9th August 2023< / span > < / b > < / p >
< p > Minor Bug Fixed < / p >
< / div >
<!--
< div class = "mt16 mb16" >
< div class = "s_panel_video" data-video-id = "k6yh5ULy26U" >
< h3 style = "color:#2e7dda; font-family:Montserrat; font-weight:600; text-align:center; font-size:17px; opacity:1; margin:8px 0 16px" class = "oe_slogan" > QUICK DEMO HERE< / h3 >
@ -532,6 +632,8 @@
< / a >
< img src = "//apps.odoocdn.com/apps/assets/16.0/index_test_odoo/assets/y18.jpg?6ef7fd7" style = "border-radius:10px" class = "img img-fluid shadow" >
< / div >
-->
< / div >
< / div >
< / section >
@ -558,7 +660,7 @@
< section style = "margin-top:5 0px;" >
< section style = "margin-top:14 0px;" >
< div class = "row" >
< div class = "col-sm-12 col-md-12-col-lg-2" >
@ -852,8 +954,8 @@
< / p >
< hr >
< / div >
< div class = "col-sm-12 col-md-6 " >
< div class = "d-flex align-items-center" style = "background-color:#F6F8F9; padding:30 px" >
< div class = "col-sm-12 col-md-4 " >
< div class = "d-flex align-items-center" style = "background-color:#F6F8F9; padding:22 px" >
< 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 >
@ -861,13 +963,13 @@
< 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:2 8px; line-height:80%; color:#714B67" >
< p style = "font-weight:400; font-size:1 8px; line-height:80%; color:#714B67" >
odoo@cybrosys.com< / p >
< / a >
< / div >
< / div >
< / div >
< div class = "col-sm-12 col-md-6 " >
< div class = "col-sm-12 col-md-4 " >
< 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" >
@ -876,13 +978,35 @@
< 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:2 8px; line-height:80%; color:#714B67" > +91
< p style = "font-weight:400; font-size:1 8px; line-height:80%; color:#714B67" > +91
86068
27707< / p >
< / span >
< / div >
< / div >
< / div >
< div class = "col-sm-12 col-md-4" >
< 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:#03a9f4; height:70px; width:70px" >
< img src = "assets/icons/skype.png" height = "52" width = "52" style = "width:52px; height:52px" >
< / div >
< div >
< h4 > Skype< / h4 >
< p style = "line-height:100%" > Say hi to us on Skype!< / p >
< span href = "cybroopenerp" >
< p style = "font-weight:400; font-size:18px; line-height:80%; color:#714B67" > cybroopenerp< / p >
< / span >
< / div >
< / div >
< / div >
< / div >
< / div >
@ -903,3 +1027,8 @@
<!-- END OF FOOTER -->
< / div >
< script src = "https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity = "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin = "anonymous" > < / script >
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity = "sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin = "anonymous" > < / script >
< / body >
< / html >