[CLN] global : full pre-commit & ruff lint
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
from odoo import _, api, Command, fields, models
|
||||
from lxml import etree, html
|
||||
from odoo.tools import format_time
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class EventEvent(models.Model):
|
||||
_inherit = "event.event"
|
||||
|
||||
sequence_number = fields.Integer('Number of sequences', default="5")
|
||||
current_sequence_id = fields.Many2one('event.sequence', 'Current sequence')
|
||||
sequence_number = fields.Integer("Number of sequences", default="5")
|
||||
current_sequence_id = fields.Many2one("event.sequence", "Current sequence")
|
||||
|
Reference in New Issue
Block a user