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
parent d9bd5d8504
commit 01739f73e9
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):