feat: remove strtobool

This commit is contained in:
vrenaville
2024-09-05 14:37:18 +02:00
parent 8046783eff
commit 7d5a0f2d43
6 changed files with 66 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import logging
import os
import re
from collections import namedtuple
from distutils.util import strtobool
from .strtobool import strtobool
from odoo import api, models
from odoo.tools.config import config