Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

11
sentry/readme/ROADMAP.md Executable file
View File

@@ -0,0 +1,11 @@
- **No database separation** -- This module functions by intercepting
all Odoo logging records in a running Odoo process. This means that
once installed in one database, it will intercept and report errors
for all Odoo databases, which are used on that Odoo server.
- **Frontend integration** -- In the future, it would be nice to add
Odoo client-side error reporting to this module as well, by
integrating [raven-js](https://github.com/getsentry/raven-js).
Additionally, [Sentry user feedback
form](https://docs.sentry.io/learn/user-feedback/) could be integrated
into the Odoo client error dialog window to allow users shortly
describe what they were doing when things went wrong.