2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/schemas/app/inventory/ShipmentItem.json
2022-12-01 14:01:23 +05:30

16 lines
281 B
JSON

{
"name": "ShipmentItem",
"label": "Shipment Item",
"extends": "StockTransferItem",
"fields": [
{
"fieldname": "location",
"label": "From Loc.",
"fieldtype": "Link",
"target": "Location",
"required": true,
"create": true
}
]
}