[MIG] contract_payment_mode: Migration to 10.0

This commit is contained in:
David Vidal
2017-05-25 10:47:35 +02:00
parent 7cc7a78a90
commit 99497e34bd
7 changed files with 40 additions and 48 deletions

View File

@@ -2,7 +2,7 @@
# Copyright 2016 Antiun Ingenieria S.L. - Antonio Espinosa
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import api, SUPERUSER_ID
from odoo import api, SUPERUSER_ID
import logging
_logger = logging.getLogger(__name__)