Skip to content

External Links


This model enables the end user to define external links to be rendered alongside other models display pages. The values are added to the page context in the Change View.

Bases: TenancyObject

id = models.AutoField(blank=False, help_text='ID for this external link', primary_key=True, unique=True, verbose_name='ID')

name = models.CharField(blank=False, help_text='Name to display on link button', max_length=30, unique=True, verbose_name='Friendly Name')

slug = None

button_text = models.CharField(blank=True, help_text='Name to display on link button', max_length=30, null=True, unique=True, verbose_name='Button Text')

template = models.CharField(blank=False, help_text='External Link template', max_length=180, unique=False, verbose_name='Link Template')

colour = models.CharField(blank=True, default=None, help_text='Colour to render the link button. Use HTML colour code', max_length=80, null=True, unique=False, verbose_name='Button Colour')

cluster = models.BooleanField(default=False, blank=False, help_text='Render link for clusters', verbose_name='Clusters')

devices = models.BooleanField(default=False, blank=False, help_text='Render link for devices', verbose_name='Devices')

service = models.BooleanField(default=False, blank=False, help_text='Render link for service', verbose_name='Service')

software = models.BooleanField(default=False, blank=False, help_text='Render link for software', verbose_name='Software')

created = AutoCreatedField()

modified = AutoLastModifiedField()

page_layout: dict = [{'name': 'Details', 'slug': 'details', 'sections': [{'layout': 'double', 'left': ['organization', 'name', 'button_text', 'template', 'colour', 'is_global'], 'right': ['model_notes', 'created', 'modified']}, {'name': 'Assignable to', 'layout': 'double', 'left': ['cluster', 'service'], 'right': ['devices', 'software']}]}, {'name': 'Knowledge Base', 'slug': 'kb_articles', 'sections': [{'layout': 'table', 'field': 'knowledge_base'}]}, {'name': 'Notes', 'slug': 'notes', 'sections': []}]

table_fields: list = ['name', 'organization', 'created', 'modified']

Meta

Attributes
ordering = ['name', 'organization']
verbose_name = 'External Link'
verbose_name_plural = 'External Links'

__str__()

Return the Template to render

save_history(before, after)

About:

This page forms part of our Project Centurion ERP.

Page Metadata
Version: ToDo: place files short git commit here
Date Created: 2024-07-15
Date Edited: 2024-07-17

Contribution:

Would You like to contribute to our Centurion ERP project? You can assist in the following ways:

 

ToDo: Add the page list of contributors