083417f583
[FIX] logging_json: forward compatibility ( #510 )
...
Make the module compatible w/ ``python-json-logger==3.3.*`` (importing ``jsonlogger`` displays a deprecation warning)
Co-authored-by: SilvioC2C <87646954+SilvioC2C@users.noreply.github.com >
2026-02-13 13:33:41 +01:00
Sébastien Alix and cyrilmanuel
f34dc6be27
logging_json: fix RecursionError
...
Since Python 3.10, the use of 'threading.currentThread()' is deprecated
and generates a warning, and generating this warning log was in turn
entering in the `logging_json` mechanism, triggering an exception:
RecursionError: maximum recursion depth exceeded while calling a Python object
2024-03-27 13:19:22 +01:00
Yannick Payot
d17d229b13
Change CI to GitHub actions
...
Use copier template from oca/oca-addons-repo-template
Apply linting
2023-05-24 18:22:55 +02:00
Vincent Renaville and GitHub
dddd130e79
fix: dependencies and deprecated code ( #390 )
2022-11-04 14:34:29 +01:00
Vincent Renaville and GitHub
14cab08024
fix: modifition setup ( #386 )
2022-09-26 11:31:17 +02:00
vrenaville
afc02b779f
feat: v16.0 : all modules uninstallable
2022-09-26 10:12:15 +02:00
Stephane Mangin and Maksym Yankin
de19785632
logging_json: fix W0622(redefined-builtin)
2022-05-18 16:24:42 +03:00
Denis Leemann
a8b4b251ef
Update manifest files to be consistent inbetween them
...
The main goal is to be able to easily do grep and sed when we
do mass update on them
2021-10-18 13:08:30 +02:00
Denis Leemann
e03fadfd21
15.0 Modules migration
2021-10-18 13:08:30 +02:00
Patrick Tombez
5f5d75e755
[MIG] logging_json: Migration to 14.0
2020-11-03 15:40:25 +01:00
Denis Leemann
287332576a
Set module for 14.0 uninstallable
2020-10-06 10:54:24 +02:00
Stéphane Bidoul and Guewen Baconnier
522937c3b5
Log uid
2020-06-22 07:50:44 +02:00
Stéphane Bidoul and Guewen Baconnier
9cf4bf2171
Log request uuid
2020-06-22 07:50:35 +02:00
Stéphane Bidoul (ACSONE) and GitHub
24675ae14c
[FIX] logging_json: PyPI package as python external dep
2019-12-21 15:03:35 +01:00
Tonow-c2c
c1c76144d2
BSRD-286: MIG V13 logging_json
2019-10-08 18:17:31 +02:00
Tonow-c2c
cbff157fdd
BSRD-286: Set the addons to uninstallable
2019-10-07 12:16:06 +02:00
jcoux
5c43e3547e
fixup! Migration to 12.0
2018-11-23 09:31:46 +01:00
jcoux
7eac1013eb
Migration to 12.0
2018-10-24 12:44:45 +02:00
jcoux
73293a1390
Set all modules to uninstallable
2018-10-24 11:53:27 +02:00
Guewen Baconnier
b084ce278a
Set addons installable
2017-11-15 14:56:45 +01:00
Guewen Baconnier
96c9a38150
Set addons uninstallable
2017-11-15 14:31:23 +01:00
Guewen Baconnier
8e4b461c75
Migrate addons to 10.0
2016-12-21 21:29:09 +01:00
Guewen Baconnier
3c8b74369b
Make pylint happy
2016-11-03 16:58:36 +01:00
Guewen Baconnier
b5f00c26dc
Fix pep8
2016-11-02 10:29:02 +01:00
Guewen Baconnier
ec1f3fc61a
Add logging_json
...
Output odoo logs as json
2016-11-02 10:10:05 +01:00