Fix Backport support of 'labs' RUNNING_ENV

This commit is contained in:
Yannick Vaucher
2021-12-02 16:01:59 +01:00
parent 6713fe25fb
commit 9fe2e91757
+1
View File
@@ -10,6 +10,7 @@ from collections import namedtuple
from distutils.util import strtobool
from odoo import api, models
from odoo.tools.config import config
_logger = logging.getLogger(__name__)