fix: Added a missing option to the currency field (backport #52528) (#52586)

fix: Added a missing option to the currency field (#52528)

(cherry picked from commit da07f84e44)

Co-authored-by: El-Shafei H. <el.shafei.developer@gmail.com>
This commit is contained in:
mergify[bot]
2026-02-09 20:59:58 +00:00
committed by GitHub
parent 6c9681ba4c
commit a6f5b88f9b

View File

@@ -48,6 +48,7 @@
"fieldname": "amount",
"fieldtype": "Currency",
"label": "Amount",
"options": "currency",
"read_only": 1
},
{