extraction works working on all the modules of the configured Version span

This commit is contained in:
2026-08-07 22:18:53 +02:00
parent b315d12259
commit d743f4acad
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ __pycache__/
# C extensions
*.so
# patch backups
*.orig
# temporary patchfiles
*.diff
+11
View File
@@ -8,7 +8,18 @@ from pathlib import Path
DEFAULT_REPO = "/home/uha4/tmp/tryton"
DEFAULT_MODULES = [
"company",
"country",
"currency",
"party",
"product",
"production_split",
"stock_lot",
"stock_lot_sled",
"production",
"stock_product_location",
"stock_split",
"product_measurements",
]
DEFAULT_OUTPUT = "data"