mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 21:52:01 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
The module can be installed just like any other Odoo module, by adding the
|
||||
module's directory to Odoo *addons_path*. In order for the module to correctly
|
||||
wrap the Odoo WSGI application, it also needs to be loaded as a server-wide
|
||||
module. This can be done with the ``server_wide_modules`` parameter in your
|
||||
Odoo config file or with the ``--load`` command-line parameter.
|
||||
|
||||
This module additionally requires the sentry-sdk Python package to be available on
|
||||
the system. It can be installed using pip::
|
||||
|
||||
pip install sentry-sdk
|
||||
Loading…
Add table
Add a link
Reference in a new issue