From 91b601d6184b85f4df3abb66200025adee8a8660 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Fri, 6 Sep 2019 18:40:59 +0200
Subject: [PATCH] add selector langage

---
 views/menu.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/views/menu.xml b/views/menu.xml
index dda9410..fb73b0b 100644
--- a/views/menu.xml
+++ b/views/menu.xml
@@ -61,28 +61,8 @@
                         </div>
                     </div>
                 </li>
-                <li groups="website.group_website_publisher" class="list-inline-item">
-                    <t t-set="url_return" t-value="url_for('', '[lang]') + '?' + keep_query()"/>
-                    <a t-attf-href="/web#action=base.action_view_base_language_install&amp;website_id=#{website.id if website else ''}&amp;url_return=#{url_return}">
-                        <i class="fa fa-plus-circle"/>
-                        Add a language...
-                    </a>
-                </li>
             </xpath>
 
-            <!-- 
-
-            <xpath expr="//header" position="attributes">
-                <attribute name="t-attf-class" add="#{'o_header_affix affix affixed'}" separator=" "/>
-            </xpath> -->
-
-            <!-- <xpath expr="//a[@class='navbar-brand logo']" position="replace">
-                <a href="/" class="navbar-brand logo">
-                    <img id="logo-mobile" class="logo-mobile d-block d-sm-none-pylote" src="/pylote_website/static/src/img/logo-pylote-sans-text.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/>
-                    <img class="d-none d-sm-block-pylote" t-att-src="'/logo.png?company=%s' % res_company.id" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/>
-                </a>
-            </xpath> -->
-
         </template>
 
     </odoo>
\ No newline at end of file
-- 
GitLab