Precommit V14

This commit is contained in:
Darío Lodeiros
2020-10-21 12:54:21 +02:00
parent a2ead12060
commit 9554737792
50 changed files with 740 additions and 458 deletions

View File

@@ -20,11 +20,8 @@
#
##############################################################################
import logging
from datetime import timedelta
from odoo import api, fields
from odoo.tests import common
from odoo.tools import DEFAULT_SERVER_DATE_FORMAT, DEFAULT_SERVER_DATETIME_FORMAT
_logger = logging.getLogger(__name__)