OCA/server-tools

View on GitHub
disable_openerp_online/static/src/xml/base.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<templates>
    <t t-extend="UserMenu">
        <t t-jquery="a[data-menu='account'], a[data-menu='help']">
            this.parent().remove();
        </t>
    </t>
</templates>