web_environment_ribbon: import from odoo instead of openerp.

This commit is contained in:
Jean-Paul Ladage
2018-04-24 09:05:48 +02:00
committed by Andreas Perhab
parent ffa8092302
commit 32b81afb38
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2017 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import api, models
from odoo import api, models
class WebEnvironmentRibbonBackend(models.AbstractModel):