Skip to content

Commit

Permalink
Merge pull request #817 from PlanetaTIC/11.0-FIX-saas_utils_dependencies
Browse files Browse the repository at this point in the history
[11.0] [FIX] saas_base, saas_client, saas_portal, saas_server: Not depend on saas_utils
  • Loading branch information
Ivan Yelizariev authored Dec 18, 2018
2 parents cc8a307 + 28a2f49 commit cc4aa30
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion saas_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'category': 'SaaS',
"support": "[email protected]",
'website': 'https://it-projects.info',
'depends': ['saas_utils'],
'depends': ['base'],
'data': [],
'installable': True,
}
1 change: 0 additions & 1 deletion saas_client/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
'auth_oauth',
'auth_oauth_ip',
'auth_oauth_check_client_id',
'saas_utils',
'mail',
'web_settings_dashboard',
'access_limit_records_number',
Expand Down
11 changes: 6 additions & 5 deletions saas_portal/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
'category': 'SaaS',
"support": "[email protected]",
'website': 'https://it-projects.info',
'depends': ['oauth_provider',
'website',
'auth_signup',
'saas_base',
'saas_utils'],
'depends': [
'oauth_provider',
'website',
'auth_signup',
'saas_base',
],
'data': [
'data/mail_template_data.xml',
'data/plan_sequence.xml',
Expand Down
1 change: 0 additions & 1 deletion saas_server/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
'auth_oauth',
'auth_oauth_ip',
'saas_base',
'saas_utils',
'website',
],
'data': [
Expand Down

0 comments on commit cc4aa30

Please sign in to comment.