sprint2: 8 services + 8 routes visibility filter + BaseSearchProvider + owned_mixin on models
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -13,7 +13,7 @@ from app.core.db import Base, TenantMixin
|
||||
from app.models.owned_mixin import OwnedMixin
|
||||
|
||||
|
||||
class Sequence(Base, TenantMixin):
|
||||
class Sequence(Base, TenantMixin, OwnedMixin):
|
||||
"""Sequence entity for document numbering (e.g. invoice RE-2026-0001)."""
|
||||
|
||||
__tablename__ = "sequences"
|
||||
|
||||
Reference in New Issue
Block a user