mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
model_wrapper is now bean, refactoring defaults
This commit is contained in:
@@ -6,6 +6,11 @@ wn.module_page["Stock"] = [
|
||||
title: wn._("Documents"),
|
||||
icon: "icon-copy",
|
||||
items: [
|
||||
{
|
||||
label: wn._("Material Request"),
|
||||
description: wn._("Request Material for Transfer or Purchase."),
|
||||
doctype:"Material Request"
|
||||
},
|
||||
{
|
||||
label: wn._("Stock Entry"),
|
||||
description: wn._("Transfer stock from one warehouse to another."),
|
||||
|
||||
Reference in New Issue
Block a user