Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
11
sentry/readme/INSTALL.md
Executable file
11
sentry/readme/INSTALL.md
Executable file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user