Skip to content

Commit

Permalink
[FIX] web: remove reference to Enterprise version
Browse files Browse the repository at this point in the history
closes #27505
  • Loading branch information
nim-odoo committed Oct 8, 2018
1 parent 38ee891 commit 360212f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions addons/web/static/src/xml/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,6 @@
</t>
</t>

<t t-extend="DashboardShare">
<t t-jquery=".user-heading h3" t-operation="replace">
<h3>
Odoo <t t-esc="server_version"/> (Enterprise Edition)
</h3>
</t>
<t t-jquery=".user-heading h3" t-operation="after">
<t t-set="expiration_date" t-value="new moment(widget.data.expiration_date).format('LL')"/>
<t t-if="expiration_date">
<h5>Database expiration: <t t-esc="expiration_date"/></h5>
</t>
</t>
</t>

<t t-extend="UserMenu.Actions">
<t t-jquery=".dropdown-divider" t-operation="before">
<a href="#" data-menu="shortcuts" class="dropdown-item d-none d-md-inline-block">Shortcuts</a>
Expand Down

0 comments on commit 360212f

Please sign in to comment.