|
|
@ -348,7 +348,7 @@ |
|
|
|
</div> |
|
|
|
<!--code --> |
|
|
|
<div class="my-5"> |
|
|
|
<div style=" padding: 5rem 4rem 5rem 4rem; background-color: #0A1425; border-radius: 12px; position: relative;"> |
|
|
|
<div class="position-relative" style=" padding: 5rem 4rem 5rem 4rem; background-color: #0A1425; border-radius: 12px;"> |
|
|
|
<div class="d-flex flex-column gap-4"> |
|
|
|
<span class="wrapper-subtitle" |
|
|
|
style="font-size: 40px; font-weight: 700; color: #fff;line-height: 60px; text-transform: capitalize; width: 450px; font-family: Montserrat;">Automatic Database Backup</span> |
|
|
@ -361,11 +361,11 @@ |
|
|
|
<div class="d-flex gap-3"> |
|
|
|
<a href="mailto:odoo@cybrosys.com" |
|
|
|
class="shop-btn" style="cursor: pointer; border-radius: 16px; display: flex; justify-content: center; align-items: center; gap: 7px; |
|
|
|
border: 1px solid rgba(255, 255, 255, 0.20); |
|
|
|
background: linear-gradient(93deg, rgba(255, 255, 255, 0.08) 6.01%, rgba(255, 255, 255, 0.17) 90.83%); |
|
|
|
border: 1px solid #ffffff33; |
|
|
|
background-color: #ffffff14; |
|
|
|
backdrop-filter: blur(10px); color: #fff; padding: 12px 16px 12px 16px; text-decoration: none;"> |
|
|
|
<span style="border-radius: 12px; |
|
|
|
background: var(--DarkOverlayElement-DO10, rgba(255, 255, 255, 0.10)); |
|
|
|
background-color: #ffffff1a; |
|
|
|
backdrop-filter: blur(6px);padding: 12px; "> |
|
|
|
<img src="./assets/icons/banner-mail.svg"> |
|
|
|
</span> |
|
|
@ -373,11 +373,11 @@ |
|
|
|
</a> |
|
|
|
<a href="tel:+91 9074270811" class="shop-btn" |
|
|
|
style="cursor: pointer; border-radius: 16px; display: flex; justify-content: center; align-items: center; gap: 7px; |
|
|
|
border: 1px solid rgba(255, 255, 255, 0.20); |
|
|
|
background: linear-gradient(93deg, rgba(255, 255, 255, 0.08) 6.01%, rgba(255, 255, 255, 0.17) 90.83%); |
|
|
|
border: 1px solid #ffffff33; |
|
|
|
background-color: #ffffff14; |
|
|
|
backdrop-filter: blur(10px); color: #fff; padding: 12px 22px 12px 18px; text-decoration: none;"> |
|
|
|
<span style="border-radius: 12px; |
|
|
|
background: var(--DarkOverlayElement-DO10, rgba(255, 255, 255, 0.10)); |
|
|
|
background-color: #ffffff1a; |
|
|
|
backdrop-filter: blur(6px);padding: 12px;"> |
|
|
|
<img src="./assets/icons/banner-call.svg"> |
|
|
|
</span> |
|
|
@ -1624,222 +1624,68 @@ |
|
|
|
</div> |
|
|
|
<!-- --> |
|
|
|
<!-- related post --> |
|
|
|
<div class="" style="margin-top: 100px;"> |
|
|
|
<div class="text-center mt-4"> |
|
|
|
<h3 class="mb-0" style="color: #000; |
|
|
|
text-align: center; |
|
|
|
font-family: Montserrat; |
|
|
|
font-size: 40px; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 700; |
|
|
|
line-height: normal; |
|
|
|
text-transform: uppercase; |
|
|
|
padding-bottom: 50px;" |
|
|
|
>Related Modules</h3> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="owl-carousel owl-theme"> |
|
|
|
<div class="item" |
|
|
|
style="border:1px solid #CBCBCB !important; border-radius: 6px;"> |
|
|
|
<div class="p-3"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/base_accounting_kit" |
|
|
|
style="color:#000; text-decoration:none"> |
|
|
|
<div style=" border-radius:4px"> |
|
|
|
<div> |
|
|
|
<img src="./assets/modules/1.gif" |
|
|
|
alt="" width="100%" |
|
|
|
height="auto"> |
|
|
|
</div> |
|
|
|
<p class="text-center mb-2 pb-0 text-black" |
|
|
|
style="font-weight: 600; padding-top: 16px;"> |
|
|
|
Odoo 17 Full Accounting Kit</p> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item" |
|
|
|
style="border:1px solid #CBCBCB !important; border-radius: 6px;"> |
|
|
|
<div class="p-3"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/ohrms_core" |
|
|
|
style="color:#000; text-decoration:none"> |
|
|
|
<div style=" border-radius:4px"> |
|
|
|
<div> |
|
|
|
<img src="./assets/modules/2.gif" |
|
|
|
alt="" width="100%" |
|
|
|
height="auto"> |
|
|
|
</div> |
|
|
|
<p class="text-center pb-0 mb-2 text-black" |
|
|
|
style="font-weight: 600; padding-top: 16px;"> |
|
|
|
Open HRMS Core</p> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item" |
|
|
|
style="border:1px solid #CBCBCB !important; border-radius: 6px;"> |
|
|
|
<div class="p-3"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/invoice_format_editor" |
|
|
|
style="color:#000; text-decoration:none"> |
|
|
|
<div style=" border-radius:4px"> |
|
|
|
<div> |
|
|
|
<img src="./assets/modules/3.png" |
|
|
|
alt="" width="100%" |
|
|
|
height="auto"> |
|
|
|
</div> |
|
|
|
<p class="text-center pb-0 mb-2 text-black" |
|
|
|
style="font-weight: 600; padding-top: 16px;"> |
|
|
|
Odoo17 Invoice Format Editor</p> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item" |
|
|
|
style="border:1px solid #CBCBCB !important; border-radius: 6px;"> |
|
|
|
<div class="p-3"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/login_user_detail" |
|
|
|
style="color:#000; text-decoration:none"> |
|
|
|
<div style=" border-radius:4px"> |
|
|
|
<div> |
|
|
|
<img src="./assets/modules/4.png" |
|
|
|
alt="" width="100%" |
|
|
|
height="auto"> |
|
|
|
</div> |
|
|
|
<p class="text-center pb-0 mb-2 text-black" |
|
|
|
style="font-weight: 600; padding-top: 16px;"> |
|
|
|
User Log Details</p> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item" |
|
|
|
style="border:1px solid #CBCBCB !important; border-radius: 6px;"> |
|
|
|
<div class="p-3"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/product_barcode" |
|
|
|
style="color:#000; text-decoration:none"> |
|
|
|
<div style=" border-radius:4px"> |
|
|
|
<div> |
|
|
|
<img src="./assets/modules/5.png" |
|
|
|
alt="" width="100%" |
|
|
|
height="auto"> |
|
|
|
</div> |
|
|
|
<p class="text-center pb-0 mb-2 text-black" |
|
|
|
style="font-weight: 600; padding-top: 16px;"> |
|
|
|
Odoo17 Product Barcode Generator</p> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item" |
|
|
|
style="border:1px solid #CBCBCB !important; border-radius: 6px;"> |
|
|
|
<div class="p-3"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/whatsapp_redirect" |
|
|
|
style="color:#000; text-decoration:none"> |
|
|
|
<div style=" border-radius:4px"> |
|
|
|
<div> |
|
|
|
<img src="./assets/modules/6.jpg" |
|
|
|
alt="" width="100%" |
|
|
|
height="auto"> |
|
|
|
</div> |
|
|
|
<p class="text-center pb-0 mb-2 text-black" |
|
|
|
style="font-weight: 600; padding-top: 16px;"> |
|
|
|
Send Whatsapp Message Odoo17</p> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- --> |
|
|
|
<section class="oe_container mt32"> |
|
|
|
<h2 style="color: #091E42;font-family: "Montserrat";text-align: center;margin: 25px auto;text-transform: uppercase;" class="oe_slogan"> |
|
|
|
<b>Suggested Products</b> |
|
|
|
<b>Related Products</b> |
|
|
|
</h2> |
|
|
|
<div id="demo" class="row carousel slide mt64 mb32" data-bs-ride="carousel"> |
|
|
|
<!-- The slideshow --> |
|
|
|
<div class="carousel-inner"> |
|
|
|
<div class="carousel-item active"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;"> |
|
|
|
<a href="https://www.odoo.com/apps/modules/15.0/woo_commerce_ept" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="Odoo-WooCommerce-Connector.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
Odoo Shopify Connector </h4> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;"> |
|
|
|
<a href="https://www.odoo.com/apps/modules/15.0/ebay_ept/" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="eBay-Odoo-Connector.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
eBay Odoo Connector </h4> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;"> |
|
|
|
<a href="https://www.odoo.com/apps/modules/15.0/odoo_magento2_ept/" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="Odoo-Magento2-Connector.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
Odoo Magento 2 Connector </h4> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="carousel-item"> |
|
|
|
<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/rma_ept/" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="Return-Order-Management.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
RMA ( Return Merchandise Authorisation ) in Odoo </h4> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left; padding: 10px;"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/base_accounting_kit" target="_blank" style="color: #000; text-decoration: none;"> |
|
|
|
<div style="border-radius: 6px; padding: 16px; border: 1px solid #cbcbcb;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style=" max-width: 100%;" src="./assets/modules/1.gif" /> |
|
|
|
<h4 class="mt0 text-truncate" style="text-align:center;width:100% margin-bottom: 8px; font-weight: 600; padding-top: 16px; text-decoration:none;font-size: 18px; padding-bottom: 8px; margin-bottom: 0px"> |
|
|
|
Odoo 17 Full Accounting Kit</h4> |
|
|
|
</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/consignment_management_ept" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="Consignment-Management.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
Consignment Management </h4> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left; padding: 10px;"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/ohrms_core" target="_blank" style="color: #000; text-decoration: none;"> |
|
|
|
<div style="border-radius: 6px; padding: 16px; border: 1px solid #cbcbcb;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style=" max-width: 100%;" src="./assets/modules/2.gif" /> |
|
|
|
<h4 class="mt0 text-truncate" style="text-align:center;width:100% margin-bottom: 8px; font-weight: 600; padding-top: 16px; text-decoration:none;font-size: 18px; padding-bottom: 8px; margin-bottom: 0px"> |
|
|
|
Open HRMS Core</h4> |
|
|
|
</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/shipstation_ept" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="ShipStation.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
ShipStation Odoo Connector </h4> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left; padding: 10px;"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/invoice_format_editor" target="_blank" style="color: #000; text-decoration: none;"> |
|
|
|
<div style="border-radius: 6px;padding: 16px; border: 1px solid #cbcbcb;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style=" max-width: 100%;" src="./assets/modules/3.png"/> |
|
|
|
<h4 class="mt0 text-truncate" style="text-align:center;width:100% margin-bottom: 8px; font-weight: 600; padding-top: 16px; text-decoration:none;font-size: 18px; padding-bottom: 8px; margin-bottom: 0px"> |
|
|
|
Odoo17 Invoice Format Editor </h4> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="carousel-item"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/amazon_ept/" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="Amazon-Odoo-Connector.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
Amazon Odoo Connector </h4> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left; padding: 10px;"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/login_user_detail" target="_blank" style="color: #000; text-decoration: none;"> |
|
|
|
<div style="border-radius: 6px; padding: 16px; border: 1px solid #cbcbcb;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style=" max-width: 100%;" src="./assets/modules/4.png" /> |
|
|
|
<h4 class="mt0 text-truncate" style="text-align:center;width:100% margin-bottom: 8px; font-weight: 600; padding-top: 16px; text-decoration:none;font-size: 18px; padding-bottom: 8px; margin-bottom: 0px"> |
|
|
|
User Log Details</h4> |
|
|
|
</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/edi_ftp_integration" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="Dropshipper-EDI-Integration-in-Odoo.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
Dropshipper EDI Integration in Odoo </h4> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left; padding: 10px;"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/product_barcode" target="_blank" style="color: #000; text-decoration: none;"> |
|
|
|
<div style="border-radius: 6px; padding: 16px; border: 1px solid #cbcbcb;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style=" max-width: 100%;" src="./assets/modules/5.png" /> |
|
|
|
<h4 class="mt0 text-truncate" style="text-align:center;width:100% margin-bottom: 8px; font-weight: 600; padding-top: 16px; text-decoration:none;font-size: 18px; padding-bottom: 8px; margin-bottom: 0px"> |
|
|
|
Odoo17 Product Barcode Generator </h4> |
|
|
|
</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/bol_ept/" target="_blank"> |
|
|
|
<div style="border-radius: 10px;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px;border-top-right-radius: 10px;" src="Odoo-bol.com-connector.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="padding:6% 4%;text-align:center;width:100%;font-family:Roboto-medium;"> |
|
|
|
Odoo bol.com connector </h4> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left; padding: 10px;"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/whatsapp_redirect" target="_blank" style="color: #000; text-decoration: none;"> |
|
|
|
<div style="border-radius: 6px; padding: 16px; border: 1px solid #cbcbcb;" class="shadow-sm"> |
|
|
|
<img class="img img-responsive center-block" style=" max-width: 100%;" src="./assets/modules/6.jpg" /> |
|
|
|
<h4 class="mt0 text-truncate" style="text-align:center;width:100% margin-bottom: 8px; font-weight: 600; padding-top: 16px; text-decoration:none;font-size: 18px; padding-bottom: 8px; margin-bottom: 0px"> |
|
|
|
Send Whatsapp Message Odoo17</h4> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|