[MIG] contract_payment_mode: Migration to 10.0

This commit is contained in:
David Vidal
2017-05-25 10:47:35 +02:00
committed by Carolina Fernandez
parent b5689e2d94
commit 0894fba79d
6 changed files with 39 additions and 33 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__)