[FIX] test_flake8 (2)

This commit is contained in:
Henrik
2019-06-30 09:59:57 +02:00
committed by OCA-git-bot
parent fe5b835420
commit 197fa5ebef

View File

@@ -11,8 +11,8 @@ from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT
_logger = logging.getLogger(__name__)
class AccountFiscalYear(models.Model):
class AccountFiscalYear(models.Model):
_inherit = 'account.fiscal.year'
@api.model