feat(core): add model tag to manufacturer

ref: #807 #796
This commit is contained in:
2025-06-09 09:25:39 +09:30
parent 14891990f8
commit ebbb7e8e6e
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@ class Manufacturer(
CenturionModel,
):
model_tag = 'manufacturer'
class Meta:

View File

@ -87,8 +87,8 @@ A Model link is a reference to an item within the database. Supported model link
| group| `$-<id>` |
| it_asset | `$it_asset-<id>` |
| knowledgebase| `$kb-<id>` |
| knowledgebasecategory| `$-<id>` |
| manufacturer| `$-<id>` |
| knowledgebasecategory| `$kb_category-<id>` |
| manufacturer| `$manufacturer-<id>` |
| modelnotes| `$-<id>` |
| operatingsystem| `$operating_system-<id>` |
| operatingsystemversion| `$-<id>` |