Fix for Opportunity
This commit is contained in:
parent
9904c5acf4
commit
29563275f5
@ -17,9 +17,11 @@ status_map = {
|
||||
["Opportunity", "has_opportunity"],
|
||||
],
|
||||
"Opportunity": [
|
||||
["Lost", "eval:self.status=='Lost'"],
|
||||
["Quotation", "has_quotation"],
|
||||
["Converted", "has_ordered_quotation"]
|
||||
["Converted", "has_ordered_quotation"],
|
||||
["Lost", "eval:self.status=='Lost'"],
|
||||
["Closed", "eval:self.status=='Closed'"]
|
||||
|
||||
],
|
||||
"Quotation": [
|
||||
["Draft", None],
|
||||
|
Loading…
x
Reference in New Issue
Block a user