diff options
Diffstat (limited to 'addons/hr/static/src/xml')
| -rw-r--r-- | addons/hr/static/src/xml/hr_templates.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/hr/static/src/xml/hr_templates.xml b/addons/hr/static/src/xml/hr_templates.xml new file mode 100644 index 00000000..c805e592 --- /dev/null +++ b/addons/hr/static/src/xml/hr_templates.xml @@ -0,0 +1,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> |
