[NEW] event_sequence
This commit is contained in:
9
event_sequence/models/event_event.py
Normal file
9
event_sequence/models/event_event.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from odoo import _, api, Command, fields, models
|
||||
from lxml import etree, html
|
||||
from odoo.tools import format_time
|
||||
|
||||
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')
|
Reference in New Issue
Block a user