Skip to content

Commit

Permalink
[FIX]Error-prone use of @Class in view Apps Sidebar ()
Browse files Browse the repository at this point in the history
This small patch solves the Openworx#62 warning.
  • Loading branch information
SalahAdDin authored Aug 9, 2018
1 parent f790447 commit b81d01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_theme_v11/views/sidebar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<odoo>
<template id="app_sidebar" inherit_id="web.webclient_bootstrap" name="Apps Sidebar">
<xpath expr="//div[@class='o_main']//div[@class='o_main_content']" position="before">
<xpath expr="//div[hasclass('o_main')]//div[hasclass('o_main_content')]" position="before">
<div id="app-sidebar" class="app-sidebar-panel">
<div class="app-sidebar navbar-collapse collapse">
<ul id="sidebar" class="app-sidebar-menu">
Expand Down

0 comments on commit b81d01a

Please sign in to comment.