Public Access
extraction works working on all the modules of the configured Version span
This commit is contained in:
@@ -7,6 +7,8 @@ __pycache__/
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# patch backups
|
||||
*.orig
|
||||
# temporary patchfiles
|
||||
*.diff
|
||||
|
||||
|
||||
+11
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user