[IMP] web_timeline: black, isort

This commit is contained in:
Thong Nguyen Van
2019-12-30 18:12:23 +07:00
committed by Alexandre Díaz
parent 987fd13050
commit a88496b8f8
4 changed files with 15 additions and 21 deletions

View File

@@ -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])