Skip to content

Centurion Abstract Model


This abstract model establishes the base features for ALL models within Centurion ERP

Bases: Centurion, TenancyAbstractModel

Attributes

created

created = AutoCreatedField(editable=True)

id

id = AutoField(
    blank=False,
    help_text="ID of the item",
    primary_key=True,
    unique=True,
    verbose_name="ID",
)

model_notes

model_notes = TextField(
    blank=True,
    help_text="Tid bits of information",
    null=True,
    verbose_name="Notes",
)

Classes

Meta

Attributes

abstract
abstract = True

Functions

__int__

__int__() -> int

validate_field_not_none

validate_field_not_none(value)

About:

This page forms part of our Project Centurion ERP.

Page Metadata
Version: ToDo: place files short git commit here
Date Created: 2025-05-25
Date Edited: 2025-05-24

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