feat(accounting): Viewset for Assets

ref: #741 #737
This commit is contained in:
2025-05-05 00:48:10 +09:30
parent 018cd7d245
commit c8cec06d85
3 changed files with 308 additions and 1 deletions

View File

@ -608,6 +608,16 @@ class ReactUIMetadata(OverRideJSONAPIMetadata):
}
})
if request.feature_flag['2025-00004']:
nav['accounting']['pages'].update({
'view_assetbase': {
"display_name": "Assets",
"name": "asset",
"link": "/accounting/asset"
}
})
if request.feature_flag['2025-00006']:
nav['assistance']['pages'].update({