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
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
# patch backups
|
||||||
|
*.orig
|
||||||
# temporary patchfiles
|
# temporary patchfiles
|
||||||
*.diff
|
*.diff
|
||||||
|
|
||||||
|
|||||||
+11
@@ -8,7 +8,18 @@ from pathlib import Path
|
|||||||
DEFAULT_REPO = "/home/uha4/tmp/tryton"
|
DEFAULT_REPO = "/home/uha4/tmp/tryton"
|
||||||
|
|
||||||
DEFAULT_MODULES = [
|
DEFAULT_MODULES = [
|
||||||
|
"company",
|
||||||
|
"country",
|
||||||
|
"currency",
|
||||||
"party",
|
"party",
|
||||||
|
"product",
|
||||||
|
"production_split",
|
||||||
|
"stock_lot",
|
||||||
|
"stock_lot_sled",
|
||||||
|
"production",
|
||||||
|
"stock_product_location",
|
||||||
|
"stock_split",
|
||||||
|
"product_measurements",
|
||||||
]
|
]
|
||||||
|
|
||||||
DEFAULT_OUTPUT = "data"
|
DEFAULT_OUTPUT = "data"
|
||||||
|
|||||||
Reference in New Issue
Block a user