feat: fetch source_fieldname for inventory dimension

(cherry picked from commit 4e63ee1a70)
This commit is contained in:
JK1117
2025-02-27 15:17:10 +08:00
committed by Mergify
parent bbc9cedf4d
commit 2ed6c211f9

View File

@@ -398,6 +398,7 @@ def get_inventory_dimensions():
"Inventory Dimension",
fields=[
"distinct target_fieldname as fieldname",
"source_fieldname",
"reference_document as doctype",
"validate_negative_stock",
],