|
@ -116,15 +116,17 @@ |
|
|
and storage. |
|
|
and storage. |
|
|
Using Automatic Database Backup module user can generate and store database backups to multiple |
|
|
Using Automatic Database Backup module user can generate and store database backups to multiple |
|
|
location. |
|
|
location. |
|
|
</div> |
|
|
|
|
|
<br/> |
|
|
<div class="alert alert-primary mt-4"> |
|
|
<div> |
|
|
This module uses an external python dependency 'dropbox'.Before installing the module install the python |
|
|
This module uses an external python dependency 'dropbox'.Before installing the module install the python package |
|
|
package |
|
|
first.The required python package can be installed using the following command, |
|
|
first.The required python package can be installed using the following command, |
|
|
|
|
|
<hr /> |
|
|
|
|
|
<code class="d-block mt-2">pip install dropbox</code> |
|
|
</div> |
|
|
</div> |
|
|
<div> |
|
|
|
|
|
<i>pip install dropbox</i> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<!-- END OF OVERVIEW SECTION --> |
|
|
<!-- END OF OVERVIEW SECTION --> |
|
|
|
|
|
|
|
@ -159,20 +161,23 @@ |
|
|
|
|
|
|
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
<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 |
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Notify user on |
|
|
|
|
|
success |
|
|
and failure of backup generation</span> |
|
|
and failure of backup generation</span> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-sm-12 col-md-6"> |
|
|
<div class="col-sm-12 col-md-6"> |
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
<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 |
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Store Backup to |
|
|
|
|
|
Remote |
|
|
Server</span> |
|
|
Server</span> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="d-flex align-items-center" style="margin-top: 30px; margin-bottom: 30px"> |
|
|
<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 |
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Generated backup can |
|
|
|
|
|
be |
|
|
stored to Google Drive</span> |
|
|
stored to Google Drive</span> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
@ -246,8 +251,7 @@ |
|
|
Drive</h3> |
|
|
Drive</h3> |
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">you'll need to create a |
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">you'll need to create a |
|
|
new |
|
|
new |
|
|
Google API project and enabling the Google Drive API, Go to the <a |
|
|
Google API project and enabling the Google Drive API, Go to the <a href="https://console.developers.google.com/" |
|
|
href="https://console.developers.google.com/" |
|
|
|
|
|
target="_blank">Google API Console</a> and log into your |
|
|
target="_blank">Google API Console</a> and log into your |
|
|
account. |
|
|
account. |
|
|
While creating the project, for the Redirect URI restrictions, copy your Odoo database URI followed by |
|
|
While creating the project, for the Redirect URI restrictions, copy your Odoo database URI followed by |
|
@ -290,8 +294,7 @@ |
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Select backup |
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">Select backup |
|
|
destination |
|
|
destination |
|
|
as Dropbox. Enter the App key and App secret. |
|
|
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" |
|
|
you'll need to register a new app in the <a href="https://www.dropbox.com/developers/apps" target="_blank">App |
|
|
target="_blank">App |
|
|
|
|
|
Console</a>. |
|
|
Console</a>. |
|
|
Select Dropbox API app and choose your app's permission (files.content.write and files.content.read |
|
|
Select Dropbox API app and choose your app's permission (files.content.write and files.content.read |
|
|
permissions |
|
|
permissions |
|
@ -416,24 +419,21 @@ |
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
<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"> |
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/dynamic_accounts_report/" target="_blank"> |
|
|
<div style="border-radius:10px"> |
|
|
<div style="border-radius:10px"> |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/1.png"> |
|
|
src="assets/modules/1.png"> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
<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"> |
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/custom_gantt_view/" target="_blank"> |
|
|
<div style="border-radius:10px"> |
|
|
<div style="border-radius:10px"> |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/2.png"> |
|
|
src="assets/modules/2.png"> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
<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"> |
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/project_custom_gantt/" target="_blank"> |
|
|
<div style="border-radius:10px"> |
|
|
<div style="border-radius:10px"> |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/3.png"> |
|
|
src="assets/modules/3.png"> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
@ -442,24 +442,21 @@ |
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
<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"> |
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/account_reports_xlsx/" target="_blank"> |
|
|
<div style="border-radius:10px"> |
|
|
<div style="border-radius:10px"> |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/4.png"> |
|
|
src="assets/modules/4.png"> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
<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"> |
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/base_accounting_kit/" target="_blank"> |
|
|
<div style="border-radius:10px"> |
|
|
<div style="border-radius:10px"> |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/5.gif"> |
|
|
src="assets/modules/5.gif"> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
<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"> |
|
|
<a href="https://apps.odoo.com/apps/modules/15.0/hr_payroll_community/" target="_blank"> |
|
|
<div style="border-radius:10px"> |
|
|
<div style="border-radius:10px"> |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" |
|
|
<img class="img img-responsive center-block" style="border-radius: 0px;" src="assets/modules/6.png"> |
|
|
src="assets/modules/6.png"> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
@ -760,8 +757,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="col-sm-12 my-5 d-flex justify-content-center align-items-center"> |
|
|
<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" |
|
|
<img src="assets/misc/logo.png" width="144" height="31" style="width:144px; height: 31px; margin-top: 40px;" /> |
|
|
style="width:144px; height: 31px; margin-top: 40px;"/> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|