Merge pull request #3377 from expsa/applepay_fast_checkout_refactor

[FIX] affiliate_management
This commit is contained in:
abdurrahman-saber 2025-06-01 14:43:49 +03:00 committed by GitHub
commit a8e8ab0796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 13 deletions

View File

@ -1,18 +1,5 @@
<odoo>
<template id="my_account_link" name="Link to frontend portal" inherit_id="website.footer_custom">
<xpath expr="//div[@id='footer']/section/div/div/div/ul" position="inside">
<li>
<a href="/affiliate/">Affiliate</a>
</li>
<!-- <li>
<span t-esc="user_id.partner_id.is_affiliate"></span>
</li>
-->
</xpath>
</template>
<template id="my_affiliate_link" name="Link to My Affiliate Account"
inherit_id="portal.user_dropdown">
<xpath expr="//div[@id='o_logout_divider']" position="before">