Skip to content

Commit 52be3f8

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#94200 X-original-commit: e6b4d87 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 849c813 commit 52be3f8

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/saas-15.1/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
@@ -475,7 +475,7 @@
475475
</group>
476476
<group groups="base.group_no_one">
477477
<div class="o_horizontal_separator">Developer API Keys
478-
<a href="https://www.odoo.com/documentation/saas-15.1/developer/misc/api/odoo.html#api-keys" target="_blank">
478+
<a href="https://www.odoo.com/documentation/saas-15.1/developer/misc/api/external_api.html#api-keys" target="_blank">
479479
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
480480
</a>
481481
</div>

0 commit comments

Comments
 (0)