Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
27
sentry/__manifest__.py
Executable file
27
sentry/__manifest__.py
Executable 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": "18.0.1.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>=2.0.0,<=2.22.0",
|
||||
]
|
||||
},
|
||||
"depends": [
|
||||
"base",
|
||||
],
|
||||
"post_load": "post_load",
|
||||
}
|
||||
Reference in New Issue
Block a user