From 9ad378244cf8ca8a28b01ae1c7e166dbeff9a3fb Mon Sep 17 00:00:00 2001
From: Adrien Dieudonne <adr@odoo.com>
Date: Wed, 11 Oct 2017 16:05:30 +0200
Subject: [PATCH] Revert "[FIX] test_main_flows: missing dependency to run it
 in a browser"

This reverts commit 58e914425033a9604885fb0cdd7de1a6a144c4da.
---
 odoo/addons/test_main_flows/__manifest__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/odoo/addons/test_main_flows/__manifest__.py b/odoo/addons/test_main_flows/__manifest__.py
index be165548a1e1..f0c471a05662 100644
--- a/odoo/addons/test_main_flows/__manifest__.py
+++ b/odoo/addons/test_main_flows/__manifest__.py
@@ -8,7 +8,7 @@
 This module will test the main workflow of Odoo.
 It will install some main apps and will try to execute the most important actions.
 """,
-    'depends': ['web_tour', 'crm', 'sale_timesheet', 'purchase', 'mrp', 'account_accountant'],
+    'depends': ['web_tour', 'crm', 'sale_timesheet', 'purchase', 'mrp', 'account'],
     'data': [
         'views/templates.xml',
     ], 
-- 
GitLab