Skip to content
Snippets Groups Projects

Draft: Port to Odoo 16.

Closed Etienne Ferriere requested to merge topic/13.0/MO16-236 into branch/13.0
Compare and Show latest version
3 files
+ 1
18
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -28,8 +28,7 @@
AMOUNT = 42.0
@odoo.tests.common.at_install(False)
@odoo.tests.common.post_install(True)
@odoo.tests.tagged("-at_install", "post_install")
class Test(odoo.tests.TransactionCase):
"""Test this ``account_report`` module."""
Loading