fix: removed filter from method validate

This commit is contained in:
NahuelOperto 2019-01-11 10:46:38 -03:00
parent 23ee3c6fbe
commit 7facc34851

View File

@ -141,7 +141,7 @@ class SalesOrder(SellingController):
super(SalesOrder, self).validate_with_previous_doc({
"Quotation": {
"ref_dn_field": "prevdoc_docname",
"compare_fields": [["company", "="], ["currency", "="]]
"compare_fields": [["company", "="]]
}
})