Skip to content
Snippets Groups Projects
Commit f074772d authored by Laurent Smet's avatar Laurent Smet
Browse files

[FIX] sale_stock: Fix test depending of 'account' running at_install

Since the chart template is loaded post_install, a test depending of the accounting
must always be run post_install.
parent 3a2d6984
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ from odoo.tests.common import SavepointCase
from odoo.exceptions import UserError
@tagged('post_install', '-at_install')
class TestAngloSaxonValuation(SavepointCase):
@classmethod
def setUpClass(cls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment