mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_timeline: black, isort
This commit is contained in:
committed by
Carlos Lopez
parent
e8123dd745
commit
d08d7a2490
@@ -3,11 +3,10 @@
|
||||
|
||||
from openerp import fields, models
|
||||
|
||||
|
||||
TIMELINE_VIEW = ('timeline', 'Timeline')
|
||||
TIMELINE_VIEW = ("timeline", "Timeline")
|
||||
|
||||
|
||||
class IrUIView(models.Model):
|
||||
_inherit = 'ir.ui.view'
|
||||
_inherit = "ir.ui.view"
|
||||
|
||||
type = fields.Selection(selection_add=[TIMELINE_VIEW])
|
||||
|
||||
Reference in New Issue
Block a user