mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 00:12:03 +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
27
odoo-bringout-oca-server-tools-sentry/sentry/__manifest__.py
Normal file
27
odoo-bringout-oca-server-tools-sentry/sentry/__manifest__.py
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2016-2017 Versada <https://versada.eu/>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Sentry",
|
||||
"summary": "Report Odoo errors to Sentry",
|
||||
"version": "16.0.3.0.3",
|
||||
"category": "Extra Tools",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"author": "Mohammed Barsi,"
|
||||
"Versada,"
|
||||
"Nicolas JEUDY,"
|
||||
"Odoo Community Association (OCA),"
|
||||
"Vauxoo",
|
||||
"maintainers": ["barsi", "naglis", "versada", "moylop260", "fernandahf"],
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"external_dependencies": {
|
||||
"python": [
|
||||
"sentry_sdk<=1.9.0",
|
||||
]
|
||||
},
|
||||
"depends": [
|
||||
"base",
|
||||
],
|
||||
"post_load": "post_load",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue