2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 15:50:56 +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
}
]
}