mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
16 lines
281 B
JSON
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
|
|
}
|
|
]
|
|
}
|