[FIX] sentry: Fix bad ported version
parent
c9ee23a2d3
commit
25dcef43d4
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
"name": "Sentry",
|
"name": "Sentry",
|
||||||
"summary": "Report Odoo errors to Sentry",
|
"summary": "Report Odoo errors to Sentry",
|
||||||
"version": "14.0.1.0.0",
|
"version": "14.0.1.1.0",
|
||||||
"category": "Extra Tools",
|
"category": "Extra Tools",
|
||||||
"website": "https://github.com/OCA/server-tools",
|
"website": "https://github.com/OCA/server-tools",
|
||||||
"author": "Mohammed Barsi,"
|
"author": "Mohammed Barsi,"
|
||||||
|
|
|
@ -6,7 +6,7 @@ except ImportError: # pragma: no cover
|
||||||
|
|
||||||
|
|
||||||
def string_types():
|
def string_types():
|
||||||
""" Taken from https://git.io/JIv5J """
|
"""Taken from https://git.io/JIv5J"""
|
||||||
|
|
||||||
return (str,)
|
return (str,)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue