Skip to content
Snippets Groups Projects

Enable mass validation of monthly statements.

Merged Etienne Ferriere requested to merge topic/11.0/TG-5326 into branch/11.0
@@ -279,6 +279,9 @@
batches.refresh()
self.assertTrue(all(batches.mapped(lambda r: r.state == "done")))
with self.assertRaises(odoo.exceptions.UserError):
server_action.with_context(active_ids=batch_ids).run()
def _launchMonthlyStatement(self):
"""Create montly statements.
"""
Loading