summaryrefslogtreecommitdiff
path: root/addons/hr/static/src/xml/hr_templates.xml
blob: c805e5921f064052e122ee331d13bfcc0946736d (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<template xml:space="preserve">
    <t t-extend="UserMenu.Actions">
        <t t-jquery="a[data-menu='settings']" t-operation='inner'>
            My Profile
        </t>
    </t>
</template>