[CLN] global : full pre-commit & ruff lint
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from odoo import _, api, Command, fields, models
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class AccountMove(models.Model):
|
||||
_inherit = "account.move"
|
||||
|
||||
event_registration_id = fields.Many2one('event.registration', string="Stagiaire")
|
||||
event_registration_id = fields.Many2one("event.registration", string="Stagiaire")
|
||||
|
Reference in New Issue
Block a user