2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/schemas/app/inventory/ShipmentItem.json

15 lines
256 B
JSON

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