[NEW] event_track_calendar_event*
This commit is contained in:
8
event_track_calendar_event/models/calendar_event.py
Normal file
8
event_track_calendar_event/models/calendar_event.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class CalendarEvent(models.Model):
|
||||
_inherit = 'calendar.event'
|
||||
|
||||
|
Reference in New Issue
Block a user