[minor] removed customer validation between quotation and SO
This commit is contained in:
parent
1672fd8c99
commit
23a64d7f9d
@ -166,7 +166,7 @@ class DocType(SellingController):
|
|||||||
super(DocType, self).validate_with_previous_doc(self.tname, {
|
super(DocType, self).validate_with_previous_doc(self.tname, {
|
||||||
"Quotation": {
|
"Quotation": {
|
||||||
"ref_dn_field": "prevdoc_docname",
|
"ref_dn_field": "prevdoc_docname",
|
||||||
"compare_fields": [["customer", "="], ["company", "="], ["currency", "="]]
|
"compare_fields": [["company", "="], ["currency", "="]]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user