3
0
Fork 0

web_environment_ribbon: import from odoo instead of openerp.

17.0
Jean-Paul Ladage 2018-04-24 09:05:48 +02:00 committed by Raf Ven
parent 9a6affbe1e
commit 5fe49a3df3
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):