2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-03 01:51:08 +00:00

Enhancements for recort import/export (#11630)

* Add management command to list installed apps

* Add metadata to exported data file

* Validate metadata for imported file

* Update CHANGELOG.md

* Update docs

* Use internal codes

* Refactor and add more metadata

* Adjust github action workflow

* Run with --force option to setup demo dataset
This commit is contained in:
Oliver
2026-03-31 00:18:48 +11:00
committed by GitHub
parent 67d6026637
commit 77744aeeac
6 changed files with 225 additions and 30 deletions

View File

@@ -13,5 +13,5 @@ runs:
invoke export-records -f data.json
python3 ./src/backend/InvenTree/manage.py flush --noinput
invoke migrate
invoke import-records -c -f data.json
invoke import-records -c -f data.json
invoke import-records -c -f data.json --force --strict
invoke import-records -c -f data.json --force --strict