Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino_xl.lib.tickets

Adds functionality for managing tickets.

See tickets (Ticket management).

roles

User roles for lino_xl.lib.tickets.

Classes

Plugin(site, app_label, app_name, ...)

The descriptor for this plugin.

class lino_xl.lib.tickets.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

The descriptor for this plugin.

site_model = 'tickets.Site'

The model to be used for representing "sites".

milestone_model = 'meetings.Meeting'

The model to be used for representing "milestones".

end_user_model = 'contacts.Partner'

The model to be used for representing "end users".