Currency inheritance between parent and child tables is not functioning as expected.
The issue involves currency fields in child tables not correctly inheriting currency options from parent tables. The problem requires understanding how currency fields propagate between parent and child tables in Frappe. The scope is somewhat clear but involves handling currency inheritance logic.
Child Table fields of type Current not able to pickup it currency option from the Parent's Currency Field
When I child table is defined with a field whose type is Currency and has option parent.currency, and the Parent Table has Currency field of type Currency and Options Currency.
Output of bench version
clearing_forwarding 0.0.1 version-16 (7d4f9c1)
erpnext 16.9.1 version-16 (99a81db)
frappe 16.12.0 version-16 (52ed87d)
hrms 16.4.3 version-16 (d9154fe)
payments 0.0.1 develop (3cebd94)
telephony 0.0.1 develop (d4ee5b4)
When the Currency in the Parent Table is changed the Price in the Amounts Child Table is showing the Company's Default Currency
When the Currenc
Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!