|
|
@ -2,7 +2,7 @@ |
|
|
|
<!-- TITLE BAR --> |
|
|
|
<div class="d-flex justify-content-between align-items-center" |
|
|
|
style="border-bottom: 1px solid #875A7B; padding: 15px; display: flex; justify-content: space-between; align-items: center;"> |
|
|
|
<img src="assets/misc/cybrosys-logo.png" width="42" height="42" style="width: 42px; height: 42px;" /> |
|
|
|
<img src="assets/misc/cybrosys-logo.png" width="42" height="42" style="width: 42px; height: 42px;"/> |
|
|
|
<div> |
|
|
|
<div |
|
|
|
style="color: #7C7BAD; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;" |
|
|
@ -28,12 +28,13 @@ |
|
|
|
<h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;"> |
|
|
|
Automatic |
|
|
|
Database Backup</h1> |
|
|
|
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;">Automatic Database Backup To |
|
|
|
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;">Automatic Database |
|
|
|
Backup To |
|
|
|
Local |
|
|
|
Server, Remote Server, Google Drive, Onedrive And Dropbox.</p> |
|
|
|
<!-- END OF APP HERO --> |
|
|
|
<img src="assets/screenshots/hero.png" class="img-responsive" |
|
|
|
style="width: 100%; margin-left: auto; margin-right: auto;" /> |
|
|
|
style="width: 100%; margin-left: auto; margin-right: auto;"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -45,7 +46,7 @@ |
|
|
|
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px; margin-top: 300px;"> |
|
|
|
<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="assets/misc/compass.png" /> |
|
|
|
<img src="assets/misc/compass.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Explore This |
|
|
|
Module</h2> |
|
|
@ -61,7 +62,7 @@ |
|
|
|
more about this |
|
|
|
module</span> |
|
|
|
</div> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36" /> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -75,7 +76,7 @@ |
|
|
|
features of this |
|
|
|
module</span> |
|
|
|
</div> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36" /> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -89,7 +90,7 @@ |
|
|
|
screenshots for this |
|
|
|
module</span> |
|
|
|
</div> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36" /> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -100,7 +101,7 @@ |
|
|
|
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;" id="overview"> |
|
|
|
<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="assets/misc/pie-chart.png" /> |
|
|
|
<img src="assets/misc/pie-chart.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Overview |
|
|
|
</h2> |
|
|
@ -116,6 +117,14 @@ |
|
|
|
Using Automatic Database Backup module user can generate and store database backups to multiple |
|
|
|
location. |
|
|
|
</div> |
|
|
|
<br/> |
|
|
|
<div> |
|
|
|
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, |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<i>pip install dropbox</i> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- END OF OVERVIEW SECTION --> |
|
|
|
|
|
|
@ -123,7 +132,7 @@ |
|
|
|
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;" id="features"> |
|
|
|
<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="assets/misc/features.png" /> |
|
|
|
<img src="assets/misc/features.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Features |
|
|
|
</h2> |
|
|
@ -131,44 +140,44 @@ |
|
|
|
<div class="row" style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;"> |
|
|
|
<div class="col-sm-12 col-md-6"> |
|
|
|
<div class="d-flex align-items-center" style="margin-top: 40px; margin-bottom: 40px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2" /> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Generate Database |
|
|
|
Backups on regular intervals</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2" /> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to |
|
|
|
Dropbox</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2" /> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to |
|
|
|
Onedrive</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2" /> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Notify user on success |
|
|
|
and failure of backup generation</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12 col-md-6"> |
|
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2" /> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to Remote |
|
|
|
Server</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2" /> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Generated backup can be |
|
|
|
stored to Google Drive</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2" /> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Automatically remove |
|
|
|
old backups</span> |
|
|
|
</div> |
|
|
@ -180,7 +189,7 @@ |
|
|
|
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;" id="screenshots"> |
|
|
|
<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="assets/misc/pictures.png" /> |
|
|
|
<img src="assets/misc/pictures.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Screenshots |
|
|
|
</h2> |
|
|
@ -198,7 +207,8 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Crate New Database Backup |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Crate New Database |
|
|
|
Backup |
|
|
|
Configuration</h3> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;"> |
|
|
@ -208,7 +218,8 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to Remote |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to |
|
|
|
Remote |
|
|
|
SFTP Server</h3> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;"> |
|
|
@ -219,33 +230,41 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to Remote |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to |
|
|
|
Remote |
|
|
|
FTP Server</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Select backup destination |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Select backup |
|
|
|
destination |
|
|
|
as FTP, enter credentials. |
|
|
|
Test connection button to check whether the connection is successful.</p> |
|
|
|
<img src="assets/screenshots/backup4.png" class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to Google |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to |
|
|
|
Google |
|
|
|
Drive</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">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/" |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">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> |
|
|
|
<img src="assets/screenshots/drive1.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Enable Google Drive API</p> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Enable Google Drive |
|
|
|
API</p> |
|
|
|
<img src="assets/screenshots/drive2.png" class="img-thumbnail"> |
|
|
|
<img src="assets/screenshots/drive3.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Create Credentials, Follow |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Create Credentials, |
|
|
|
Follow |
|
|
|
the steps, select Website application for the Application Type.</p> |
|
|
|
<img src="assets/screenshots/drive4.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">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 |
|
|
|
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 Secret will be given, copy the credentials |
|
|
|
</p> |
|
|
@ -253,22 +272,26 @@ |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Configure Backup, Copy |
|
|
|
Client ID and Client Secret from Google Drive API Credentials page into their respective fields.</p> |
|
|
|
<img src="assets/screenshots/backup5.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Setup Tokens, it will be |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Setup Tokens, it will |
|
|
|
be |
|
|
|
redirected to an authorization page.</p> |
|
|
|
<img src="assets/screenshots/backup6.png" class="img-thumbnail"> |
|
|
|
<img src="assets/screenshots/backup7.png" class="img-thumbnail" /> |
|
|
|
<img src="assets/screenshots/backup7.png" class="img-thumbnail"/> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Reset the token if |
|
|
|
required.</p> |
|
|
|
<img src="assets/screenshots/backup8.png" class="img-thumbnail" /> |
|
|
|
<img src="assets/screenshots/backup8.png" class="img-thumbnail"/> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to Dropbox |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to |
|
|
|
Dropbox |
|
|
|
</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Select backup destination |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Select backup |
|
|
|
destination |
|
|
|
as Dropbox. Enter the App key and App secret. |
|
|
|
you'll need to register a new app in the <a href="https://www.dropbox.com/developers/apps" target="_blank">App |
|
|
|
you'll need to register a new app in the <a href="https://www.dropbox.com/developers/apps" |
|
|
|
target="_blank">App |
|
|
|
Console</a>. |
|
|
|
Select Dropbox API app and choose your app's permission (files.content.write and files.content.read |
|
|
|
permissions |
|
|
@ -279,55 +302,68 @@ |
|
|
|
<img src="assets/screenshots/backup9.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Setup refresh token</p> |
|
|
|
<img src="assets/screenshots/backup10.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Get the authorization code |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Get the authorization |
|
|
|
code |
|
|
|
and click confirm.</p> |
|
|
|
<img src="assets/screenshots/backup11.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Reset the refresh token if |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Reset the refresh token |
|
|
|
if |
|
|
|
required</p> |
|
|
|
<img src="assets/screenshots/backup12.png" class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to Onedrive |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to |
|
|
|
Onedrive |
|
|
|
</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Select backup destination |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">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 |
|
|
|
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> |
|
|
|
<img src="assets/screenshots/onedrive1.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Copy the Client ID</p> |
|
|
|
<img src="assets/screenshots/onedrive2.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Generate Client Secret.</p> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Generate Client |
|
|
|
Secret.</p> |
|
|
|
<img src="assets/screenshots/onedrive3.png" class="img-thumbnail"> |
|
|
|
<img src="assets/screenshots/onedrive4.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">get onedrive folder ID, |
|
|
|
where need to store the backup files.</p> |
|
|
|
<img src="assets/screenshots/onedrive5.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Configure the backup</p> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Configure the |
|
|
|
backup</p> |
|
|
|
<img src="assets/screenshots/onedrive6.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Setup Tokens, it will be |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Setup Tokens, it will |
|
|
|
be |
|
|
|
redirected to an authorization page.</p> |
|
|
|
<img src="assets/screenshots/onedrive7.png" class="img-thumbnail"> |
|
|
|
<img src="assets/screenshots/onedrive8.png" class="img-thumbnail"> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Reset the token if required |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Reset the token if |
|
|
|
required |
|
|
|
</p> |
|
|
|
<img src="assets/screenshots/onedrive9.png" class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Automatically Remove Old |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Automatically Remove |
|
|
|
Old |
|
|
|
Backups</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">TEnable auto remove option, |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">TEnable auto remove |
|
|
|
option, |
|
|
|
specify number of days to remove backups.</p> |
|
|
|
<img src="assets/screenshots/backup13.png" class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Notify User on Success |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Notify User on |
|
|
|
Success |
|
|
|
and Failure of Backup Generation</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Enable notify user option, |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">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> |
|
|
@ -341,7 +377,8 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Notification email when |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Notification email |
|
|
|
when |
|
|
|
backup generation failed</h3> |
|
|
|
<img src="assets/screenshots/backup17.png" class="img-thumbnail"> |
|
|
|
</div> |
|
|
@ -364,7 +401,7 @@ |
|
|
|
<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="assets/misc/categories.png" /> |
|
|
|
<img src="assets/misc/categories.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Related |
|
|
|
Products |
|
|
@ -379,21 +416,24 @@ |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/dynamic_accounts_report/" target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/1.png"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
|
src="assets/modules/1.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/15.0/custom_gantt_view/" target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/2.png"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
|
src="assets/modules/2.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/15.0/project_custom_gantt/" target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/3.png"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
|
src="assets/modules/3.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -402,21 +442,24 @@ |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/account_reports_xlsx/" target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/4.png"> |
|
|
|
<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/15.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/5.gif"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
|
src="assets/modules/5.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/15.0/hr_payroll_community/" target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/6.png"> |
|
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
|
src="assets/modules/6.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -438,7 +481,7 @@ |
|
|
|
<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="assets/misc/star.png" /> |
|
|
|
<img src="assets/misc/star.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Our Services |
|
|
|
</h2> |
|
|
@ -550,7 +593,7 @@ |
|
|
|
<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="assets/misc/corporate.png" /> |
|
|
|
<img src="assets/misc/corporate.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Our |
|
|
|
Industries |
|
|
@ -675,7 +718,7 @@ |
|
|
|
<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="assets/misc/customer-support.png" /> |
|
|
|
<img src="assets/misc/customer-support.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Support |
|
|
|
</h2> |
|
|
@ -686,7 +729,7 @@ |
|
|
|
<div style="background-color: #F6F8F9; padding: 30px; display: flex; align-items: center;"> |
|
|
|
<div class="mr-4" |
|
|
|
style="background-color: #714B67; display: inline-block; height: 70px; width: 70px; display: flex; align-items: center; justify-content: center;"> |
|
|
|
<img src="assets/misc/support.png" height="48" width="48" style="width: 42px; height: 42px;" /> |
|
|
|
<img src="assets/misc/support.png" height="48" width="48" style="width: 42px; height: 42px;"/> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4>Need Help?</h4> |
|
|
@ -702,7 +745,7 @@ |
|
|
|
<div style="background-color: #F6F8F9; padding: 30px; display: flex; align-items: center;"> |
|
|
|
<div class="mr-4" |
|
|
|
style="background-color: #2AC44D; display: inline-block; height: 70px; width: 70px; display: flex; align-items: center; justify-content: center;"> |
|
|
|
<img src="assets/misc/whatsapp.png" height="52" width="52" style="width: 52px; height: 52px;" /> |
|
|
|
<img src="assets/misc/whatsapp.png" height="52" width="52" style="width: 52px; height: 52px;"/> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4>WhatsApp</h4> |
|
|
@ -717,7 +760,8 @@ |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 my-5 d-flex justify-content-center align-items-center"> |
|
|
|
<img src="assets/misc/logo.png" width="144" height="31" style="width:144px; height: 31px; margin-top: 40px;" /> |
|
|
|
<img src="assets/misc/logo.png" width="144" height="31" |
|
|
|
style="width:144px; height: 31px; margin-top: 40px;"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|