fix: removed filter from method validate
This commit is contained in:
parent
23ee3c6fbe
commit
7facc34851
@ -141,7 +141,7 @@ class SalesOrder(SellingController):
|
|||||||
super(SalesOrder, self).validate_with_previous_doc({
|
super(SalesOrder, self).validate_with_previous_doc({
|
||||||
"Quotation": {
|
"Quotation": {
|
||||||
"ref_dn_field": "prevdoc_docname",
|
"ref_dn_field": "prevdoc_docname",
|
||||||
"compare_fields": [["company", "="], ["currency", "="]]
|
"compare_fields": [["company", "="]]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user