mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
feat: remove strtobool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user