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
commit c20e66e0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",