Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
python-libs
odoo-libs
odoo_launcher
Commits
80ecebe8
Commit
80ecebe8
authored
Mar 25, 2022
by
Alexis PASQUIER
Browse files
⬆
addons-installer
Suppression d'un logger
parent
baa5e895
Pipeline
#74831
failed with stages
in 2 minutes and 29 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
odoo_launcher/odoo_config_maker.py
View file @
80ecebe8
...
...
@@ -29,8 +29,6 @@ from .mapper import (
_logger_level
=
getattr
(
logging
,
os
.
environ
.
get
(
"NDP_SERVER_LOG_LEVEL"
,
"INFO"
),
logging
.
INFO
)
_logger
=
logging
.
getLogger
(
"install_addons"
)
handler
=
logging
.
StreamHandler
()
_logger
.
addHandler
(
handler
)
_logger
.
setLevel
(
_logger_level
)
PG_MAX_CONN_MODE_AUTO
=
"AUTO"
...
...
setup.cfg
View file @
80ecebe8
[metadata]
name = odoo_launcher
version = 1.3.
0
version = 1.3.
1
url = https://gitlab.ndp-systemes.fr/python-libs/odoo_launcher
license = GPLv3
author = Alexis Pasquier, NDP Systemes
...
...
@@ -19,7 +19,7 @@ python_requires = >=2.7, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
include_package_data = True
packages = odoo_launcher
install_requires =
addons-installer>=1.
3.0
addons-installer>=1.
4.1
maintenance-server>=1.2.1
typing==3.10.0.0;python_version<='3'
enum34==1.1.10;python_version<='3'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment