~opencrea/+junk/aprobio

« back to all changes in this revision

Viewing changes to disable_odoo_online/static/src/xml/base.xml

  • Committer: joannes
  • Date: 2017-05-17 09:40:42 UTC
  • Revision ID: joannes@debian-20170517094042-47q3j6on72w2h1il
community module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<templates>
 
3
    <t t-extend="UserMenu">
 
4
        <t t-jquery="a[data-menu='account'], a[data-menu='documentation'], a[data-menu='support']">
 
5
            this.parent().remove();
 
6
        </t>
 
7
    </t>
 
8
</templates>