2021-06-01 18:13:47 +02:00
|
|
|
|
:show-content:
|
|
|
|
|
|
|
2021-04-30 12:40:29 +02:00
|
|
|
|
=======
|
|
|
|
|
|
General
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
2021-05-28 14:26:18 +02:00
|
|
|
|
general/users
|
2021-05-27 18:42:42 +02:00
|
|
|
|
general/export_import_data
|
2021-05-04 16:31:06 +02:00
|
|
|
|
general/multi_companies
|
2021-04-30 12:40:29 +02:00
|
|
|
|
general/auth
|
2021-05-04 16:31:06 +02:00
|
|
|
|
general/payment_acquirers
|
|
|
|
|
|
general/voip
|
2021-05-04 16:51:07 +02:00
|
|
|
|
general/calendars
|
2021-05-04 16:31:06 +02:00
|
|
|
|
general/in_app_purchase
|
2021-05-27 18:11:23 +02:00
|
|
|
|
general/unsplash
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-18 07:05:55 +02:00
|
|
|
|
**Odoo** is a suite of open source business apps that cover all your company needs: :doc:`CRM
|
|
|
|
|
|
<sales/crm>`, :doc:`eCommerce <websites/ecommerce>`, :doc:`accounting <finance/accounting>`,
|
|
|
|
|
|
:doc:`inventory <inventory_and_mrp/inventory>`, :doc:`point of sale <sales/point_of_sale>`,
|
|
|
|
|
|
:doc:`project management <services/project>`, etc. Its unique value proposition is to be at the same
|
|
|
|
|
|
time *very easy* to use and *fully integrated*.
|
|
|
|
|
|
|
|
|
|
|
|
This section of the documentation covers all functional aspects that aren't app-specific. You can
|
|
|
|
|
|
find, for example, information about:
|
|
|
|
|
|
|
|
|
|
|
|
- :doc:`general/users` and :doc:`general/users/access_rights`, to configure each user correctly.
|
|
|
|
|
|
- :doc:`general/export_import_data`, to transfer data from and to other environments than Odoo or
|
|
|
|
|
|
update data.
|
|
|
|
|
|
- :doc:`general/payment_acquirers`, to allow your customers to pay with their favorite payment
|
|
|
|
|
|
method.
|
|
|
|
|
|
- :doc:`general/auth/google`, as an authentication method.
|
|
|
|
|
|
|
|
|
|
|
|
.. important::
|
|
|
|
|
|
- | **Installing or uninstalling apps, managing users, etc., is up to you.**
|
|
|
|
|
|
| As the administrator of your database, you are responsible for its usage, as you know best
|
|
|
|
|
|
how your organization works. This includes the installation or uninstallation of :ref:`apps
|
|
|
|
|
|
<general/apps-modules>` as well as the number of :doc:`users <general/users>` currently in
|
|
|
|
|
|
use.
|
|
|
|
|
|
- | **Odoo apps have dependencies.**
|
|
|
|
|
|
| Installing some apps and features with dependencies may also install additional apps and
|
|
|
|
|
|
modules that are technically required, even if you won't actively use them.
|
|
|
|
|
|
- | **Always test app installation/removal on a duplicate of your database.**
|
|
|
|
|
|
| This way, you can know what app dependencies may be required or what data may be erased.
|
|
|
|
|
|
|
|
|
|
|
|
.. seealso::
|
|
|
|
|
|
- :ref:`Online Database management: Duplicate a database <duplicate_online>`
|
|
|
|
|
|
- :ref:`On-premises Database management: Duplicate a database <duplicate_premise>`
|
|
|
|
|
|
- `Submit a Support Ticket <https://www.odoo.com/help>`_
|
|
|
|
|
|
|
|
|
|
|
|
.. _general/apps-modules:
|
|
|
|
|
|
|
|
|
|
|
|
Apps and modules
|
|
|
|
|
|
================
|
|
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
You can :ref:`install <general/install>`, :ref:`upgrade <general/upgrade>` and :ref:`uninstall
|
|
|
|
|
|
<general/uninstall>` all apps and modules from the :menuselection:`Apps` dashboard.
|
|
|
|
|
|
|
|
|
|
|
|
By default, an *Apps* filter is applied. If you want to search for modules (including :doc:`Fiscal
|
|
|
|
|
|
Localization Packages
|
|
|
|
|
|
<finance/accounting/fiscal_localizations/overview/fiscal_localization_packages>`), click on
|
|
|
|
|
|
*Filters* and select *Extra*.
|
|
|
|
|
|
|
|
|
|
|
|
.. image:: general/apps-search-filter.png
|
|
|
|
|
|
:align: center
|
|
|
|
|
|
:alt: Add "Extra" filter in Odoo Apps
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
.. warning::
|
|
|
|
|
|
Odoo is *not a smartphone*, and its apps shouldn't be installed or uninstalled carelessly. Apply
|
|
|
|
|
|
caution when adding or removing apps and modules on your database since this may impact your
|
|
|
|
|
|
subscription costs.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
.. _general/install:
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
Install apps and modules
|
|
|
|
|
|
------------------------
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
Go to :menuselection:`Apps`, and click on the *Install* button of the app you want to install.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
.. note::
|
|
|
|
|
|
If the module you are looking for is not listed, you can **update the app list**.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
To do so, activate the :ref:`developer mode <developer-mode>`, then go to :menuselection:`Apps
|
|
|
|
|
|
--> Update Apps List` and click on *Update*.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
.. _general/upgrade:
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
Upgrade apps and modules
|
|
|
|
|
|
------------------------
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
On some occasions, new improvements or app features are added to :doc:`supported versions of Odoo
|
|
|
|
|
|
</services/support/supported_versions>`. To be able to use them, you must **upgrade** your app.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-23 10:07:14 +02:00
|
|
|
|
Go to :menuselection:`Apps`, click on the *dropdown menu* of the app you want to upgrade, then on
|
|
|
|
|
|
*Upgrade*.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-18 07:05:55 +02:00
|
|
|
|
.. _general/uninstall:
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-18 07:05:55 +02:00
|
|
|
|
Uninstall apps and modules
|
|
|
|
|
|
--------------------------
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-18 07:05:55 +02:00
|
|
|
|
Go to :menuselection:`Apps`, click on the *dropdown menu* of the app you want to uninstall, then on
|
|
|
|
|
|
*Uninstall*.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
|
|
|
|
|
.. image:: general/uninstall.png
|
2021-06-18 07:05:55 +02:00
|
|
|
|
:align: center
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-18 07:05:55 +02:00
|
|
|
|
Some apps have dependencies, meaning that one app requires another. Therefore, uninstalling one app
|
|
|
|
|
|
may uninstall multiple apps and modules. Odoo warns you which dependant apps and modules are
|
|
|
|
|
|
affected by it.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
|
|
|
|
|
.. image:: general/uninstall_deps.png
|
2021-06-18 07:05:55 +02:00
|
|
|
|
:align: center
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-18 07:05:55 +02:00
|
|
|
|
To complete the uninstallation, click on *Confirm*.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
2021-06-18 07:05:55 +02:00
|
|
|
|
.. danger::
|
|
|
|
|
|
Uninstalling an app also uninstalls all its dependencies and permanently erases their data.
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
|
|
|
|
|
.. _developer-mode:
|
|
|
|
|
|
|
|
|
|
|
|
Activate the developer mode (debug mode)
|
|
|
|
|
|
========================================
|
|
|
|
|
|
|
|
|
|
|
|
The developer mode (or debug mode) gives you access to extra and advanced tools.
|
|
|
|
|
|
|
2021-06-18 07:05:55 +02:00
|
|
|
|
Through the Settings
|
|
|
|
|
|
--------------------
|
2021-06-01 18:13:47 +02:00
|
|
|
|
|
|
|
|
|
|
Go to :menuselection:`Settings --> Activate the developer mode`.
|
|
|
|
|
|
|
|
|
|
|
|
.. image:: general/settings.png
|
|
|
|
|
|
:align: center
|
|
|
|
|
|
:alt: Overview of the debug options under settings in Odoo
|
|
|
|
|
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
|
*Activate the developer mode (with assets)* is used by developers; *Activate the developer mode
|
|
|
|
|
|
(with tests assets)* is used by developers and testers.
|
|
|
|
|
|
|
|
|
|
|
|
Once activated, the *Deactivate the developer mode* option becomes available.
|
|
|
|
|
|
|
|
|
|
|
|
Through a browser extension
|
|
|
|
|
|
---------------------------
|
|
|
|
|
|
|
|
|
|
|
|
| Go to the settings and extensions of your web browser, and search for *Odoo Debug*. Once the
|
|
|
|
|
|
extension is installed, a new icon will be shown on your toolbar.
|
|
|
|
|
|
| For the *Odoo Debug* extension, a single click enables a normal version of the mode, while a
|
|
|
|
|
|
double click enables it with assets. To deactivate it, use a single click.
|
|
|
|
|
|
|
|
|
|
|
|
.. image:: general/monkey.png
|
|
|
|
|
|
:align: center
|
|
|
|
|
|
:alt: View of odoo’s debug icon in a chrome’s toolbar
|
|
|
|
|
|
|
|
|
|
|
|
Through the URL
|
|
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
|
|
In the URL add ``?debug=1`` or ``?debug=true`` after *web*.
|
|
|
|
|
|
|
|
|
|
|
|
.. image:: general/url.png
|
|
|
|
|
|
:align: center
|
|
|
|
|
|
:alt: Overview of an url with the debug mode command added in Odoo
|
|
|
|
|
|
|
|
|
|
|
|
.. tip::
|
|
|
|
|
|
Developers: type ``?debug=assets`` and activate the mode with assets.
|
|
|
|
|
|
|
|
|
|
|
|
Locate the mode tools
|
|
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
|
|
|
|
The Developer mode tools can be accessed from the *Open Developer Tools* button, located on the
|
|
|
|
|
|
header of your pages.
|
|
|
|
|
|
|
|
|
|
|
|
.. image:: general/button_location.png
|
|
|
|
|
|
:align: center
|
|
|
|
|
|
:alt: Overview of a console page and the debug icon being shown in Odoo
|
|
|
|
|
|
|
|
|
|
|
|
Mobile Push Notifications
|
|
|
|
|
|
=========================
|
|
|
|
|
|
|
|
|
|
|
|
As of Odoo 12.0, 13.0 or above, there is no more complex configuration to enable push
|
|
|
|
|
|
notifications in the mobile app.
|
|
|
|
|
|
|
|
|
|
|
|
Simply go to :menuselection:`Settings --> General Settings --> Odoo Cloud Notification (OCN)`
|
|
|
|
|
|
and make sure that **Push Notifications** is checked.
|