Skip to content
Snippets Groups Projects

Add the possibility to forbid unreconciliation for accounting entries emitted

Merged Etienne Ferriere requested to merge topic/13.0/TG-1117 into branch/13.0
All threads resolved!
Files
2
+ 1
1
@@ -248,7 +248,7 @@
"""
for line_3 in self.lines_3:
self.assertIn(self.partial_reconcile, line_3.matched_credit_ids)
self.assertIn(line_3.matched_credit_ids, self.partial_reconcile)
with self.assertRaises(exceptions.UserError):
self.partial_reconcile.unlink()
Loading