Skip to content

Commit

Permalink
[MIG] portal_sale_distributor_website_sale: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-weiss authored and nicomacr committed Sep 22, 2022
1 parent 9bac329 commit 86b8458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions portal_sale_distributor_website_sale/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Portal Distributor Website Sale',
'version': '13.0.1.0.0',
'version': "15.0.1.0.0",
'category': 'Tools',
'complexity': 'easy',
'author': 'ADHOC SA, Odoo Community Association (OCA)',
Expand All @@ -35,6 +35,6 @@
'views/portal_templates.xml',
'views/templates.xml',
],
'installable': False,
'installable': True,
'auto_install': True,
}
@@ -1,6 +1,6 @@
<odoo>

<template id="sale_order_website_link" name="Link to backend" inherit_id="portal.frontend_layout">
<template id="sale_order_website_link" name="Link to backend" inherit_id="portal.user_dropdown">
<xpath expr="//a[@id='o_logout']" position="before">
<a href="/portal/addresses" class="dropdown-item" groups="portal_sale_distributor.group_portal_distributor" role="menuitem">My Adresses</a>
</xpath>
Expand Down

0 comments on commit 86b8458

Please sign in to comment.