[FIX] agreement_maintenance: Fix Travis errors

This commit is contained in:
Maxime Chambreuil
2019-09-03 12:09:11 -05:00
parent fe6ec78bed
commit 52fbdf8a9a
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Copyright (C) 2018 - TODAY, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, fields, models
from odoo import fields, models
class AgreementServiceProfile(models.Model):