mirror of
https://github.com/frappe/books.git
synced 2025-01-10 10:16:22 +00:00
19 lines
310 B
JSON
19 lines
310 B
JSON
|
{
|
||
|
"name": "PaymentMethod",
|
||
|
"label": "Payment Method",
|
||
|
"naming": "manual",
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldname": "name",
|
||
|
"label": "Name",
|
||
|
"fieldtype": "Data"
|
||
|
},
|
||
|
{
|
||
|
"fieldname": "account",
|
||
|
"label": "Account",
|
||
|
"fieldtype": "Link",
|
||
|
"target": "Account"
|
||
|
}
|
||
|
]
|
||
|
}
|