Files
tra_backend/hr_employee/static/src/xml/hr_templates.xml
2020-07-22 11:21:02 +05:30

9 lines
231 B
XML

<?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>