Skip to Content
Menu
This question has been flagged
2223 Views

localhot:8069/my

when i login as a portal user i am not getting my documets page

only showing "your documents"

below there is no documents.

this is the template:

<template id="portal_my_home" name="My Portal">
<t t-call="portal.portal_layout">
<t t-set="my_details" t-value="True"/>
<div class="o_portal_my_home">
<div class="oe_structure" id="oe_structure_portal_my_home_1"/>
<h3>Your Documents</h3>
<div class="o_portal_docs list-group">
</div>
</div>
<div class="oe_structure" id="oe_structure_portal_my_home_2"/>
</t>
</template>

i found this code from portal module.please help me to solve this.

internal users are getting their documents but only portal users are not getting

Avatar
Discard