mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-25 17:31:36 +02:00
9 lines
231 B
XML
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>
|