web_environment_ribbon: import from odoo instead of openerp.

pull/1389/head
Jean-Paul Ladage 2018-04-24 09:05:48 +02:00 committed by Eric Lembregts
parent 17ed453c66
commit ecad69896c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{
'name': "Web Environment Ribbon",
'version': '11.0.1.0.1',
'version': '11.0.1.0.2',
'category': 'Web',
'author': 'Francesco OpenCode Apruzzese, '
'Tecnativa, '

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):