[opportunity] status open

This commit is contained in:
Rushabh Mehta
2015-04-13 16:56:03 +05:30
parent c712dc6729
commit 4ac3094049
2 changed files with 3 additions and 3 deletions

View File

@@ -13,12 +13,12 @@ status_map = {
["Opportunity", "has_opportunity"],
],
"Opportunity": [
["Open", None],
["Lost", "eval:self.status=='Lost'"],
["Quotation", "has_quotation"],
["Converted", "has_ordered_quotation"]
],
"Quotation": [
["Draft", None],
["Submitted", "eval:self.docstatus==1"],
["Lost", "eval:self.status=='Lost'"],
["Ordered", "has_sales_order"],