[FIX] app store link
This commit is contained in:
parent
e31492a01a
commit
9c9cc927dd
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user