Skip to content

Commit

Permalink
[FIX] *: retarget documentation links to saas-17.2
Browse files Browse the repository at this point in the history
closes #159618

Related: odoo/enterprise#59607
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
  • Loading branch information
AntoineVDV committed Mar 28, 2024
1 parent 83bcece commit 0d4d997
Show file tree
Hide file tree
Showing 104 changed files with 111 additions and 111 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://runbot.odoo.com/runbot/badge/flat/1/master.svg)](https://runbot.odoo.com/runbot)
[![Tech Doc](https://img.shields.io/badge/master-docs-875A7B.svg?style=flat&colorA=8F8F8F)](https://www.odoo.com/documentation/master)
[![Tech Doc](https://img.shields.io/badge/master-docs-875A7B.svg?style=flat&colorA=8F8F8F)](https://www.odoo.com/documentation/saas-17.2)
[![Help](https://img.shields.io/badge/master-help-875A7B.svg?style=flat&colorA=8F8F8F)](https://www.odoo.com/forum/help-1)
[![Nightly Builds](https://img.shields.io/badge/master-nightly-875A7B.svg?style=flat&colorA=8F8F8F)](https://nightly.odoo.com/)

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

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

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>
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/saas-17.2/developer/howtos.html">the developer tutorials</a>
4 changes: 2 additions & 2 deletions addons/account/views/res_partner_bank_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
<div invisible="not has_money_transfer_warning" class="mb-1">
<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.
Double check if the account can be trusted by calling the vendor.<br/>
<a target="_blank" href="https://www.odoo.com/documentation/master/applications/finance/accounting/payables/pay/trusted_accounts.html">Check why.</a>
<a target="_blank" href="https://www.odoo.com/documentation/saas-17.2/applications/finance/accounting/payables/pay/trusted_accounts.html">Check why.</a>
</div>
<field name="has_iban_warning" invisible="1"/>
<div invisible="not has_iban_warning">
<span class="text-warning">Medium risk</span>: Iban <field name="sanitized_acc_number" nolabel="1" class="oe_inline fw-bold"/>
is not from the same country as the partner (<field name="partner_country_name" nolabel="1" class="oe_inline"/>).<br/>
<a target="_blank" href="https://www.odoo.com/documentation/master/applications/finance/accounting/payables/pay/trusted_accounts.html">Check why it's risky.</a>
<a target="_blank" href="https://www.odoo.com/documentation/saas-17.2/applications/finance/accounting/payables/pay/trusted_accounts.html">Check why it's risky.</a>
</div>
</div>
</xpath>
Expand Down
2 changes: 1 addition & 1 deletion addons/auth_oauth/views/res_config_settings_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<label for="auth_oauth_google_client_id" string="Client ID:" class="col-lg-3 o_light_label"/>
<field name="auth_oauth_google_client_id" placeholder="e.g. 1234-xyz.apps.googleusercontent.com"/>
</div>
<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>
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/auth/google.html" target="_blank"><i class="oi oi-fw oi-arrow-right"/>Tutorial</a>
</div>
</setting>
</setting>
Expand Down
4 changes: 2 additions & 2 deletions addons/auth_totp/views/res_users_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
Two-factor Authentication ("2FA") is a system of double authentication.
The first one is done with your password and the second one with a code you get from a dedicated mobile app.
Popular ones include Authy, Google Authenticator or the Microsoft Authenticator.
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html" title="Learn More" target="_blank">
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/auth/2fa.html" title="Learn More" target="_blank">
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
Learn More
</a>
Expand Down Expand Up @@ -82,7 +82,7 @@
Two-factor Authentication ("2FA") is a system of double authentication.
The first one is done with your password and the second one with a code you get from a dedicated mobile app.
Popular ones include Authy, Google Authenticator or the Microsoft Authenticator.
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html" title="Learn More" target="_blank">
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/auth/2fa.html" title="Learn More" target="_blank">
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
Learn More
</a>
Expand Down
2 changes: 1 addition & 1 deletion addons/auth_totp/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="mb-2 mt-2 text-muted">
To login, enter below the six-digit authentication code provided by your Authenticator app.
<br/>
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html"
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/auth/2fa.html"
title="Learn More" target="_blank">Learn More</a>
</div>
<input type="hidden" name="csrf_token" t-att-value="request.csrf_token()"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xpath expr="//ul[hasclass('o_mail_account_security_suggestions')]/li[1]" position="after">
<li t-if="suggest_2fa">
<span>Consider</span>
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html">
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/auth/2fa.html">
activating Two-factor Authentication
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion addons/auth_totp_mail_enforce/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="mb-2" t-if="user._mfa_type() == 'totp_mail'">
We strongly recommend enabling the two-factor authentication using an authenticator app to help secure your account.
<br/>
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html" title="Learn More" target="_blank">Learn More</a>
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/auth/2fa.html" title="Learn More" target="_blank">Learn More</a>
</div>
</xpath>
</template>
Expand Down
2 changes: 1 addition & 1 deletion addons/auth_totp_portal/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<section>
<h4>
Two-factor authentication
<a href="https://www.odoo.com/documentation/master/applications/general/auth/2fa.html" target="_blank">
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/auth/2fa.html" target="_blank">
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
</a>
</h4>
Expand Down
2 changes: 1 addition & 1 deletion addons/base_setup/views/res_config_settings_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<span class='o_form_label' invisible="active_user_count &lt;= 1">
Active Users
</span>
<a href="https://www.odoo.com/documentation/master/applications/general/users.html" title="Documentation" class="o_doc_link" target="_blank"></a>
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/users.html" title="Documentation" class="o_doc_link" target="_blank"></a>
<br/>
<button name="%(base.action_res_users)d" icon="oi-arrow-right" type="action" string="Manage Users" class="btn-link o_web_settings_access_rights"/>
</setting>
Expand Down
4 changes: 2 additions & 2 deletions addons/calendar/wizard/calendar_provider_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div invisible="external_calendar_provider != 'google'">
<img alt="Google Calendar icon" src="/calendar/static/src/img/google_calendar_40.png" style="height: 40px; margin-right: 5px"/>
<span class="me-1 o_form_label">Google Calendar</span>
<a href="https://www.odoo.com/documentation/master/applications/productivity/calendar/google.html" title="Read More" class="o_doc_link" target="_blank"></a>
<a href="https://www.odoo.com/documentation/saas-17.2/applications/productivity/calendar/google.html" title="Read More" class="o_doc_link" target="_blank"></a>
<div class="text-muted mt-2">
Synchronize your calendar with Google Calendar
</div>
Expand All @@ -22,7 +22,7 @@
<div invisible="external_calendar_provider != 'microsoft'">
<img alt="Microsoft Outlook icon" src="/calendar/static/src/img/microsoft_calendar_40.png" style="height: 40px; margin-right: 5px"/>
<span class="me-1 o_form_label">Outlook Calendar</span>
<a href="https://www.odoo.com/documentation/master/applications/productivity/calendar/outlook.html" title="Read More" class="o_doc_link" target="_blank"></a>
<a href="https://www.odoo.com/documentation/saas-17.2/applications/productivity/calendar/outlook.html" title="Read More" class="o_doc_link" target="_blank"></a>
<div class="text-muted mt-2">
Synchronize your calendar with Outlook
</div>
Expand Down
2 changes: 1 addition & 1 deletion addons/digest/views/digest_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<group name="custom" string="Custom" groups="base.group_system">
<div colspan="2">
<p>Want to add your own KPIs?<br />
<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>
<a href="https://www.odoo.com/documentation/saas-17.2/applications/general/digest_emails.html#custom-digest-emails" target="_blank"><i class="oi oi-arrow-right"></i> Check our Documentation</a></p>
</div>
</group>
</group>
Expand Down
2 changes: 1 addition & 1 deletion addons/hw_posbox_homepage/views/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h2 class="text-center text-green">Your IoT Box is up and running</h2>
{% else %}
Error code:
{% set error_code = certificate_details.split(' ') | first | replace("_", "-") | lower %}
{% set doc_url = 'https://www.odoo.com/documentation/master/applications/productivity/iot/config/https_certificate_iot.html#' ~ error_code %}
{% set doc_url = 'https://www.odoo.com/documentation/saas-17.2/applications/productivity/iot/config/https_certificate_iot.html#' ~ error_code %}
<a target="_blank" class="btn btn-sm float-end" href="{{ doc_url }}">help</a>
<br/>
<code style="white-space: pre-wrap;">{{ certificate_details }}</code>
Expand Down
2 changes: 1 addition & 1 deletion addons/hw_posbox_homepage/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</div>
<div class="footer">
<a href='https://www.odoo.com/help'>Help</a>
<a href='https://www.odoo.com/documentation/master/applications/productivity/iot.html'>Documentation</a>
<a href='https://www.odoo.com/documentation/saas-17.2/applications/productivity/iot.html'>Documentation</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion addons/hw_posbox_homepage/views/upgrade_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 class="text-center">IoT Box Software Upgrade</h2>
However the preferred method to upgrade the IoTBox is to flash the sd-card with
the <a href='https://nightly.odoo.com/master/iotbox/iotbox-latest.zip'>latest image</a>. The upgrade
procedure is explained into to the
<a href='https://www.odoo.com/documentation/master/applications/productivity/iot.html'>IoTBox manual</a>
<a href='https://www.odoo.com/documentation/saas-17.2/applications/productivity/iot.html'>IoTBox manual</a>
</p>
<p>
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<field name="res_id" ref="im_livechat.livechat_channel_session_6"/>
<field name="message_type">email</field>
<field name="author_id" ref="base.partner_admin"/>
<field name="body">Yes, of course, you can find it here: https://www.odoo.com/documentation/master/</field>
<field name="body">Yes, of course, you can find it here: https://www.odoo.com/documentation/saas-17.2/</field>
<field name="message_type">comment</field>
<field eval="DateTime.today() + relativedelta(months=-3, days=-5, minutes=24)" name="date"/>
</record>
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ae/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'United Arab Emirates - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/united_arab_emirates.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations/united_arab_emirates.html',
'icon': '/account/static/description/l10n.png',
'countries': ['ae'],
'author': 'Tech Receptives',
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ar/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Argentina - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/argentina.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations/argentina.html',
'icon': '/account/static/description/l10n.png',
'countries': ['ar'],
'version': '3.5',
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_at/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'countries': ['at'],
'version': '3.1',
'author': 'WT-IO-IT GmbH, Wolfgang Taferner (https://www.wt-io-it.at)',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations.html',
'category': 'Accounting/Localizations/Account Charts',
'summary': 'Austrian Standardized Charts & Tax',
'description': """
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_au/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
'name': 'Australia - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/australia.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations/australia.html',
'icon': '/account/static/description/l10n.png',
'countries': ['au'],
'version': '1.1',
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_be/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Belgium - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/belgium.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations/belgium.html',
'version': '2.0',
'icon': '/account/static/description/l10n.png',
'countries': ['be'],
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_bg/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Bulgaria - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations.html',
'icon': '/account/static/description/l10n.png',
'countries': ['bg'],
'version': '1.0',
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_bo/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Bolivia - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations.html',
'icon': '/account/static/description/l10n.png',
'countries': ['bo'],
'version': '2.0',
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_br/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Brazilian - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/brazil.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations/brazil.html',
'icon': '/account/static/description/l10n.png',
'countries': ['br'],
'category': 'Accounting/Localizations/Account Charts',
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'icon': '/account/static/description/l10n.png',
'countries': ['ca'],
'author': 'Savoir-faire Linux (https://www.savoirfairelinux.com); Odoo SA',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations.html',
'category': 'Accounting/Localizations/Account Charts',
'description': """
This is the module to manage the Canadian accounting chart in Odoo.
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Switzerland - Accounting',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/switzerland.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations/switzerland.html',
'icon': '/account/static/description/l10n.png',
'countries': ['ch'],
'description': """
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_cl/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Plan contable chileno e impuestos de acuerdo a disposiciones vigentes.
""",
'author': 'Blanco Martín & Asociados',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/chile.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations/chile.html',
'category': 'Accounting/Localizations/Account Charts',
'depends': [
'contacts',
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_cn/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'category': 'Accounting/Localizations/Account Charts',
'author': 'openerp-china',
'maintainer': 'jeff@osbzr.com',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'website': 'https://www.odoo.com/documentation/saas-17.2/applications/finance/fiscal_localizations.html',
'description': """
Includes the following data for the Chinese localization
========================================================
Expand Down

0 comments on commit 0d4d997

Please sign in to comment.