mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] ribbon: no need for the backend model to have a table
This commit is contained in:
committed by
Andreas Perhab
parent
2c16ec1a86
commit
4e5c420e15
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user