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
CarlosRoca13
parent
7c4bcfaaa2
commit
f424a79c97
@@ -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