You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							1709 lines
						
					
					
						
							105 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							1709 lines
						
					
					
						
							105 KiB
						
					
					
				
								<!DOCTYPE html>
							 | 
						|
								<!--FINAL INDEX UPDATED-->
							 | 
						|
								<html lang="en" xmlns="http://www.w3.org/1999/html">
							 | 
						|
								
							 | 
						|
								<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: #bb89aa;
							 | 
						|
								            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" style="width:84vw">
							 | 
						|
								        <!--Slide-->
							 | 
						|
								        <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: #5154a5; font-weight: 900 !important;">
							 | 
						|
								                    <span style="color:#5154a5;">Automatic Database Backup</span>
							 | 
						|
								                </h1>
							 | 
						|
								                <p class="my-1 text-center text-uppercase"
							 | 
						|
								                    style="letter-spacing: 4px !important; color: #74788D !important;font-size: 21px;font-weight: bold;">
							 | 
						|
								                    This Module Helps To Generate Automated Backup Of Databases.</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;font-size: 16px;font-weight: bolder;">
							 | 
						|
								                    Generate automatic backup of databases and store to local,
							 | 
						|
								                    google drive, dropbox, nextcloud, amazon S3, onedrive or
							 | 
						|
								                    remote server, Odoo17
							 | 
						|
								                </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" style="width:50%;" class="img-responsive">
							 | 
						|
								            </div>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								            <div class="col-md-12 text-center ">
							 | 
						|
								                <a href="mailto:odoo@cybrosys.com" target="_blank"
							 | 
						|
								                    style="background-color:#5154a5; border-radius:35px; font-family:Montserrat; display:inline-block; padding:7px 33px; border:1px solid #5154a5"
							 | 
						|
								                    class="mx-1 mb-2 deep-1 deep_hover">
							 | 
						|
								                    <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="skype:cybroopenerp?chat" 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>
							 | 
						|
								        </div>
							 | 
						|
								        <div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin:2rem 0">
							 | 
						|
								            <img src="assets/screenshots/hero.gif" width="100%" height="auto" class="img-responsive">
							 | 
						|
								        </div>
							 | 
						|
								        <!-- END OF slide -->
							 | 
						|
								
							 | 
						|
								        <!--Highlights-->
							 | 
						|
								        <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:#5154a5; font-weight: 900 !important;">
							 | 
						|
								                    <span style="color:#5154a5;">KEY HIGHLIGHTS</span>
							 | 
						|
								                </h2>
							 | 
						|
								                <div class="row">
							 | 
						|
								                    <div class="col-md-6 col-sm-12 mt32">
							 | 
						|
								                        <div class="container shadow d-flex align-items-center justify-content-center"
							 | 
						|
								                            style="border-radius: 5px;padding: 33px 0px;min-height: 180px; margin: 15px auto;">
							 | 
						|
								                            <div class="col-md-3 d-flex align-items-center justify-content-center" 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: #781d96;">
							 | 
						|
								                                    Automated Backup</h3>
							 | 
						|
								                                <p class=" mt8 mb-0" style="font-family:Roboto ; color: #280135; margin-bottom: 0px;">
							 | 
						|
								                                    Generate Database Backups on regular
							 | 
						|
								                                    intervals. </p>
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								                    </div>
							 | 
						|
								                    <div class="col-md-6 col-sm-12 mt32">
							 | 
						|
								                        <div class="container shadow d-flex align-items-center justify-content-center"
							 | 
						|
								                            style="border-radius: 5px;padding: 33px 0px;min-height: 180px; margin: 15px auto;">
							 | 
						|
								                            <div class="col-md-3 d-flex align-items-center justify-content-center" 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: #781d96;">
							 | 
						|
								                                    Remove Redundancy</h3>
							 | 
						|
								                                <p class=" mt8 mb-0" style="font-family:Roboto ; color: #280135; margin-bottom: 0px;">
							 | 
						|
								                                    Automatically remove old backups that consumes
							 | 
						|
								                                    storage space. </p>
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								                    </div>
							 | 
						|
								                    <div class="col-md-6 col-sm-12 mt32">
							 | 
						|
								                        <div class="container shadow d-flex align-items-center justify-content-center"
							 | 
						|
								                            style="border-radius: 5px;padding: 33px 0px;min-height: 180px; margin: 15px auto;">
							 | 
						|
								                            <div class="col-md-3 d-flex align-items-center justify-content-center" 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: #781d96;">
							 | 
						|
								                                    Notification</h3>
							 | 
						|
								                                <p class=" mt8 mb-0" style="font-family:Roboto ; color: #280135; margin-bottom: 0px;">
							 | 
						|
								                                    Notify user on success and failure of backup
							 | 
						|
								                                    generation.
							 | 
						|
								                                </p>
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								                    </div>
							 | 
						|
								                    <div class="col-md-6 col-sm-12 mt32">
							 | 
						|
								                        <div class="container shadow d-flex align-items-center justify-content-center"
							 | 
						|
								                            style="border-radius: 5px;padding: 33px 0px;min-height: 180px; margin: 15px auto;">
							 | 
						|
								                            <div class="col-md-3 d-flex align-items-center justify-content-center" 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: #781d96;">
							 | 
						|
								                                    Flexibility of Backup</h3>
							 | 
						|
								                                <p class=" mt8 mb-0" style="font-family:Roboto ; color: #280135; margin-bottom: 0px;">
							 | 
						|
								                                    Store to Remote Servers, Nextcloud, Amazon S3,
							 | 
						|
								                                    Google Drive, Dropbox, Onedrive. </p>
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								                    </div>
							 | 
						|
								                </div>
							 | 
						|
								            </div>
							 | 
						|
								        </section>
							 | 
						|
								        <!--End of Highlights-->
							 | 
						|
								
							 | 
						|
								        <!--Overview-->
							 | 
						|
								        <section class="oe_container pb-5">
							 | 
						|
								            <div class="mt64 mb64">
							 | 
						|
								
							 | 
						|
								                <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">Overview</span>
							 | 
						|
								                        <sup>
							 | 
						|
								                        </sup>
							 | 
						|
								                    </h1>
							 | 
						|
								                    <p class="my-1 text-center text-uppercase"
							 | 
						|
								                        style="letter-spacing:4px !important; color:#74788D !important">
							 | 
						|
								                        Automatic Database Backup.</p>
							 | 
						|
								                </div>
							 | 
						|
								
							 | 
						|
								                <div class="col-sm-12 py-4">
							 | 
						|
								                    <h5 style="text-indent: 2em; text-align: justify;">
							 | 
						|
								                        This module helps generate backups of your databases
							 | 
						|
								                        automatically at regular intervals. The generated backups
							 | 
						|
								                        can be stored in local storage, on an FTP server, SFTP
							 | 
						|
								                        server, Dropbox, Nextcloud, Google Drive, OneDrive, and
							 | 
						|
								                        Amazon S3. Additionally, there are features for
							 | 
						|
								                        automatically deleting old backups and enabling email
							 | 
						|
								                        notifications.
							 | 
						|
								                    </h5>
							 | 
						|
								
							 | 
						|
								                    <div class="alert alert-primary mt-4">
							 | 
						|
								                        <hr />
							 | 
						|
								                        This module uses an external python dependency
							 | 
						|
								                        'dropbox'. Before
							 | 
						|
								                        installing the module install the python
							 | 
						|
								                        package
							 | 
						|
								                        first. The required python package can be installed using the
							 | 
						|
								                        following command,
							 | 
						|
								                        <br />
							 | 
						|
								                        <code class="d-block mt-2" style="background-color: #e1f1f7;">pip install dropbox</code>
							 | 
						|
								                    </div>
							 | 
						|
								
							 | 
						|
								                    <div class="alert alert-primary mt-4">
							 | 
						|
								                        <hr />
							 | 
						|
								                        This module uses an external python dependency
							 | 
						|
								                        'nextcloud'. Before
							 | 
						|
								                        installing the module install the python
							 | 
						|
								                        package
							 | 
						|
								                        first. The required python package can be installed using the
							 | 
						|
								                        following command,
							 | 
						|
								                        <br />
							 | 
						|
								                        <code class="d-block mt-2" style="background-color: #e1f1f7;">pip install pyncclient</code>
							 | 
						|
								                    </div>
							 | 
						|
								
							 | 
						|
								                    <div class="alert alert-primary mt-4">
							 | 
						|
								                        <hr />
							 | 
						|
								                        This module uses an external python dependency
							 | 
						|
								                        'nextcloud-api-wrapper'. Before
							 | 
						|
								                        installing the module install the python
							 | 
						|
								                        package
							 | 
						|
								                        first. The required python package can be installed using the
							 | 
						|
								                        following command,
							 | 
						|
								                        <br />
							 | 
						|
								                        <code class="d-block mt-2" style="background-color: #e1f1f7;">pip install
							 | 
						|
								                        nextcloud-api-wrapper</code>
							 | 
						|
								                    </div>
							 | 
						|
								
							 | 
						|
								                    <div class="alert alert-primary mt-4">
							 | 
						|
								                        <hr />
							 | 
						|
								                        This module uses an external python dependency
							 | 
						|
								                        'Boto3'. Before installing
							 | 
						|
								                        the module install the python
							 | 
						|
								                        package
							 | 
						|
								                        first. The required python package can be installed using the
							 | 
						|
								                        following
							 | 
						|
								                        command,
							 | 
						|
								                        <br />
							 | 
						|
								                        <code class="d-block mt-2" style="background-color: #e1f1f7;">pip install boto3</code>
							 | 
						|
								                    </div>
							 | 
						|
								
							 | 
						|
								                    <div class="alert alert-primary mt-4">
							 | 
						|
								                        <hr />
							 | 
						|
								                        This module uses an external python dependency
							 | 
						|
								                        'paramiko'. Before
							 | 
						|
								                        installing the module install the python
							 | 
						|
								                        package
							 | 
						|
								                        first. The required python package can be installed using the
							 | 
						|
								                        following
							 | 
						|
								                        command,
							 | 
						|
								                        <br />
							 | 
						|
								                        <code class="d-block mt-2" style="background-color: #e1f1f7;">pip install paramiko</code>
							 | 
						|
								                    </div>
							 | 
						|
								
							 | 
						|
								                </div>
							 | 
						|
								
							 | 
						|
								            </div>
							 | 
						|
								        </section>
							 | 
						|
								        <!--End of Overview-->
							 | 
						|
								
							 | 
						|
								    </div>
							 | 
						|
								
							 | 
						|
								    <!-- New section -->
							 | 
						|
								
							 | 
						|
								    <div class="container" style="width:84vw">
							 | 
						|
								        <div class="row" style="padding: 4rem 2.5rem 0 !important; background-color: #fff !important;">
							 | 
						|
								            <!--    tabs    -->
							 | 
						|
								            <div class="col-md-12">
							 | 
						|
								                <ul role="tablist" class="nav nav-tabs justify-content-center d-flex 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:#b6a1b0; margin-right:10px; border:1px solid #ddd; border-bottom:0">
							 | 
						|
								                        <a href="#Screenshot" data-bs-toggle="tab" aria-expanded="true" class="show active"
							 | 
						|
								                            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/screenshot.png"
							 | 
						|
								                                style="width: 100%; width: 25px; margin-right: 10px;">screenshot
							 | 
						|
								                        </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:#b6a1b0; margin-right:10px; border:1px solid #ddd; border-bottom:0">
							 | 
						|
								                        <a href="#Features" data-bs-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/feature.png"
							 | 
						|
								                                style="width: 100%; width: 25px; margin-right: 10px;">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:#b6a1b0; margin-right:10px; border:1px solid #ddd; border-bottom:0">
							 | 
						|
								                        <a href="#FAQS" data-bs-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/faq.png" style="width: 100%; width: 25px; margin-right: 10px;">FAQ
							 | 
						|
								                        </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:#b6a1b0; margin-right:10px; border:1px solid #ddd; border-bottom:0">
							 | 
						|
								                        <a href="#ReleaseNotes" data-bs-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/notes.png"
							 | 
						|
								                                style="width: 100%; width: 25px; margin-right: 10px;">Release
							 | 
						|
								                            Notes </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>
							 | 
						|
								
							 | 
						|
								            <div class="col-md-12  tab-content ui-front"
							 | 
						|
								                style="border-top-right-radius:15px;border-bottom-right-radius:15px;height:auto;">
							 | 
						|
								
							 | 
						|
								                <div class="tab-pane fade active show" id="Screenshot" role="tabpanel" aria-labelledby="screenshot-1">
							 | 
						|
								                    <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">Screenshots</span>
							 | 
						|
								                                <sup>
							 | 
						|
								                                </sup>
							 | 
						|
								                            </h1>
							 | 
						|
								                            <p class="my-1 text-center text-uppercase"
							 | 
						|
								                                style="letter-spacing:4px !important; color:#74788D !important">
							 | 
						|
								                                Automatic Database Backup.</p>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mt-3 mb0"
							 | 
						|
								                                style=" font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Database Backup Configuration Menu.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Go to Setting --> Technical --> Backup Configuration
							 | 
						|
								                                to configure backups.</p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/1.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Create New Database Backup Configuration.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Enter the Database Name and Master
							 | 
						|
								                                Password. Specify Backup Destination.
							 | 
						|
								                                Enter the backup directory path, if
							 | 
						|
								                                directory does not exist new
							 | 
						|
								                                directory will be created.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/2.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Store Backup to Remote SFTP Server.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Select Backup Destination as SFTP, enter
							 | 
						|
								                                credentials.
							 | 
						|
								                                "TEST CONNECTION" button to check whether
							 | 
						|
								                                the connection is
							 | 
						|
								                                successful.</p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/3.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Store Backup to Remote FTP Server.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Select Backup
							 | 
						|
								                                Destination
							 | 
						|
								                                as FTP, enter credentials.
							 | 
						|
								                                "TEST CONNECTION" button to check whether
							 | 
						|
								                                the connection is
							 | 
						|
								                                successful.</p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/4.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Store Backup to Google Drive.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                You'll need to create a
							 | 
						|
								                                new
							 | 
						|
								                                Google API project and enabling the Google
							 | 
						|
								                                Drive API, Go to the
							 | 
						|
								                                <a href="https://console.developers.google.com/" target="_blank">Google API Console</a>
							 | 
						|
								                                and log into your
							 | 
						|
								                                account.
							 | 
						|
								                                While creating the project, for the
							 | 
						|
								                                Redirect URI restrictions,
							 | 
						|
								                                copy your Odoo database URI followed by
							 | 
						|
								                                /google_drive/authentication. Example:
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/5.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                ENABLE API AND SERVICES
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/6.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                ENALBE GOOGLE DRIVE API
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/7.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Create Credentials,
							 | 
						|
								                                Follow
							 | 
						|
								                                the steps, select Website application for
							 | 
						|
								                                the Application
							 | 
						|
								                                Type.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/8.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Under the Authorized
							 | 
						|
								                                JavaScript Origins section, click + Add URI
							 | 
						|
								                                and type your
							 | 
						|
								                                company's Odoo URL address.
							 | 
						|
								                                Under the Authorized redirect URIs section,
							 | 
						|
								                                click + Add URI and
							 | 
						|
								                                type your company's Odoo URL address
							 | 
						|
								                                followed
							 | 
						|
								                                by <i>/google_drive/authentication</i>.
							 | 
						|
								                                After all the steps are completed, A Client
							 | 
						|
								                                ID and Client secret will
							 | 
						|
								                                be given, copy the credentials
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/9.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Go to the "OAuth consent screen", then Test
							 | 
						|
								                                users and click on 'ADD USERS' then add the
							 | 
						|
								                                user.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/10.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Configure Backup, Copy
							 | 
						|
								                                Client ID and Client Secret from Google
							 | 
						|
								                                Drive API Credentials
							 | 
						|
								                                page into their respective fields. </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/11.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Setup Token, it will
							 | 
						|
								                                be
							 | 
						|
								                                redirected to an authorization page. </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/12.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Grant Access</p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/13.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Reset the token if
							 | 
						|
								                                required by clicking on the "Reset
							 | 
						|
								                                Token" </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/14.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Store Backup to Dropbox.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                To get the app key and secret key go to the
							 | 
						|
								                                <a href="https://www.dropbox.com/developers/apps" target="_blank">App
							 | 
						|
								                                    Console</a>.
							 | 
						|
								                                Create a new app
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/15.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Once you created the App , you can get the App
							 | 
						|
								                                key and App Secret as seen in the screenshot.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/16.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Choose your app's permission
							 | 
						|
								                                (files.content.write and files.content.read
							 | 
						|
								                                permissions required).then click on Submit
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/17.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Choose Dropbox as that of the backup
							 | 
						|
								                                destination. Enter the app secret and key and
							 | 
						|
								                                dropbox Folder.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/18.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Click on the Setup Token
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/19.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Get the Authorization
							 | 
						|
								                                Code
							 | 
						|
								                                and click confirm.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/20.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Reset the refresh token
							 | 
						|
								                                if
							 | 
						|
								                                required by clicking on the "Reset
							 | 
						|
								                                Token"
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/21.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Store Backup to Onedrive.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Select Backup
							 | 
						|
								                                Destination
							 | 
						|
								                                as OneDrive. Enter the App key and App
							 | 
						|
								                                secret.
							 | 
						|
								                                you'll need to register a new app in the <a href="https://portal.azure.com/"
							 | 
						|
								                                    target="_blank">Microsoft
							 | 
						|
								                                    Azure
							 | 
						|
								                                    portal</a>.
							 | 
						|
								                                While registering the app for the Redirect
							 | 
						|
								                                URI restrictions,
							 | 
						|
								                                copy your Odoo database URI followed by
							 | 
						|
								                                /onedrive/authentication. Example:
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/22.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Copy the Client ID
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/23.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Generate Client Secret.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/24.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Get OneDrive folder ID,
							 | 
						|
								                                where need to store the backup files.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/25.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/26.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Configure the Backup.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/27.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Setup Token, it will be
							 | 
						|
								                                redirected to an authorization page.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/28.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Grant Access
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/29.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Reset the token if
							 | 
						|
								                                required by clicking on the "Reset Token"
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/30.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Store Backup to Nextcloud.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/31.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                To Create an account in Nextcloud go to
							 | 
						|
								                                https://nextcloud.com/sign-up/, Enter Your
							 | 
						|
								                                Email Address and
							 | 
						|
								                                Sign up .
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/32.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                You will be redirected to the page as shown
							 | 
						|
								                                in the screenshot,
							 | 
						|
								                                and it will ask you enter your email and
							 | 
						|
								                                password for the
							 | 
						|
								                                Nextcloud.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/33.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                To get the Domain of the Nextcloud.Go to
							 | 
						|
								                                Settings in the
							 | 
						|
								                                Nextcloud and Click on Mobile & desktop.
							 | 
						|
								                                You will see server
							 | 
						|
								                                address Copy link and paste it in your
							 | 
						|
								                                Domain Name.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/34.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Select the backup destination as Nextcloud.
							 | 
						|
								                                Enter the Domain
							 | 
						|
								                                Name, UserName, Password and Folder Name
							 | 
						|
								                                where you want to store
							 | 
						|
								                                your backup on the NextCloud server. Check
							 | 
						|
								                                the Connect button
							 | 
						|
								                                to check if the connection is successful.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/35.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Every day, a Scheduled Action will take
							 | 
						|
								                                place to store a backup
							 | 
						|
								                                on the Nextcloud Server. The backup will be
							 | 
						|
								                                stored as the folder
							 | 
						|
								                                name provided in the Folder ID field in
							 | 
						|
								                                Odoo.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/36.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Store Backup to Amazon S3.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                To Create an account in Amazon S3 go to
							 | 
						|
								                                https://portal.aws.amazon.com/billing/signup#/start/email,
							 | 
						|
								                                Enter
							 | 
						|
								                                Your Email Address and Sign up .
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/37.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                After you created the account.You need to
							 | 
						|
								                                get the Access Key and
							 | 
						|
								                                Secret Key,To get these go the account
							 | 
						|
								                                Security credentails and
							 | 
						|
								                                go the Access Keys and create new access
							 | 
						|
								                                keys from there you
							 | 
						|
								                                will get Access Key and Secret Key.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/38.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/39.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/40.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Next You need to create a Bucket Folder in
							 | 
						|
								                                the Amazon S3.To do
							 | 
						|
								                                that Go the Services in the top right and
							 | 
						|
								                                go to Storage and S3
							 | 
						|
								                                as shown in the Screen shot.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/41.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                To create Bucket folder,Click on the Create
							 | 
						|
								                                bucket Button.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/42.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                On Creating a Bucket Folder,Check the rules
							 | 
						|
								                                for naming the
							 | 
						|
								                                Bucket folder,and Select the region as
							 | 
						|
								                                well.After that click on
							 | 
						|
								                                the create Bucket Button in the bottom of
							 | 
						|
								                                the page.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/43.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                You will see the Bucket Folder as shown in
							 | 
						|
								                                the screenshot.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/44.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Select Backup Destination as Amazon S3.
							 | 
						|
								                                Enter the Amazon S3
							 | 
						|
								                                Access Key,Amazon S3 Secret Key,Bucket
							 | 
						|
								                                Name->Bucket folder you
							 | 
						|
								                                have created in the Amazon S3 and the File
							 | 
						|
								                                Name->The Folder You
							 | 
						|
								                                want to store your backup in Amazon S3
							 | 
						|
								                                Bucket Folder.Test
							 | 
						|
								                                connection button to check whether the
							 | 
						|
								                                connection is
							 | 
						|
								                                successful.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/45.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Every day, a Scheduled Action will take
							 | 
						|
								                                place to store a backup
							 | 
						|
								                                on the Amazon S3 Server. The backup will be
							 | 
						|
								                                stored as the folder
							 | 
						|
								                                name provided in the File Name field in
							 | 
						|
								                                Odoo.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/46.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Automatically Remove Old Backups.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Enable auto remove
							 | 
						|
								                                option,
							 | 
						|
								                                specify number of days to remove
							 | 
						|
								                                backups.</p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/47.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Notify User on Success and Failure of Backup
							 | 
						|
								                                Generation.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Enable notify user
							 | 
						|
								                                option,
							 | 
						|
								                                and select a user to notify. An email
							 | 
						|
								                                notification will be sent
							 | 
						|
								                                to the selected user on
							 | 
						|
								                                backup successful and failure.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/48.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Successful backup notification email.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/49.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Notification email
							 | 
						|
								                                when backup generation failed.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/50.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                        <div class="mt-5 col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            <h3 class="mt16 mb0"
							 | 
						|
								                                style="mt-3 font-family:Roboto; font-weight:500; font-size:22px; color:#781d96">
							 | 
						|
								                                Scheduled Action For Generating Backup.
							 | 
						|
								                            </h3>
							 | 
						|
								                            <p style="font-family:Roboto ; color:#280135">
							 | 
						|
								                                Enable the 'Automatic
							 | 
						|
								                                database Backup' scheduled action, and set
							 | 
						|
								                                up the execution
							 | 
						|
								                                interval.
							 | 
						|
								                                Based on the scheduled action setup,
							 | 
						|
								                                backups will be generated
							 | 
						|
								                                on regular intervals.
							 | 
						|
								                            </p>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/51.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                            <div style="margin:2rem">
							 | 
						|
								                                <img src="assets/screenshots/52.png"
							 | 
						|
								                                    class="col-lg-12 d-flex flex-column align-items-center">
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								
							 | 
						|
								                    </div>
							 | 
						|
								                </div>
							 | 
						|
								
							 | 
						|
								                <div class="tab-pane fade " id="Features" role="tabpanel" aria-labelledby="features-1">
							 | 
						|
								
							 | 
						|
								                    <section class="oe_container pt16 mt16 pb-5">
							 | 
						|
								                        <div class="row ">
							 | 
						|
								
							 | 
						|
								                            <h3 style="color:#091E42; opacity:1; font-family:"Montserrat"; text-align:center; margin:auto; padding:25px; font-weight:600"
							 | 
						|
								                                class="oe_slogan">
							 | 
						|
								                                <!--                            <span class="p-3"-->
							 | 
						|
								                                <!--                                  style="color:#0074ff; font-weight:600">Comprehensive</span>Main-->
							 | 
						|
								                            </h3>
							 | 
						|
								
							 | 
						|
								                            <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">FEATURES </span>
							 | 
						|
								                                    <sup>
							 | 
						|
								                                    </sup>
							 | 
						|
								                                </h1>
							 | 
						|
								                                <p class="my-1 text-center text-uppercase"
							 | 
						|
								                                    style="letter-spacing:4px !important; color:#74788D !important">
							 | 
						|
								                                    Comprehensive Features of AUTOMATIC DATABASE
							 | 
						|
								                                    BACKUP</p>
							 | 
						|
								                            </div>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								                            <div class="row">
							 | 
						|
								
							 | 
						|
								                                <div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px">
							 | 
						|
								                                    <div class="bg-white shadow card"
							 | 
						|
								                                        style="border-radius:10px; padding:5px; height: 100%">
							 | 
						|
								                                        <div class="text-center d-flex align-items-center card-body"
							 | 
						|
								                                            style="display: flex; padding: 0px!important; min-height:110px">
							 | 
						|
								                                            <div class="d-flex align-items-center justify-content-center"
							 | 
						|
								                                                style="display: flex; align-items: center; justify-content: flex-start;">
							 | 
						|
								                                                <!-- Add the icon here -->
							 | 
						|
								                                                <img src="assets/icons/star-1.svg"
							 | 
						|
								                                                    style="height: 25px; width: 25px; margin-right: 20px; margin-left: 10px">
							 | 
						|
								
							 | 
						|
								                                                <h5 style="margin-bottom: 0px !important; color:#0e1e40; font-size: 18px; text-transform:capitalize"
							 | 
						|
								                                                    class="mb2 text-left mb-0">
							 | 
						|
								                                                    Interactive User Interface.
							 | 
						|
								                                                </h5>
							 | 
						|
								                                            </div>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								                                </div>
							 | 
						|
								
							 | 
						|
								                                <div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px">
							 | 
						|
								                                    <div class="bg-white shadow card"
							 | 
						|
								                                        style="border-radius:10px; padding:5px; height: 100%">
							 | 
						|
								                                        <div class="text-center d-flex align-items-center card-body"
							 | 
						|
								                                            style="display: flex; padding: 0px!important; min-height:110px">
							 | 
						|
								                                            <div class="d-flex align-items-center justify-content-center"
							 | 
						|
								                                                style="display: flex; align-items: center; justify-content: flex-start;">
							 | 
						|
								                                                <!-- Add the icon here -->
							 | 
						|
								                                                <img src="assets/icons/star-1.svg"
							 | 
						|
								                                                    style="height: 25px; width: 25px; margin-right: 20px; margin-left: 10px">
							 | 
						|
								
							 | 
						|
								                                                <h5 style="margin-bottom: 0px !important; color:#0e1e40; font-size: 18px; text-transform:capitalize"
							 | 
						|
								                                                    class="mb2 text-left mb-0">
							 | 
						|
								                                                    Store Backup To Different
							 | 
						|
								                                                    Locations.
							 | 
						|
								                                                </h5>
							 | 
						|
								                                            </div>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								                                </div>
							 | 
						|
								
							 | 
						|
								                                <div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px">
							 | 
						|
								                                    <div class="bg-white shadow card"
							 | 
						|
								                                        style="border-radius:10px; padding:5px; height: 100%">
							 | 
						|
								                                        <div class="text-center d-flex align-items-center card-body"
							 | 
						|
								                                            style="display: flex; padding: 0px!important; min-height:110px">
							 | 
						|
								                                            <div class="d-flex align-items-center justify-content-center"
							 | 
						|
								                                                style="display: flex; align-items: center; justify-content: flex-start;">
							 | 
						|
								                                                <!-- Add the icon here -->
							 | 
						|
								                                                <img src="assets/icons/star-1.svg"
							 | 
						|
								                                                    style="height: 25px; width: 25px; margin-right: 20px; margin-left: 10px">
							 | 
						|
								
							 | 
						|
								                                                <h5 style="margin-bottom: 0px !important; color:#0e1e40; font-size: 18px; text-transform:capitalize"
							 | 
						|
								                                                    class="mb2 text-left mb-0">
							 | 
						|
								                                                    Automatically Remove Old
							 | 
						|
								                                                    Backups. </h5>
							 | 
						|
								                                            </div>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								                                </div>
							 | 
						|
								
							 | 
						|
								                                <div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px">
							 | 
						|
								                                    <div class="bg-white shadow card"
							 | 
						|
								                                        style="border-radius:10px; padding:5px; height: 100%">
							 | 
						|
								                                        <div class="text-center d-flex align-items-center card-body"
							 | 
						|
								                                            style="display: flex; padding: 0px!important; min-height:110px">
							 | 
						|
								                                            <div class="d-flex align-items-center justify-content-center"
							 | 
						|
								                                                style="display: flex; align-items: center; justify-content: flex-start;">
							 | 
						|
								                                                <!-- Add the icon here -->
							 | 
						|
								                                                <img src="assets/icons/star-1.svg"
							 | 
						|
								                                                    style="height: 25px; width: 25px; margin-right: 20px; margin-left: 10px">
							 | 
						|
								
							 | 
						|
								                                                <h5 style="margin-bottom: 0px !important; color:#0e1e40; font-size: 18px; text-transform:capitalize"
							 | 
						|
								                                                    class="mb2 text-left mb-0">
							 | 
						|
								                                                    Generate Database Backups on
							 | 
						|
								                                                    regular intervals.
							 | 
						|
								                                                </h5>
							 | 
						|
								                                            </div>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								                                </div>
							 | 
						|
								
							 | 
						|
								                                <div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px">
							 | 
						|
								                                    <div class="bg-white shadow card"
							 | 
						|
								                                        style="border-radius:10px; padding:5px; height: 100%">
							 | 
						|
								                                        <div class="text-center d-flex align-items-center card-body"
							 | 
						|
								                                            style="display: flex; padding: 0px!important; min-height:110px">
							 | 
						|
								                                            <div class="d-flex align-items-center justify-content-center"
							 | 
						|
								                                                style="display: flex; align-items: center; justify-content: flex-start;">
							 | 
						|
								                                                <!-- Add the icon here -->
							 | 
						|
								                                                <img src="assets/icons/star-1.svg"
							 | 
						|
								                                                    style="height: 25px; width: 25px; margin-right: 20px; margin-left: 10px">
							 | 
						|
								
							 | 
						|
								                                                <h5 style="margin-bottom: 0px !important; color:#0e1e40; font-size: 18px; text-transform:capitalize"
							 | 
						|
								                                                    class="mb2 text-left mb-0">
							 | 
						|
								                                                    Notify User On Success And
							 | 
						|
								                                                    Failure Of Backup Generation.
							 | 
						|
								                                                </h5>
							 | 
						|
								                                            </div>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								                                </div>
							 | 
						|
								
							 | 
						|
								                                <div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px">
							 | 
						|
								                                    <div class="bg-white shadow card"
							 | 
						|
								                                        style="border-radius:10px; padding:5px; height: 100%">
							 | 
						|
								                                        <div class="text-center d-flex align-items-center card-body"
							 | 
						|
								                                            style="display: flex; padding: 0px!important; min-height:110px">
							 | 
						|
								                                            <div class="d-flex align-items-center justify-content-center"
							 | 
						|
								                                                style="display: flex; align-items: center; justify-content: flex-start;">
							 | 
						|
								                                                <!-- Add the icon here -->
							 | 
						|
								                                                <img src="assets/icons/star-1.svg"
							 | 
						|
								                                                    style="height: 25px; width: 25px; margin-right: 20px; margin-left: 10px">
							 | 
						|
								
							 | 
						|
								                                                <h5 style="margin-bottom: 0px !important; color:#0e1e40; font-size: 18px; text-transform:capitalize"
							 | 
						|
								                                                    class="mb2 text-left mb-0">
							 | 
						|
								                                                    Stores To Remote Servers,
							 | 
						|
								                                                    Nextcloud, Amazon S3, Google
							 | 
						|
								                                                    Drive, Dropbox, Onedrive.
							 | 
						|
								                                                </h5>
							 | 
						|
								                                            </div>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								                                </div>
							 | 
						|
								
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								                    </section>
							 | 
						|
								
							 | 
						|
								                </div>
							 | 
						|
								
							 | 
						|
								                <div class="tab-pane fade " id="FAQS" role="tabpanel" aria-labelledby="faq-1">
							 | 
						|
								
							 | 
						|
								                    <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">FAQ </span> <sup>
							 | 
						|
								                                </sup>
							 | 
						|
								                            </h1>
							 | 
						|
								                        </div>
							 | 
						|
								                        <div class="col-md-12" aria-labelledby="faq-tab" id="faq" role="tabpanel">
							 | 
						|
								                            <div class="accordion mb-4" id="accordion6">
							 | 
						|
								                                <div style="background-color:#fff">
							 | 
						|
								
							 | 
						|
								                                    <!-- Question 1 -->
							 | 
						|
								                                    <div aria-expanded="false" class="card-header collapsed" data-parent="#accordion6"
							 | 
						|
								                                        data-toggle="collapse" href="#collapseFAQOne"
							 | 
						|
								                                        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">
							 | 
						|
								                                            If I've set up automated backups, how
							 | 
						|
								                                            can I identify which backup operation
							 | 
						|
								                                            has encountered a failure?
							 | 
						|
								                                            <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>
							 | 
						|
								                                    </div>
							 | 
						|
								                                    <div class="collapse" data-parent="#accordion6" id="collapseFAQOne">
							 | 
						|
								                                        <div class="card-body">
							 | 
						|
								                                            <p
							 | 
						|
								                                                style="font-size:16px; line-height:27px; color:#414141; font-weight:normal">
							 | 
						|
								                                                After each backup attempt, you will
							 | 
						|
								                                                receive a notification indicating
							 | 
						|
								                                                whether it was successful or if it
							 | 
						|
								                                                encountered a failure.
							 | 
						|
								                                            </p>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								
							 | 
						|
								                                    <!-- Question 2 -->
							 | 
						|
								                                    <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">
							 | 
						|
								                                            Does this module only backup database?
							 | 
						|
								                                            What about the file store?
							 | 
						|
								                                            <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>
							 | 
						|
								                                    </div>
							 | 
						|
								                                    <div class="collapse" data-parent="#accordion6" id="collapseFAQFour">
							 | 
						|
								                                        <div class="card-body">
							 | 
						|
								                                            <p
							 | 
						|
								                                                style="font-size:16px; line-height:27px; color:#414141; font-weight:normal">
							 | 
						|
								                                                On the Backup Configuration, we have
							 | 
						|
								                                                the option to select a backup format
							 | 
						|
								                                                whether zip or dump. Choosing zip
							 | 
						|
								                                                will provide filestore while dump
							 | 
						|
								                                                will not.
							 | 
						|
								                                            </p>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								
							 | 
						|
								                                    <!-- Question 3 -->
							 | 
						|
								                                    <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">
							 | 
						|
								                                            How can remove old backups?
							 | 
						|
								                                            <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>
							 | 
						|
								                                    </div>
							 | 
						|
								                                    <div class="collapse" data-parent="#accordion6" id="collapseFAQFive">
							 | 
						|
								                                        <div class="card-body">
							 | 
						|
								                                            <p
							 | 
						|
								                                                style="font-size:16px; line-height:27px; color:#414141; font-weight:normal">
							 | 
						|
								                                                Enable auto-remove option from
							 | 
						|
								                                                backup configuration to
							 | 
						|
								                                                automatically delete old backups.
							 | 
						|
								                                            </p>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								
							 | 
						|
								                                    <!-- Question 4 -->
							 | 
						|
								                                    <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">
							 | 
						|
								                                            Can i backup to directly my own system
							 | 
						|
								                                            itself?
							 | 
						|
								                                            <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>
							 | 
						|
								                                    </div>
							 | 
						|
								                                    <div class="collapse" data-parent="#accordion6" id="collapseFAQSix">
							 | 
						|
								                                        <div class="card-body">
							 | 
						|
								                                            <p
							 | 
						|
								                                                style="font-size:16px; line-height:27px; color:#414141; font-weight:normal">
							 | 
						|
								                                                Certainly! You can back up directly
							 | 
						|
								                                                to your local system by selecting
							 | 
						|
								                                                the destination as local storage and
							 | 
						|
								                                                specifying the desired path for the
							 | 
						|
								                                                backup.
							 | 
						|
								                                            </p>
							 | 
						|
								                                        </div>
							 | 
						|
								                                    </div>
							 | 
						|
								
							 | 
						|
								                                </div>
							 | 
						|
								                            </div>
							 | 
						|
								                        </div>
							 | 
						|
								                    </div>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								                </div>
							 | 
						|
								
							 | 
						|
								                <div class="tab-pane fade " id="ReleaseNotes" role="tabpanel" aria-labelledby="video-1">
							 | 
						|
								                    <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">RELEASE NOTES</span>
							 | 
						|
								                                <sup>
							 | 
						|
								                                </sup>
							 | 
						|
								                            </h1>
							 | 
						|
								                        </div>
							 | 
						|
								                        <div class="tab-pane w-100">
							 | 
						|
								                            <section class="oe_container mt48">
							 | 
						|
								                                <div style="margin-bottom:4%">
							 | 
						|
								
							 | 
						|
								                                    <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 17.0.2 I <span style="color:#3363c1; font-size: 14px;"> Updated
							 | 
						|
								                                                    on : 31st November 2023</span></b>
							 | 
						|
								                                        </p>
							 | 
						|
								                                        <p> Updated the database name check function
							 | 
						|
								                                            which got access denied when
							 | 
						|
								                                            list_db=False. </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 17.0.1 I<span style="color:#3363c1; font-size: 14px;"> Released
							 | 
						|
								                                                    on : 6th October 2023</span></b>
							 | 
						|
								                                        </p>
							 | 
						|
								                                        <p> Initial commit for
							 | 
						|
								                                            auto_database_backup </p>
							 | 
						|
								                                    </div>
							 | 
						|
								
							 | 
						|
								                                </div>
							 | 
						|
								                            </section>
							 | 
						|
								                        </div>
							 | 
						|
								                    </div>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								                </div>
							 | 
						|
								
							 | 
						|
								            </div>
							 | 
						|
								        </div>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								        <!-- New section -->
							 | 
						|
								
							 | 
						|
								        <section style="margin-top:140px;">
							 | 
						|
								            <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/17.0/base_accounting_kit/"
							 | 
						|
								                                        target="_blank">
							 | 
						|
								                                        <div style="border-radius:10px">
							 | 
						|
								                                            <img class="img img-responsive center-block" style="border-radius:0px"
							 | 
						|
								                                                src="assets/modules/1.gif">
							 | 
						|
								                                        </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/17.0/employee_dynamic_fields/"
							 | 
						|
								                                        target="_blank">
							 | 
						|
								                                        <div style="border-radius:10px">
							 | 
						|
								                                            <img class="img img-responsive center-block" style="border-radius:0px"
							 | 
						|
								                                                src="assets/modules/2.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/17.0/product_barcode/" target="_blank">
							 | 
						|
								                                        <div style="border-radius:10px">
							 | 
						|
								                                            <img class="img img-responsive center-block" style="border-radius:0px"
							 | 
						|
								                                                src="assets/modules/5.png">
							 | 
						|
								                                        </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/17.0/invoice_format_editor/"
							 | 
						|
								                                        target="_blank">
							 | 
						|
								                                        <div style="border-radius:10px">
							 | 
						|
								                                            <img class="img img-responsive center-block" style="border-radius:0px"
							 | 
						|
								                                                src="assets/modules/3.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/17.0/login_user_detail/"
							 | 
						|
								                                        target="_blank">
							 | 
						|
								                                        <div style="border-radius:10px">
							 | 
						|
								                                            <img class="img img-responsive center-block" style="border-radius:0px"
							 | 
						|
								                                                src="assets/modules/4.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/17.0/whatsapp_redirect/"
							 | 
						|
								                                        target="_blank">
							 | 
						|
								                                        <div style="border-radius:10px">
							 | 
						|
								                                            <img class="img img-responsive center-block" style="border-radius:0px"
							 | 
						|
								                                                src="assets/modules/6.jpg">
							 | 
						|
								                                        </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>
							 | 
						|
								
							 | 
						|
								        <section>
							 | 
						|
								
							 | 
						|
								            <div class="d-flex align-items-center" style="border-bottom:2px solid #714B67; padding:15px 0px">
							 | 
						|
								                <div class="d-flex justify-content-center align-items-center mr-2"
							 | 
						|
								                    style="background-color:#F5F5F5; border-radius:0px; width:40px; height:40px">
							 | 
						|
								                    <img src="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/misc/star.png?aedef96">
							 | 
						|
								                </div>
							 | 
						|
								                <h2 class="mt-2" style="font-family:'Montserrat', sans-serif; font-size:24px; font-weight:bold">
							 | 
						|
								                    Our Services
							 | 
						|
								                </h2>
							 | 
						|
								            </div>
							 | 
						|
								
							 | 
						|
								            <div class="container my-5">
							 | 
						|
								                <div class="row">
							 | 
						|
								                    <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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/cogs.png?aedef96"
							 | 
						|
								                                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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/wrench.png?aedef96"
							 | 
						|
								                                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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/lifebuoy.png?aedef96"
							 | 
						|
								                                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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/user.png?aedef96"
							 | 
						|
								                                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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/puzzle.png?aedef96"
							 | 
						|
								                                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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/update.png?aedef96"
							 | 
						|
								                                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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/consultation.png?aedef96"
							 | 
						|
								                                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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/training.png?aedef96"
							 | 
						|
								                                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="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/icons/license.png?aedef96"
							 | 
						|
								                                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>
							 | 
						|
								            </div>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								        </section>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								        <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">
							 | 
						|
								                    <h2 style="color:#212529 !important">Our Industries</h2>
							 | 
						|
								                    <hr
							 | 
						|
								                        style="border:3px solid #714B67 !important; background-color:#714B67 !important; width:80px !important; margin-bottom:2rem !important">
							 | 
						|
								                </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="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/trading-black.png?2d98612"
							 | 
						|
								                            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="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/pos-black.png?2d98612"
							 | 
						|
								                            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="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/education-black.png?2d98612"
							 | 
						|
								                            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="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/manufacturing-black.png?2d98612"
							 | 
						|
								                            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="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/ecom-black.png?2d98612"
							 | 
						|
								                            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="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/service-black.png?2d98612"
							 | 
						|
								                            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="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/restaurant-black.png?2d98612"
							 | 
						|
								                            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="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/hotel-black.png?2d98612"
							 | 
						|
								                            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>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								        <!-- 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-4">
							 | 
						|
								                    <div class="d-flex align-items-center" style="background-color:#F6F8F9; padding:22px">
							 | 
						|
								                        <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:18px; line-height:80%; color:#714B67">
							 | 
						|
								                                    odoo@cybrosys.com</p>
							 | 
						|
								                            </a>
							 | 
						|
								                        </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:#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:18px; 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>
							 | 
						|
								        <!-- 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>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								    <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>
							 |