This commit is contained in:
clementthomas
2024-03-06 13:32:18 +01:00
parent a6e43b09d1
commit 9bc61c083f

View File

@@ -1,5 +1,6 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import fields, models, api, Command
import logging
_logger = logging.getLogger(__name__)
class EventEvent(models.Model):