[FIX] app store link

This commit is contained in:
Flectra 2018-06-17 11:39:19 +05:30
parent e31492a01a
commit 9c9cc927dd
2 changed files with 3 additions and 3 deletions

View File

@ -45,8 +45,8 @@
<a class="btn btn-primary btn-block o_browse_apps" role="button"><strong>Browse Apps</strong></a>
</div>
<div class="o_web_settings_dashboard_pills">
<a href="https://www.flectra.com/apps/modules" target="_blank" class="pull-left"><i class="fa fa-rocket fa-2x text-muted"/> App store</a>
<a href="https://www.flectra.com/apps/themes" target="_blank" class="pull-right"><i class="fa fa-picture-o fa-2x text-muted"/> Theme store</a>
<a href="https://store.flectrahq.com/apps/category/1" target="_blank" class="pull-left"><i class="fa fa-rocket fa-2x text-muted"/> App store</a>
<a href="https://store.flectrahq.com/apps/category/2" target="_blank" class="pull-right"><i class="fa fa-picture-o fa-2x text-muted"/> Theme store</a>
</div>
<div class="clearfix"/>
</div>

View File

@ -817,7 +817,7 @@ class Module(models.Model):
@api.model
def get_apps_server(self):
return tools.config.get('apps_server', 'https://apps.flectra.com/apps')
return tools.config.get('apps_server', 'https://store.flectrahq.com')
def _update_dependencies(self, depends=None):
existing = set(dep.name for dep in self.dependencies_id)