Skip to content

Commit e6b4d87

Browse files
committed
[FIX] base: fix link to non-existing documentation page
The documentation page for the external API was moved elsewhere with PR odoo/documentation#2026. closes odoo#94139 X-original-commit: 08f66aa Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 61b19da commit e6b4d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/portal/views/portal_templates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
<section t-if="debug and allow_api_keys">
502502
<h3>
503503
Developer API Keys
504-
<a href="https://www.odoo.com/documentation/15.0/developer/misc/api/odoo.html#api-keys" target="_blank">
504+
<a href="https://www.odoo.com/documentation/15.0/developer/misc/api/external_api.html#api-keys" target="_blank">
505505
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
506506
</a>
507507
</h3>

odoo/addons/base/views/res_users_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
</group>
472472
<group groups="base.group_no_one">
473473
<div class="o_horizontal_separator">Developer API Keys
474-
<a href="https://www.odoo.com/documentation/15.0/developer/misc/api/odoo.html#api-keys" target="_blank">
474+
<a href="https://www.odoo.com/documentation/15.0/developer/misc/api/external_api.html#api-keys" target="_blank">
475475
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
476476
</a>
477477
</div>

0 commit comments

Comments
 (0)