[IMP] ribbon: no need for the backend model to have a table

This commit is contained in:
Stéphane Bidoul (ACSONE)
2017-07-02 22:15:53 +02:00
committed by Pedro M. Baeza
parent f0a37faa69
commit 4a79818139
3 changed files with 1 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
from openerp import api, models
class WebEnvironmentRibbonBackend(models.Model):
class WebEnvironmentRibbonBackend(models.AbstractModel):
_name = 'web.environment.ribbon.backend'
_description = 'Web Environment Ribbon Backend'