Skip to content
Snippets Groups Projects
Commit 3c3cf948 authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[IMP] sales_team: don't auto install sales_cteam

Module sales_team was auto installed if base and mail was installed, but
this isn't wanted as it is already a depends of crm and sale modules
which should be anyway installed for sales team to have a meaning.

This could lead to a glitch with the sale apps displayed whilst it
should not be.

opw-679223
parent 5419485e
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,4 @@ Using this application you can manage Sales Team with CRM and/or Sales
'demo': ['sales_team_demo.xml'],
'css': ['static/src/css/sales_team.css'],
'installable': True,
'auto_install': True,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment