add Classes for Bitumen, Asphat, Aggregates, Additives and Properties of them
This commit is contained in:
@@ -12,7 +12,7 @@ from .norm_documents import (
|
||||
NormDocumentAsphalt,
|
||||
NormDocumentBitumen,
|
||||
)
|
||||
from .norm_specification import DeliveryGrain, EnumerateBase
|
||||
from .norm_specification import DeliveryGrain, EnumerateBase, AdditiveEnum
|
||||
from .project import Project
|
||||
from .usermanagement import Organisation, User
|
||||
|
||||
@@ -102,7 +102,7 @@ class Aggregate(Material):
|
||||
|
||||
class Additive(Material):
|
||||
|
||||
typ = StringField(required=True)
|
||||
category = LazyReferenceField(AdditiveEnum, required=True)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user