Fix for Opportunity

This commit is contained in:
Valmik Jangla 2016-03-29 11:13:07 +05:30
parent 9904c5acf4
commit 29563275f5

View File

@ -17,9 +17,11 @@ status_map = {
["Opportunity", "has_opportunity"], ["Opportunity", "has_opportunity"],
], ],
"Opportunity": [ "Opportunity": [
["Lost", "eval:self.status=='Lost'"],
["Quotation", "has_quotation"], ["Quotation", "has_quotation"],
["Converted", "has_ordered_quotation"] ["Converted", "has_ordered_quotation"],
["Lost", "eval:self.status=='Lost'"],
["Closed", "eval:self.status=='Closed'"]
], ],
"Quotation": [ "Quotation": [
["Draft", None], ["Draft", None],