[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 Andreas Perhab
parent 2c16ec1a86
commit 4e5c420e15
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'