[CLN] global : full pre-commit & ruff lint

This commit is contained in:
jscampucci
2025-09-15 12:58:03 +02:00
parent b63c4b5335
commit 174aabfbbb
71 changed files with 673 additions and 429 deletions

View File

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