update
This commit is contained in:
parent
8b143a1ca8
commit
b416b9b058
@ -112,7 +112,7 @@ def get_related_fields(
|
|||||||
odoo: odoorpc.ODOO, args: argparse.Namespace
|
odoo: odoorpc.ODOO, args: argparse.Namespace
|
||||||
) -> Dict[str, List[str]]:
|
) -> Dict[str, List[str]]:
|
||||||
"""Retrieve related fields with cache management."""
|
"""Retrieve related fields with cache management."""
|
||||||
cache_path = os.path.join(CACHE_DIR, args.db_name, f"{args.base_model}.json")
|
cache_path = os.path.join(CACHE_DIR, args.db_name, f"{args.base_model}.cache.json")
|
||||||
os.makedirs(os.path.dirname(cache_path), exist_ok=True)
|
os.makedirs(os.path.dirname(cache_path), exist_ok=True)
|
||||||
|
|
||||||
if not args.refresh_cache and os.path.exists(cache_path):
|
if not args.refresh_cache and os.path.exists(cache_path):
|
||||||
|
Loading…
Reference in New Issue
Block a user