[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 sbejaoui
parent 1523a8bef3
commit 0723c4698d
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__)