[MIG] account_mass_reconcile: Init mgration to 10.0

This commit is contained in:
Akim Juillerat
2017-01-06 13:35:40 +01:00
committed by Florian da Costa
parent 49591d0d78
commit e295dbc56e
14 changed files with 36 additions and 37 deletions

View File

@@ -5,9 +5,9 @@
import logging
from openerp import models, api
from odoo import models, api
from itertools import product
from openerp.tools.translate import _
from odoo.tools.translate import _
_logger = logging.getLogger(__name__)