2
0
mirror of https://github.com/frappe/books.git synced 2024-11-15 09:54:04 +00:00
books/schemas/regional/in/Address.json
18alantom 9bce0f1ae8 fix: address setting on create new
- fix link field typo
- remove name from address quickedit form list
- add export shortcut
2023-03-27 00:27:00 -07:00

21 lines
325 B
JSON

{
"name": "Address",
"fields": [
{
"fieldname": "pos",
"label": "Place of Supply",
"fieldtype": "AutoComplete",
"placeholder": "Place of Supply"
}
],
"quickEditFields": [
"addressLine1",
"addressLine2",
"city",
"state",
"country",
"postalCode",
"pos"
]
}