True
Product Category
Quick Filter
x

general

CBMS ERP Global Search
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
Search, Global Search, Quick Search, Easy Search, Easy Search in Customers, Products, Sale, Purchase, Inventory and Accounting modules,
Search, Advance search, global search, CBMS ODOO14, Easy Search in Customers, Products, Sale, Purchase, Inventory and Accounting modules
CBMS ERP Module Auto Update
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
'==================
Module Auto Update
==================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Production/Stable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA/server--tools-lightgray.png?logo=github
:target: https://github.com/OCA/server-tools/tree/14.0/module_auto_update
:alt: OCA/server-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-module_auto_update
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/149/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This addon provides mechanisms to compute sha1 hashes of installed addons,
and save them in the database. It also provides a method that exploits these
mechanisms to update a database by upgrading only the modules for which the
hash has changed since the last successful upgrade.

**Table of contents**

.. contents::
:local:

Configuration
=============

This module supports the following system parameters:

* ``module_auto_update.exclude_patterns``: comma-separated list of file
name patterns to ignore when computing addon checksums. Defaults to
``*.pyc,*.pyo,i18n/*.pot,i18n_extra/*.pot,static/*``.
Filename patterns must be compatible with the python ``fnmatch`` function.

In addition to the above pattern, .po files corresponding to languages that
are not installed in the CBMS ODOO database are ignored when computing checksums.

Usage
=====

The main method provided by this module is ``upgrade_changed_checksum``
on ``ir.module.module``. It runs a database upgrade for all installed
modules for which the hash has changed since the last successful
run of this method. On success it saves the hashes in the database.

The first time this method is invoked after installing the module, it
runs an upgrade of all modules, because it has not saved the hashes yet.
This is by design, priviledging safety. Should this be an issue,
the method ``_save_installed_checksums`` can be invoked in a situation
where one is sure all modules on disk are installed and up-to-date in the
database.

To invoke the upgrade mechanism, navigate to *Apps* menu and use the
*Auto-Upgrade Modules* button, available only in developer mode. Restarting
the CBMS ODOO instance is highly recommended to minify risk of any possible issues.

Another easy way to invoke this upgrade mechanism is by issuing the following
in an CBMS ODOO shell session:

.. code-block:: python

env['ir.module.module'].upgrade_changed_checksum()

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/server-tools/issues/new?body=module: module_auto_update
version: 14.0

**Steps to reproduce**
- ...

**Current behavior**

**Expected behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* LasLabs
* Juan José Scarafía
* Tecnativa
* ACSONE SA/NV

Contributors
~~~~~~~~~~~~

* Brent Hughes <brent.hughes@laslabs.com>
* Juan José Scarafía <jjs@adhoc.com.ar>
* Jairo Llopis <jairo.llopis@tecnativa.com>
* Stéphane Bidoul <stephane.bidoul@acsone.eu> (https://acsone.eu)
* Eric Antones <eantones@nuobit.com>
* Manuel Engel <manuel.engel@initos.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: CBMS ODOO Community Association
:target: https://odoo-community.org

OCA, or the CBMS ODOO Community Association, is a nonprofit organization whose
mission is to support the collaborative development of CBMS ODOO features and
promote its widespread use.

This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/14.0/module_auto_update>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Automatically update CBMS ODOO modules
CBMS ERP MuK Autovacuum
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
'==============
MuK Autovacuum
==============

Allows the administrator to create rules to automatically garbage collect
a certain model. Every rule can have a different time interval additional
constraints. An extra constraint can be for example to only delete inactive
records.

Installation
============

To install this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Afterward, log on to
your CBMS ODOO server and go to the Apps menu. Trigger the debug mode and update the
list by clicking on the "Update Apps List" link. Now install the module by
clicking on the install button.

Another way to install this module is via the package management for Python
(`PyPI <https://pypi.org/project/pip/>`_).

To install our modules using the package manager make sure
`odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
correctly. Then open a console and install the module by entering the following
command:

``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

The module name consists of the CBMS ODOO version and the module name, where
underscores are replaced by a dash.

**Module:**

``odoo<version>-addon-<module_name>``

**Example:**

``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple CBMS ODOO11-addon-muk-utils``

Once the installation has been successfully completed, the app is already in the
correct folder. Log on to your CBMS ODOO server and go to the Apps menu. Trigger the
debug mode and update the list by clicking on the "Update Apps List" link. Now
install the module by clicking on the install button.

The biggest advantage of this variant is that you can now also update the app
using the "pip" command. To do this, enter the following command in your console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo. The steps are the same as for the installation only the button has changed
from "Install" to "Upgrade".

You can also view available Apps directly in our `repository <https://nexus.mukit.at/#browse/browse:odoo>`_
and find a more detailed installation guide on our `website <https://mukit.at/page/open-source>`_.

For modules licensed under OPL-1, you will receive access data when you purchase
the module. If the modules were not purchased directly from
`MuK IT <https://www.mukit.at/>`_ please contact our support (support@mukit.at)
with a confirmation of purchase to receive the corresponding access data.

Upgrade
============

To upgrade this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Restart the server
and log on to your CBMS ODOO server. Select the Apps menu and upgrade the module by
clicking on the upgrade button.

If you installed the module using the "pip" command, you can also update the
module in the same way. Just type the following command into the console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo, just like you would normally.

Configuration
=============

To configure this module, you need to:

#. Go to *Settings* while being in debug mode.
#. Afterwards go to *Technical -> Automation -> Auto Vacuum Rules*.
#. And create a new rule.

Usage
=============

This module has no direct visible effect on the system. The garbage collections
happens during the autovacuum cron job.

Credits
=======

Contributors
------------

* Mathias Markl <mathias.markl@mukit.at>

Images
------------

Some pictures are based on or inspired by the icon set of Font Awesome:

* `Font Awesome <https://fontawesome.com>`_

Author & Maintainer
-------------------

This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.

MuK IT is an Austrian company specialized in customizing and extending CBMS ODOO.
We develop custom solutions for your individual needs to help you focus on
your strength and expertise to grow your business.

If you want to get in touch please contact us via mail
(sale@mukit.at) or visit our website (https://mukit.at).
Configure automatic garbage collection
CBMS ERP MuK Branding
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
'============
MuK Branding
============

This module is the basis for a number of branding modules, with the aim to
customize CBMS ODOO according to your needs. This happens mainly through a debranding
of CBMS ODOO. All occurrences of the word CBMS ODOO as well as links to CBMS ODOO can be
replaced automatically. This behavior is active by default but can be disabled
by using the context or an HTML tag.

Installation
============

To install this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Afterward, log on to
your CBMS ODOO server and go to the Apps menu. Trigger the debug mode and update the
list by clicking on the "Update Apps List" link. Now install the module by
clicking on the install button.

Another way to install this module is via the package management for Python
(`PyPI <https://pypi.org/project/pip/>`_).

To install our modules using the package manager make sure
`odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
correctly. Then open a console and install the module by entering the following
command:

``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

The module name consists of the CBMS ODOO version and the module name, where
underscores are replaced by a dash.

**Module:**

``odoo<version>-addon-<module_name>``

**Example:**

``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple CBMS ODOO11-addon-muk-utils``

Once the installation has been successfully completed, the app is already in the
correct folder. Log on to your CBMS ODOO server and go to the Apps menu. Trigger the
debug mode and update the list by clicking on the "Update Apps List" link. Now
install the module by clicking on the install button.

The biggest advantage of this variant is that you can now also update the app
using the "pip" command. To do this, enter the following command in your console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo. The steps are the same as for the installation only the button has changed
from "Install" to "Upgrade".

You can also view available Apps directly in our `repository <https://nexus.mukit.at/#browse/browse:odoo>`_
and find a more detailed installation guide on our `website <https://mukit.at/page/open-source>`_.

For modules licensed under OPL-1, you will receive access data when you purchase
the module. If the modules were not purchased directly from
`MuK IT <https://www.mukit.at/>`_ please contact our support (support@mukit.at)
with a confirmation of purchase to receive the corresponding access data.

Upgrade
============

To upgrade this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Restart the server
and log on to your CBMS ODOO server. Select the Apps menu and upgrade the module by
clicking on the upgrade button.

If you installed the module using the "pip" command, you can also update the
module in the same way. Just type the following command into the console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo, just like you would normally.

Configuration
=============

To configure this module, you need to:

#. Go to *Settings -> General Settings -> Branding*.
#. And set the parameters according to your needs.

If a new system should be branded automatically, it is recommended to set the
flag ``auto_install`` of this module to ``True`` and to adjust the corresponding
variables in the config file.

* ``branding_system_name``
* ``branding_publisher``
* ``branding_website``
* ``branding_documentation``
* ``branding_support``
* ``branding_store``
* ``branding_share``

Usage
=============

After setting the parameters, the system is automatically branded.

Credits
=======

Contributors
------------

* Mathias Markl <mathias.markl@mukit.at>

Images
------------

Some pictures are based on or inspired by the icon set of Font Awesome:

* `Font Awesome <https://fontawesome.com>`_

Projects
------------

Parts of the module are inspired by:

* `Backend Debranding <https://github.com/it-projects-llc/misc-addons>`_

Author & Maintainer
-------------------

This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.

MuK IT is an Austrian company specialized in customizing and extending CBMS ODOO.
We develop custom solutions for your individual needs to help you focus on
your strength and expertise to grow your business.

If you want to get in touch please contact us via mail
(sale@mukit.at) or visit our website (https://mukit.at).
Branding and Debranding
CBMS ERP MuK DB Filter
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
'=============
MuK DB Filter
=============

This module allows to add additional filter criteria to the ``dbfilter``
function using a request header. To pass a regular expression to the
filter set the ``X-Odoo-dbfilter`` header field on the request and make
sure that CBMS ODOO runs with an enabled proxy mode.

Installation
============

To install this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Afterward, log on to
your CBMS ODOO server and go to the Apps menu. Trigger the debug mode and update the
list by clicking on the "Update Apps List" link. Now install the module by
clicking on the install button.

Another way to install this module is via the package management for Python
(`PyPI <https://pypi.org/project/pip/>`_).

To install our modules using the package manager make sure
`odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
correctly. Note that for CBMS ODOO version 11.0 and later this is not necessary anymore.
Then open a console and install the module by entering the following command:

``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

The module name consists of the CBMS ODOO version and the module name, where
underscores are replaced by a dash.

**Module:**

``odoo<version>-addon-<module_name>``

**Example:**

``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple CBMS ODOO13-addon-muk-utils``

Once the installation has been successfully completed, the app is already in the
correct folder. Log on to your CBMS ODOO server and go to the Apps menu. Trigger the
debug mode and update the list by clicking on the "Update Apps List" link. Now
install the module by clicking on the install button.

The biggest advantage of this variant is that you can now also update the app
using the "pip" command. To do this, enter the following command in your console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo. The steps are the same as for the installation only the button has changed
from "Install" to "Upgrade".

You can also view available Apps directly in our `repository <https://nexus.mukit.at/#browse/browse:odoo>`_
and find a more detailed installation guide on our `website <https://mukit.at/page/open-source>`_.

For modules licensed under a proprietary license, you will receive the access data after you purchased
the module. If the purchase were made at the CBMS ODOO store please contact our `support <support@mukit.at>`_
with a confirmation of the purchase to receive the corresponding access data.

Upgrade
============

To upgrade this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Restart the server
and log on to your CBMS ODOO server. Select the Apps menu and upgrade the module by
clicking on the upgrade button.

If you installed the module using the "pip" command, you can also update the
module in the same way. Just type the following command into the console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo, just like you would normally.


Configuration
=============

Since this module need to be activated even if no database is selected it should
be loaded right at the server start. This can be done by editing the configuration
file or passing a load parameter to the start script.

Parameter: ``--load=web,muk_session_store``

Usage
=====

After loading the module, the ``dbfilter`` function reacts to request headers.

Credit
======

Contributors
------------

* Kerrim Abdelhamed <kerrim.abdelhamed@mukit.at>
* Mathias Markl <mathias.markl@mukit.at>

Images
------

Some pictures are based on or inspired by the icon set of Font Awesome:

* `Font Awesome <https://fontawesome.com>`_

Author & Maintainer
-------------------

This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.

MuK IT is an Austrian company specialized in customizing and extending CBMS ODOO.
We develop custom solutions for your individual needs to help you focus on
your strength and expertise to grow your business.

If you want to get in touch please contact us via `mail <sale@mukit.at>`_
or visit our `website <https://mukit.at>`_.
Headers based Database Selection
CBMS ERP MuK SaaS Branding
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
'================
MuK SaaS Branding
================

This module complements the Branding Module. It introduces a new route to recive the
favicon and adapts the existing route to receive the company logo to. You can also
use parameters in the configuration file to specify the images and links on the
database manager page.

Installation
============

To install this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Afterward, log on to
your CBMS ODOO server and go to the Apps menu. Trigger the debug mode and update the
list by clicking on the "Update Apps List" link. Now install the module by
clicking on the install button.

Another way to install this module is via the package management for Python
(`PyPI <https://pypi.org/project/pip/>`_).

To install our modules using the package manager make sure
`odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
correctly. Then open a console and install the module by entering the following
command:

``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

The module name consists of the CBMS ODOO version and the module name, where
underscores are replaced by a dash.

**Module:**

``odoo<version>-addon-<module_name>``

**Example:**

``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple CBMS ODOO11-addon-muk-utils``

Once the installation has been successfully completed, the app is already in the
correct folder. Log on to your CBMS ODOO server and go to the Apps menu. Trigger the
debug mode and update the list by clicking on the "Update Apps List" link. Now
install the module by clicking on the install button.

The biggest advantage of this variant is that you can now also update the app
using the "pip" command. To do this, enter the following command in your console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo. The steps are the same as for the installation only the button has changed
from "Install" to "Upgrade".

You can also view available Apps directly in our `repository <https://nexus.mukit.at/#browse/browse:odoo>`_
and find a more detailed installation guide on our `website <https://mukit.at/page/open-source>`_.

For modules licensed under OPL-1, you will receive access data when you purchase
the module. If the modules were not purchased directly from
`MuK IT <https://www.mukit.at/>`_ please contact our support (support@mukit.at)
with a confirmation of purchase to receive the corresponding access data.

Upgrade
============

To upgrade this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Restart the server
and log on to your CBMS ODOO server. Select the Apps menu and upgrade the module by
clicking on the upgrade button.

If you installed the module using the "pip" command, you can also update the
module in the same way. Just type the following command into the console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo, just like you would normally.

Configuration
=============

Since this module need to be activated even if no database is selected it should
be loaded right at the server start. This can be done by editing the configuration
file or passing a load parameter to the start script.

Parameter: ``--load=web,muk_saas_branding``

The following fields can be modified in the config file:

* database_manager_system_name
* database_manager_system_logo_url
* database_manager_system_favicon_url
* database_manager_privacy_policy_url

Usage
=============

After setting the parameters, the system is automatically branded.

Credits
=======

Contributors
------------

* Mathias Markl <mathias.markl@mukit.at>

Images
------------

Some pictures are based on or inspired by the icon set of Font Awesome:

* `Font Awesome <https://fontawesome.com>`_

Author & Maintainer
-------------------

This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.

MuK IT is an Austrian company specialized in customizing and extending CBMS ODOO.
We develop custom solutions for your individual needs to help you focus on
your strength and expertise to grow your business.

If you want to get in touch please contact us via mail
(sale@mukit.at) or visit our website (https://mukit.at).
Branding and Debranding
CBMS ERP MuK Web Branding
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
'================
MuK Web Branding
================

This module complements the Branding Module. It serves to adapt the backend to
your own needs. For example, a variety of colors can be adjusted directly in the
settings. It is recommended to install
`Saas Branding <https://apps.mymycbms.com/apps/modules/12.0/muk_saas_branding>`
as well, but it is not strictly necessary.

Installation
============

To install this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Afterward, log on to
your CBMS ODOO server and go to the Apps menu. Trigger the debug mode and update the
list by clicking on the "Update Apps List" link. Now install the module by
clicking on the install button.

Another way to install this module is via the package management for Python
(`PyPI <https://pypi.org/project/pip/>`_).

To install our modules using the package manager make sure
`odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
correctly. Then open a console and install the module by entering the following
command:

``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

The module name consists of the CBMS ODOO version and the module name, where
underscores are replaced by a dash.

**Module:**

``odoo<version>-addon-<module_name>``

**Example:**

``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple CBMS ODOO11-addon-muk-utils``

Once the installation has been successfully completed, the app is already in the
correct folder. Log on to your CBMS ODOO server and go to the Apps menu. Trigger the
debug mode and update the list by clicking on the "Update Apps List" link. Now
install the module by clicking on the install button.

The biggest advantage of this variant is that you can now also update the app
using the "pip" command. To do this, enter the following command in your console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo. The steps are the same as for the installation only the button has changed
from "Install" to "Upgrade".

You can also view available Apps directly in our `repository <https://nexus.mukit.at/#browse/browse:odoo>`_
and find a more detailed installation guide on our `website <https://mukit.at/page/open-source>`_.

For modules licensed under OPL-1, you will receive access data when you purchase
the module. If the modules were not purchased directly from
`MuK IT <https://www.mukit.at/>`_ please contact our support (support@mukit.at)
with a confirmation of purchase to receive the corresponding access data.

Upgrade
============

To upgrade this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Restart the server
and log on to your CBMS ODOO server. Select the Apps menu and upgrade the module by
clicking on the upgrade button.

If you installed the module using the "pip" command, you can also update the
module in the same way. Just type the following command into the console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo, just like you would normally.

Configuration
=============

To configure this module, you need to:

#. Go to *Settings -> General Settings -> Branding*.
#. And set the parameters according to your needs.

Usage
=============

After setting the parameters, the system is automatically branded.

Credits
=======

Contributors
------------

* Mathias Markl <mathias.markl@mukit.at>

Images
------------

Some pictures are based on or inspired by the icon set of Font Awesome:

* `Font Awesome <https://fontawesome.com>`_

Author & Maintainer
-------------------

This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.

MuK IT is an Austrian company specialized in customizing and extending CBMS ODOO.
We develop custom solutions for your individual needs to help you focus on
your strength and expertise to grow your business.

If you want to get in touch please contact us via mail
(sale@mukit.at) or visit our website (https://mukit.at).
Branding and Debranding
CBMS ERP MuK Web Utils
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
'=============
MuK Web Utils
=============

Technical module to provide some utility features and libraries that can be used
in other applications. This module has no direct effect on the running system.

Installation
============

To install this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Afterward, log on to
your CBMS ODOO server and go to the Apps menu. Trigger the debug mode and update the
list by clicking on the "Update Apps List" link. Now install the module by
clicking on the install button.

Another way to install this module is via the package management for Python
(`PyPI <https://pypi.org/project/pip/>`_).

To install our modules using the package manager make sure
`odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
correctly. Then open a console and install the module by entering the following
command:

``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

The module name consists of the CBMS ODOO version and the module name, where
underscores are replaced by a dash.

**Module:**

``odoo<version>-addon-<module_name>``

**Example:**

``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple CBMS ODOO11-addon-muk-utils``

Once the installation has been successfully completed, the app is already in the
correct folder. Log on to your CBMS ODOO server and go to the Apps menu. Trigger the
debug mode and update the list by clicking on the "Update Apps List" link. Now
install the module by clicking on the install button.

The biggest advantage of this variant is that you can now also update the app
using the "pip" command. To do this, enter the following command in your console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo. The steps are the same as for the installation only the button has changed
from "Install" to "Upgrade".

You can also view available Apps directly in our `repository <https://nexus.mukit.at/#browse/browse:odoo>`_
and find a more detailed installation guide on our `website <https://mukit.at/page/open-source>`_.

For modules licensed under OPL-1, you will receive access data when you purchase
the module. If the modules were not purchased directly from
`MuK IT <https://www.mukit.at/>`_ please contact our support (support@mukit.at)
with a confirmation of purchase to receive the corresponding access data.

Upgrade
============

To upgrade this module, you need to:

Download the module and add it to your CBMS ODOO addons folder. Restart the server
and log on to your CBMS ODOO server. Select the Apps menu and upgrade the module by
clicking on the upgrade button.

If you installed the module using the "pip" command, you can also update the
module in the same way. Just type the following command into the console:

``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``

When the process is finished, restart your server and update the application in
Odoo, just like you would normally.

Configuration
=============

No additional configuration is needed to use this module.

Usage
=============

This module has no direct visible effect on the system. It provide utility features.

Credits
=======

Contributors
------------

* Mathias Markl <mathias.markl@mukit.at>

Images
------------

Some pictures are based on or inspired by the icon set of Font Awesome:

* `Font Awesome <https://fontawesome.com>`_

Author & Maintainer
-------------------

This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.

MuK IT is an Austrian company specialized in customizing and extending CBMS ODOO.
We develop custom solutions for your individual needs to help you focus on
your strength and expertise to grow your business.

If you want to get in touch please contact us via mail
(sale@mukit.at) or visit our website (https://mukit.at).
Utility Features
CBMS ERP Multi Branch Operations
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
Multiple Branch Unit Operation Setup for All
Modules In CBMS ODOO, Branch, Branch Operations, Multiple Branch, Branch Setup Multiple Branch Unit Operation Setup for All
Modules In CBMS ODOO
CBMS ERP Multiple Branch Setup for POS
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
Multiple Branch Unit Operation Setup for CBMS ODOO POS Multiple Branch Unit Operation Setup for CBMS ODOO POS
CBMS ERP Chameleon Multi Color Backend Theme
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN

Configurable multi color backend theme for CBMS ODOO 14
Configurable multi color backend theme for CBMS ODOO 14
CBMS ERP Multiple DatePicker Widget
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
Widget for picking multiple dates Widget for picking multiple dates
CBMS ERP No Automatic Subscription
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
To stop the automatic subscription for the customers
as the user need. To stop the automatic subscription.
CBMS ERP Not Required Sign in Report
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN

invoice extra field invoice module's purpose

Sign and Serial No. Report
CBMS ERP Google drive backing up
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
.. image:: https://itpp.dev/images/infinity-readme.png
:alt: Tested and maintained by IT Projects Labs
:target: https://itpp.dev

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT

=========================
Google Drive backing up
=========================

Backing up CBMS ODOO databases to Google Drive.

Questions?
==========

To get an assistance on this module contact us by email :arrow_right: help@itpp.dev

Contributors
============
* `Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar>`__


Further information
===================

CBMS ODOO Apps Store: https://apps.odoo.com/apps/modules/13.0/odoo_backup_sh_google_disk/


Tested on `CBMS ODOO 12.0 <https://github.com/odoo/odoo/commit/b24e0441b9ae3859dbec17535e5c964b40fa1d46>`_
The small investment to protect your business
CBMS ERP Dynamic Dashboard
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
Create Configurable Dashboard Dynamically to get the information that are relevant to your business, department, or a specific process or need, Dynamic Dashboard, Dashboard, Dashboard CBMS ODOO Create Configurable Dashboards Easily
CBMS ERP Enterprise Functional Tutorial
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN

CBMS ODOO functional video presentation of all Application:
CRM, Sales, Purchase, Inventory, Accounting, Point of Sale, Project, Website, E-commerce, Manufacturing,
Human Resource, Recruitment, Attendance, Appraisal, Payroll, Timeoff, Survey, Expense, Referral, Discuss,
Contacts, Calender, Notes, Document, Sign, Helpdesk, Live Chat, eLearning, Events, Lunch, Members, Rental,
Subscription, Fleet, Approvals, Email Marketing, SMS Marketing, Social Marketing and Studio

Full CBMS ODOO Enterprise Functional Tutorial
CBMS ERP Community Functional Tutorial
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN

CBMS ODOO functional video presentation of all Application:

Full CBMS ODOO Community Functional Tutorial
CBMS ERP SaasKit All In One(Trial & Domain Masking Included)
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN

CBMS ODOO SaaS Script Software as a Service Saaskit
==============================================
<keywords>
saaskit
saas
script software
CBMS ODOO saas
CBMS ODOO saaskit
CBMS ODOO saaskit software
pragmatic saaskit
saas pack
cloud
CBMS ODOO SaaS Kit
odoo_saas_kit
saas business
CBMS ODOO SaaS Script Software as a Service Saaskit saas script software CBMS ODOO saas CBMS ODOO saaskit CBMS ODOO saaskit software pragmatic saaskit saas pack cloud CBMS ODOO SaaS Kit CBMS ODOO_saas_kit saas business
CBMS ERP referral program
₦ 5 000,00 ₦ 5 000,00 ₦ 5 000,00 5000.0 NGN
Allow you to refer your friends to CBMS ODOO and get rewards

To install this Web App in your iPhone/iPad press and then Add to Home Screen.