Skip to content

Commit 1fb7571

Browse files
committed
[FIX] *: retarget documentation links to 17.0
closes odoo#141406 Related: odoo/enterprise#50357 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent fe9b2a8 commit 1fb7571

File tree

104 files changed

+112
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+112
-112
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://runbot.odoo.com/runbot/badge/flat/1/master.svg)](https://runbot.odoo.com/runbot)
2-
[![Tech Doc](https://img.shields.io/badge/master-docs-875A7B.svg?style=flat&colorA=8F8F8F)](https://www.odoo.com/documentation/master)
2+
[![Tech Doc](https://img.shields.io/badge/master-docs-875A7B.svg?style=flat&colorA=8F8F8F)](https://www.odoo.com/documentation/17.0)
33
[![Help](https://img.shields.io/badge/master-help-875A7B.svg?style=flat&colorA=8F8F8F)](https://www.odoo.com/forum/help-1)
44
[![Nightly Builds](https://img.shields.io/badge/master-nightly-875A7B.svg?style=flat&colorA=8F8F8F)](https://nightly.odoo.com/)
55

@@ -26,7 +26,7 @@ a full-featured <a href="https://www.odoo.com">Open Source ERP</a> when you inst
2626
Getting started with Odoo
2727
-------------------------
2828

29-
For a standard installation please follow the <a href="https://www.odoo.com/documentation/master/administration/install/install.html">Setup instructions</a>
29+
For a standard installation please follow the <a href="https://www.odoo.com/documentation/17.0/administration/install/install.html">Setup instructions</a>
3030
from the documentation.
3131

32-
To learn the software, we recommend the <a href="https://www.odoo.com/slides">Odoo eLearning</a>, or <a href="https://www.odoo.com/page/scale-up-business-game">Scale-up</a>, the <a href="https://www.odoo.com/page/scale-up-business-game">business game</a>. Developers can start with <a href="https://www.odoo.com/documentation/master/developer/howtos.html">the developer tutorials</a>
32+
To learn the software, we recommend the <a href="https://www.odoo.com/slides">Odoo eLearning</a>, or <a href="https://www.odoo.com/page/scale-up-business-game">Scale-up</a>, the <a href="https://www.odoo.com/page/scale-up-business-game">business game</a>. Developers can start with <a href="https://www.odoo.com/documentation/17.0/developer/howtos.html">the developer tutorials</a>

Diff for: addons/account/views/res_partner_bank_views.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<div invisible="not has_money_transfer_warning" class="mb-1">
4141
<span class="text-danger">High risk</span>: <field name="money_transfer_service" nolabel="1" class="oe_inline"/> is a money transfer service and not a bank.
4242
Double check if the account can be trusted by calling the vendor.<br/>
43-
<a target="_blank" href="https://www.odoo.com/documentation/master/applications/finance/accounting/payables/pay/trusted_accounts.html">Check why.</a>
43+
<a target="_blank" href="https://www.odoo.com/documentation/17.0/applications/finance/accounting/payables/pay/trusted_accounts.html">Check why.</a>
4444
</div>
4545
<field name="has_iban_warning" invisible="1"/>
4646
<div invisible="not has_iban_warning">
4747
<span class="text-warning">Medium risk</span>: Iban <field name="sanitized_acc_number" nolabel="1" class="oe_inline fw-bold"/>
4848
is not from the same country as the partner (<field name="partner_country_name" nolabel="1" class="oe_inline"/>).<br/>
49-
<a target="_blank" href="https://www.odoo.com/documentation/master/applications/finance/accounting/payables/pay/trusted_accounts.html">Check why it's risky.</a>
49+
<a target="_blank" href="https://www.odoo.com/documentation/17.0/applications/finance/accounting/payables/pay/trusted_accounts.html">Check why it's risky.</a>
5050
</div>
5151
</div>
5252
</xpath>

Diff for: addons/auth_oauth/views/res_config_settings_views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<label for="auth_oauth_google_client_id" string="Client ID:" class="col-lg-3 o_light_label"/>
2121
<field name="auth_oauth_google_client_id" placeholder="e.g. 1234-xyz.apps.googleusercontent.com"/>
2222
</div>
23-
<a href="https://www.odoo.com/documentation/master/applications/general/auth/google.html" target="_blank"><i class="oi oi-fw oi-arrow-right"/>Tutorial</a>
23+
<a href="https://www.odoo.com/documentation/17.0/applications/general/auth/google.html" target="_blank"><i class="oi oi-fw oi-arrow-right"/>Tutorial</a>
2424
</div>
2525
</setting>
2626
</setting>

Diff for: addons/auth_totp/views/res_users_views.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
Two-factor Authentication ("2FA") is a system of double authentication.
3838
The first one is done with your password and the second one with a code you get from a dedicated mobile app.
3939
Popular ones include Authy, Google Authenticator or the Microsoft Authenticator.
40-
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html" title="Learn More" target="_blank">
40+
<a href="https://www.odoo.com/documentation/17.0/applications/general/auth/2fa.html" title="Learn More" target="_blank">
4141
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
4242
Learn More
4343
</a>
@@ -82,7 +82,7 @@
8282
Two-factor Authentication ("2FA") is a system of double authentication.
8383
The first one is done with your password and the second one with a code you get from a dedicated mobile app.
8484
Popular ones include Authy, Google Authenticator or the Microsoft Authenticator.
85-
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html" title="Learn More" target="_blank">
85+
<a href="https://www.odoo.com/documentation/17.0/applications/general/auth/2fa.html" title="Learn More" target="_blank">
8686
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
8787
Learn More
8888
</a>

Diff for: addons/auth_totp/views/templates.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="mb-2 mt-2 text-muted">
1010
To login, enter below the six-digit authentication code provided by your Authenticator app.
1111
<br/>
12-
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html"
12+
<a href="https://www.odoo.com/documentation/17.0/applications/general/auth/2fa.html"
1313
title="Learn More" target="_blank">Learn More</a>
1414
</div>
1515
<input type="hidden" name="csrf_token" t-att-value="request.csrf_token()"/>

Diff for: addons/auth_totp_mail/data/security_notifications_template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<xpath expr="//ul[hasclass('o_mail_account_security_suggestions')]/li[1]" position="after">
77
<li t-if="suggest_2fa">
88
<span>Consider</span>
9-
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html">
9+
<a href="https://www.odoo.com/documentation/17.0/applications/general/auth/2fa.html">
1010
activating Two-factor Authentication
1111
</a>
1212
</li>

Diff for: addons/auth_totp_mail_enforce/views/templates.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="mb-2" t-if="user._mfa_type() == 'totp_mail'">
2222
We strongly recommend enabling the two-factor authentication using an authenticator app to help secure your account.
2323
<br/>
24-
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html" title="Learn More" target="_blank">Learn More</a>
24+
<a href="https://www.odoo.com/documentation/17.0/applications/general/auth/2fa.html" title="Learn More" target="_blank">Learn More</a>
2525
</div>
2626
</xpath>
2727
</template>

Diff for: addons/auth_totp_portal/views/templates.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<section>
1414
<h4>
1515
Two-factor authentication
16-
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html" target="_blank">
16+
<a href="https://www.odoo.com/documentation/17.0/applications/general/auth/2fa.html" target="_blank">
1717
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
1818
</a>
1919
</h4>

Diff for: addons/base_setup/views/res_config_settings_views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<span class='o_form_label' invisible="active_user_count &lt;= '1'">
2525
Active Users
2626
</span>
27-
<a href="https://www.odoo.com/documentation/master/applications/general/users.html" title="Documentation" class="o_doc_link" target="_blank"></a>
27+
<a href="https://www.odoo.com/documentation/17.0/applications/general/users.html" title="Documentation" class="o_doc_link" target="_blank"></a>
2828
<br/>
2929
<button name="%(base.action_res_users)d" icon="oi-arrow-right" type="action" string="Manage Users" class="btn-link o_web_settings_access_rights"/>
3030
</setting>

Diff for: addons/calendar/wizard/calendar_provider_config.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div invisible="external_calendar_provider != 'google'">
1010
<img alt="Google Calendar icon" src="/calendar/static/src/img/google_calendar_40.png" style="height: 40px; margin-right: 5px"/>
1111
<span class="me-1 o_form_label">Google Calendar</span>
12-
<a href="https://www.odoo.com/documentation/master/applications/productivity/calendar/google.html" title="Read More" class="o_doc_link" target="_blank"></a>
12+
<a href="https://www.odoo.com/documentation/17.0/applications/productivity/calendar/google.html" title="Read More" class="o_doc_link" target="_blank"></a>
1313
<div class="text-muted mt-2">
1414
Synchronize your calendar with Google Calendar
1515
</div>
@@ -22,7 +22,7 @@
2222
<div invisible="external_calendar_provider != 'microsoft'">
2323
<img alt="Microsoft Outlook icon" src="/calendar/static/src/img/microsoft_calendar_40.png" style="height: 40px; margin-right: 5px"/>
2424
<span class="me-1 o_form_label">Outlook Calendar</span>
25-
<a href="https://www.odoo.com/documentation/master/applications/productivity/calendar/outlook.html" title="Read More" class="o_doc_link" target="_blank"></a>
25+
<a href="https://www.odoo.com/documentation/17.0/applications/productivity/calendar/outlook.html" title="Read More" class="o_doc_link" target="_blank"></a>
2626
<div class="text-muted mt-2">
2727
Synchronize your calendar with Outlook
2828
</div>

Diff for: addons/digest/views/digest_views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<group name="custom" string="Custom" groups="base.group_system">
5858
<div colspan="2">
5959
<p>Want to add your own KPIs?<br />
60-
<a href="https://www.odoo.com/documentation/master/applications/general/digest_emails.html#custom-digest-emails" target="_blank"><i class="oi oi-arrow-right"></i> Check our Documentation</a></p>
60+
<a href="https://www.odoo.com/documentation/17.0/applications/general/digest_emails.html#custom-digest-emails" target="_blank"><i class="oi oi-arrow-right"></i> Check our Documentation</a></p>
6161
</div>
6262
</group>
6363
</group>

Diff for: addons/hw_posbox_homepage/views/homepage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h2 class="text-center text-green">Your IoT Box is up and running</h2>
205205
{% else %}
206206
Error code:
207207
{% set error_code = certificate_details.split(' ') | first | replace("_", "-") | lower %}
208-
{% set doc_url = 'https://www.odoo.com/documentation/master/applications/productivity/iot/config/https_certificate_iot.html#' ~ error_code %}
208+
{% set doc_url = 'https://www.odoo.com/documentation/17.0/applications/productivity/iot/config/https_certificate_iot.html#' ~ error_code %}
209209
<a target="_blank" class="btn btn-sm float-end" href="{{ doc_url }}">help</a>
210210
<br/>
211211
<code style="white-space: pre-wrap;">{{ certificate_details }}</code>

Diff for: addons/hw_posbox_homepage/views/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</div>
138138
<div class="footer">
139139
<a href='https://www.odoo.com/help'>Help</a>
140-
<a href='https://www.odoo.com/documentation/master/applications/productivity/iot.html'>Documentation</a>
140+
<a href='https://www.odoo.com/documentation/17.0/applications/productivity/iot.html'>Documentation</a>
141141
</div>
142142
</body>
143143
</html>

Diff for: addons/hw_posbox_homepage/views/upgrade_page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2 class="text-center">IoT Box Software Upgrade</h2>
7373
However the preferred method to upgrade the IoTBox is to flash the sd-card with
7474
the <a href='https://nightly.odoo.com/master/iotbox/iotbox-latest.zip'>latest image</a>. The upgrade
7575
procedure is explained into to the
76-
<a href='https://www.odoo.com/documentation/master/applications/productivity/iot.html'>IoTBox manual</a>
76+
<a href='https://www.odoo.com/documentation/17.0/applications/productivity/iot.html'>IoTBox manual</a>
7777
</p>
7878
<p>
7979
To upgrade the IoTBox, click on the upgrade button. The upgrade will take a few minutes. <b>Do not reboot</b> the IoTBox during the upgrade.

Diff for: addons/im_livechat/demo/im_livechat_channel/im_livechat_session_6.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<field name="res_id" ref="im_livechat.livechat_channel_session_6"/>
4646
<field name="message_type">email</field>
4747
<field name="author_id" ref="base.partner_admin"/>
48-
<field name="body">Yes, of course, you can find it here: https://www.odoo.com/documentation/master/</field>
48+
<field name="body">Yes, of course, you can find it here: https://www.odoo.com/documentation/17.0/</field>
4949
<field name="message_type">comment</field>
5050
<field eval="DateTime.today() + relativedelta(months=-3, days=-5, minutes=24)" name="date"/>
5151
</record>

Diff for: addons/l10n_ae/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
33
'name': 'United Arab Emirates - Accounting',
4-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/united_arab_emirates.html',
4+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/united_arab_emirates.html',
55
'icon': '/account/static/description/l10n.png',
66
'countries': ['ae'],
77
'author': 'Tech Receptives',

Diff for: addons/l10n_ar/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
33
'name': 'Argentina - Accounting',
4-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/argentina.html',
4+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/argentina.html',
55
'icon': '/account/static/description/l10n.png',
66
'countries': ['ar'],
77
'version': '3.5',

Diff for: addons/l10n_at/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'countries': ['at'],
66
'version': '3.0',
77
'author': 'WT-IO-IT GmbH, Wolfgang Taferner (https://www.wt-io-it.at)',
8-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
8+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
99
'category': 'Accounting/Localizations/Account Charts',
1010
'summary': 'Austrian Standardized Charts & Tax',
1111
'description': """

Diff for: addons/l10n_au/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
'name': 'Australia - Accounting',
5-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/australia.html',
5+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/australia.html',
66
'icon': '/account/static/description/l10n.png',
77
'countries': ['au'],
88
'version': '1.1',

Diff for: addons/l10n_be/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
33
'name': 'Belgium - Accounting',
4-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/belgium.html',
4+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/belgium.html',
55
'version': '2.0',
66
'icon': '/account/static/description/l10n.png',
77
'countries': ['be'],

Diff for: addons/l10n_bg/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
33
'name': 'Bulgaria - Accounting',
4-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
4+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
55
'icon': '/account/static/description/l10n.png',
66
'countries': ['bg'],
77
'version': '1.0',

Diff for: addons/l10n_bo/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
33
'name': 'Bolivia - Accounting',
4-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
4+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
55
'icon': '/account/static/description/l10n.png',
66
'countries': ['bo'],
77
'version': '2.0',

Diff for: addons/l10n_br/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
33
'name': 'Brazilian - Accounting',
4-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/brazil.html',
4+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/brazil.html',
55
'icon': '/account/static/description/l10n.png',
66
'countries': ['br'],
77
'category': 'Accounting/Localizations/Account Charts',

Diff for: addons/l10n_ca/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'icon': '/account/static/description/l10n.png',
55
'countries': ['ca'],
66
'author': 'Savoir-faire Linux (https://www.savoirfairelinux.com); Odoo SA',
7-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
7+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
88
'category': 'Accounting/Localizations/Account Charts',
99
'description': """
1010
This is the module to manage the Canadian accounting chart in Odoo.

Diff for: addons/l10n_ch/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
33
'name': 'Switzerland - Accounting',
4-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/switzerland.html',
4+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/switzerland.html',
55
'icon': '/account/static/description/l10n.png',
66
'countries': ['ch'],
77
'description': """

Diff for: addons/l10n_cl/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Plan contable chileno e impuestos de acuerdo a disposiciones vigentes.
1010
""",
1111
'author': 'Blanco Martín & Asociados',
12-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/chile.html',
12+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/chile.html',
1313
'category': 'Accounting/Localizations/Account Charts',
1414
'depends': [
1515
'contacts',

Diff for: addons/l10n_cn/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'category': 'Accounting/Localizations/Account Charts',
88
'author': 'openerp-china',
99
'maintainer': '[email protected]',
10-
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
10+
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations.html',
1111
'description': """
1212
Includes the following data for the Chinese localization
1313
========================================================

0 commit comments

Comments
 (0)