Merge pull request #18860 from rohitwaghchaure/added_purchase_invoice_in_buying_module

fix: added purchase invoice in buying module
This commit is contained in:
rohitwaghchaure
2019-08-29 12:13:50 +05:30
committed by GitHub

View File

@@ -14,6 +14,12 @@ def get_data():
"dependencies": ["Item", "Supplier"],
"description": _("Purchase Orders given to Suppliers."),
},
{
"type": "doctype",
"name": "Purchase Invoice",
"onboard": 1,
"dependencies": ["Item", "Supplier"]
},
{
"type": "doctype",
"name": "Material Request",