[enhancement] request for quotation

This commit is contained in:
rohitwaghchaure
2016-03-03 14:00:35 +05:30
parent 6d1b5d618a
commit a1064a6149
21 changed files with 722 additions and 147 deletions

View File

@@ -32,6 +32,9 @@ def get_notification_config():
"status": ("not in", ("Stopped",)),
"per_ordered": ("<", 100)
},
"Request for Quotation": {
"docstatus": 0
},
"Purchase Order": {
"status": ("not in", ("Completed", "Closed")),
"docstatus": ("<", 2)