[IMP] web_timeline: black, isort

This commit is contained in:
Thong Nguyen Van
2019-12-30 18:12:23 +07:00
committed by CarlosRoca13
parent 7c4bcfaaa2
commit f424a79c97
3 changed files with 13 additions and 20 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])