8000 [FIX] v11 urls · peterxue/documentation-user@e268499 · GitHub
[go: up one dir, main page]

Skip to content

Commit e268499

Browse files
MiquelRForgeFlowmart-e
authored andcommitted
[FIX] v11 urls
Outdated references Closes odoo#252
1 parent 2b8db9d commit e268499

File tree

13 files changed

+25
-24
lines changed

13 files changed

+25
-24
lines changed

_extensions/odoo/sub-menu_list.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{# note: if odoo.com/page/docs sub-menu's structure change, these links have to change as well #}
22

3-
<li><a href="http://www.odoo.com/documentation/user/10.0/index.html">User</a></li>
4-
<li><a href="http://www.odoo.com/documentation/10.0/index.html">Developer</a></li>
5-
<li><a href="http://www.odoo.com/documentation/10.0/api_integration.html">API</a></li>
6-
<li><a href="http://www.odoo.com/documentation/10.0/setup/install.html">Installation</a></li>
7-
<li><a href="http://www.odoo.com/page/odoo-white-paper">White Papers</a></li>
8-
<li><a href="http://www.odoo.com/page/legal">Legal</a></li>
3+
<li><a href="https://www.odoo.com/documentation/user/11.0/index.html">User</a></li>
4+
<li><a href="https://www.odoo.com/documentation/11.0/index.html">Developer</a></li>
5+
<li><a href="https://training.odoo.com/">Training center</a></li>
6+
<li><a href="https://www.odoo.com/documentation/11.0/webservices/odoo.html">API</a></li>
7+
<li><a href="https://www.odoo.com/documentation/11.0/setup/install.html">Installation</a></li>
8+
<li><a href="https://www.odoo.com/page/odoo-white-paper">White Papers</a></li>
9+
<li><a href="https://www.odoo.com/page/legal">Legal</a></li>

crm/leads/manage/automatic_assignation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ have any sales team yet, :doc:`you need to create one first <../../salesteam/set
4949

5050
On your sales team menu, use in the **Domain** field a specific domain
5151
rule (for technical details on the domain refer on the
52-
`Building a Module tutorial <https://www.odoo.com/documentation/9.0/howtos/backend.html#domains>`__
53-
or `Syntax reference guide <https://www.odoo.com/documentation/9.0/reference/orm.html#reference-orm-domains>`__)
52+
`Building a Module tutorial <https://www.odoo.com/documentation/11.0/howtos/backend.html#domains>`__
53+
or `Syntax reference guide <https://www.odoo.com/documentation/11.0/reference/orm.html#reference-orm-domains>`__)
5454
which will allow only the leads matching the team domain.
5555

5656
For example, if you want your *Direct Sales* team to only receive leads

crm/overview/main_concepts/terminologies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Odoo CRM Terminologies
5353
- **Kanban view :**
5454
In Odoo, the Kanban view is a workflow
5555
visualisation tool halfway between a `list
56-
view <https://www.odoo.com/documentation/8.0/reference/views.html#reference-views-list>`__
56+
view <https://www.odoo.com/documentation/11.0/reference/views.html#lists>`__
5757
and a non-editable `form
58-
view <https://www.odoo.com/documentation/8.0/reference/views.html#reference-views-form>`__
58+
view <https://www.odoo.com/documentation/11.0/reference/views.html#forms>`__
5959
and displaying records as "cards". Records may be grouped in
6060
columns for use in workflow visualisation or manipulation (e.g.
6161
tasks or work-progress management), or ungrouped (used simply to

db_management/db_premise.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ or
103103

104104
* **Deactivate users** as explained in this `Documentation
105105
<https://www.odoo.com
106-
/documentation/user/10.0/db_management/documentation.html#deactivating-users>`__
106+
/documentation/user/11.0/db_management/documentation.html#deactivating-users>`__
107107
and **Reject** the upsell quotation.
108108

109109
Once your database has the correct number of users, the expiration message

helpdesk/helpdesk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Ticket.
8787

8888
The final option to submit tickets is thru an API connection. View the
8989
documentation
90-
`*here* <https://www.odoo.com/documentation/10.0/api_integration.html>`__.
90+
`*here* <https://www.odoo.com/documentation/11.0/webservices/odoo.html>`__.
9191

9292
Tickets have been created, now what?
9393
------------------------------------

legal/others/cla.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ have to sign the Odoo Contributor License Agreement (CLA).
99

1010
More information about this requirement, the procedure to sign the agreement,
1111
and a FAQ can be found on our
12-
`GitHub project page <https://github.com/odoo/odoo/blob/8.0/doc/cla/sign-cla.md>`_.
12+
`GitHub project page <https://github.com/odoo/odoo/blob/11.0/doc/cla/sign-cla.md>`_.
1313

locale/sources/crm.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ msgid "From the sales module, go to your dashboard and click on the **More** but
458458
msgstr ""
459459

460460
#: ../../crm/leads/manage/automatic_assignation.rst:50
461-
msgid "On your sales team menu, use in the **Domain** field a specific domain rule (for technical details on the domain refer on the `Building a Module tutorial <https://www.odoo.com/documentation/9.0/howtos/backend.html#domains>`__ or `Syntax reference guide <https://www.odoo.com/documentation/9.0/reference/orm.html#reference-orm-domains>`__) which will allow only the leads matching the team domain."
461+
msgid "On your sales team menu, use in the **Domain** field a specific domain rule (for technical details on the domain refer on the `Building a Module tutorial <https://www.odoo.com/documentation/11.0/howtos/backend.html#domains>`__ or `Syntax reference guide <https://www.odoo.com/documentation/11.0/reference/orm.html#reference-orm-domains>`__) which will allow only the leads matching the team domain."
462462
msgstr ""
463463

464464
#: ../../crm/leads/manage/automatic_assignation.rst:56
@@ -935,7 +935,7 @@ msgid "**Kanban view :**"
935935
msgstr ""
936936

937937
#: ../../crm/overview/main_concepts/terminologies.rst:54
938-
msgid "In Odoo, the Kanban view is a workflow visualisation tool halfway between a `list view <https://www.odoo.com/documentation/8.0/reference/views.html#reference-views-list>`__ and a non-editable `form view <https://www.odoo.com/documentation/8.0/reference/views.html#reference-views-form>`__ and displaying records as \"cards\". Records may be grouped in columns for use in workflow visualisation or manipulation (e.g. tasks or work-progress management), or ungrouped (used simply to visualize records)."
938+
msgid "In Odoo, the Kanban view is a workflow visualisation tool halfway between a `list view <https://www.odoo.com/documentation/11.0/reference/views.html#lists>`__ and a non-editable `form view <https://www.odoo.com/documentation/11.0/reference/views.html#forms>`__ and displaying records as \"cards\". Records may be grouped in columns for use in workflow visualisation or manipulation (e.g. tasks or work-progress management), or ungrouped (used simply to visualize records)."
939939
msgstr ""
940940

941941
#: ../../crm/overview/main_concepts/terminologies.rst:66

locale/sources/db_management.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ msgid "or"
160160
msgstr ""
161161

162162
#: ../../db_management/db_premise.rst:104
163-
msgid "**Deactivate users** as explained in this `Documentation <https://www.odoo.com /documentation/user/10.0/db_management/documentation.html#deactivating-users>`__ and **Reject** the upsell quotation."
163+
msgid "**Deactivate users** as explained in this `Documentation <https://www.odoo.com /documentation/user/11.0/db_management/documentation.html#deactivating-users>`__ and **Reject** the upsell quotation."
164164
msgstr ""
165165

166166
#: ../../db_management/db_premise.rst:109

locale/sources/helpdesk.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ msgid "Live Chat allows your customers to submit a ticket via Live Chat on your
8989
msgstr ""
9090

9191
#: ../../helpdesk/helpdesk.rst:88
92-
msgid "The final option to submit tickets is thru an API connection. View the documentation `*here* <https://www.odoo.com/documentation/10.0/api_integration.html>`__."
92+
msgid "The final option to submit tickets is thru an API connection. View the documentation `*here* <https://www.odoo.com/documentation/11.0/webservices/odoo.html>`__."
9393
msgstr ""
9494

9595
#: ../../helpdesk/helpdesk.rst:93

locale/sources/point_of_sale.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ msgid "Image building process"
955955
msgstr ""
956956

957957
#: ../../point_of_sale/overview/setup.rst:179
958-
msgid "We generate the official POSBox images using the scripts in https://github.com/odoo/odoo/tree/8.0/addons/point_of_sale/tools/posbox. More specifically, we run `posbox_create_image.sh <https://github.com/odoo/odoo/blob/8.0/addons/point_of_sale/tools/posbox/posbox_create_image.sh>`_. This builds an image called ``posbox.img``, which we zip and upload to `nightly.odoo.com <https://nightly.odoo.com>`_ for users to download."
958+
msgid "We generate the official POSBox images using the scripts in https://github.com/odoo/odoo/tree/11.0/addons/point_of_sale/tools/posbox. More specifically, we run `posbox_create_image.sh <https://github.com/odoo/odoo/blob/11.0/addons/point_of_sale/tools/posbox/posbox_create_image.sh>`_. This builds an image called ``posbox.img``, which we zip and upload to `nightly.odoo.com <https://nightly.odoo.com>`_ for users to download."
959959
msgstr ""
960960

961961
#: ../../point_of_sale/overview/setup.rst:187
@@ -1112,7 +1112,7 @@ msgid "The POSBox Software"
11121112
msgstr ""
11131113

11141114
#: ../../point_of_sale/overview/setup.rst:326
1115-
msgid "The POSBox runs a heavily modified Raspbian Linux installation, a Debian derivative for the Raspberry Pi. It also runs a barebones installation of Odoo which provides the webserver and the drivers. The hardware drivers are implemented as Odoo modules. Those modules are all prefixed with ``hw_*`` and they are the only modules that are running on the POSBox. Odoo is only used for the framework it provides. No business data is processed or stored on the POSBox. The Odoo instance is a shallow git clone of the ``8.0`` branch."
1115+
msgid "The POSBox runs a heavily modified Raspbian Linux installation, a Debian derivative for the Raspberry Pi. It also runs a barebones installation of Odoo which provides the webserver and the drivers. The hardware drivers are implemented as Odoo modules. Those modules are all prefixed with ``hw_*`` and they are the only modules that are running on the POSBox. Odoo is only used for the framework it provides. No business data is processed or stored on the POSBox. The Odoo instance is a shallow git clone of the ``11.0`` branch."
11161116
msgstr ""
11171117

11181118
#: ../../point_of_sale/overview/setup.rst:335

locale/sources/purchase.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ msgid "How to manage Purchase Tenders"
14781478
msgstr ""
14791479

14801480
#: ../../purchase/purchases/tender/manage_multiple_offers.rst:12
1481-
msgid "For more information on best uses, please read the chapter `Request for Quotation, Purchase Tender or Purchase Order? <https://www.odoo.com/documentation/user/10.0/purchase/overview/process/difference.html>`__"
1481+
msgid "For more information on best uses, please read the chapter `Request for Quotation, Purchase Tender or Purchase Order? <https://www.odoo.com/documentation/user/11.0/purchase/overview/process/difference.html>`__"
14821482
msgstr ""
14831483

14841484
#: ../../purchase/purchases/tender/manage_multiple_offers.rst:17

point_of_sale/overview/setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ Image building process
177177
----------------------
178178

179179
We generate the official POSBox images using the scripts in
180-
https://github.com/odoo/odoo/tree/8.0/addons/point_of_sale/tools/posbox. More
180+
https://github.com/odoo/odoo/tree/11.0/addons/point_of_sale/tools/posbox. More
181181
specifically, we run
182-
`posbox_create_image.sh <https://github.com/odoo/odoo/blob/8.0/addons/point_of_sale/tools/posbox/posbox_create_image.sh>`_.
182+
`posbox_create_image.sh <https://github.com/odoo/odoo/blob/11.0/addons/point_of_sale/tools/posbox/posbox_create_image.sh>`_.
183183
This builds an image
184184
called ``posbox.img``, which we zip and upload to `nightly.odoo.com <https://nightly.odoo.com>`_
185185
for users to download.
@@ -330,7 +330,7 @@ hardware drivers are implemented as Odoo modules. Those modules are
330330
all prefixed with ``hw_*`` and they are the only modules that are
331331
running on the POSBox. Odoo is only used for the framework it
332332
provides. No business data is processed or stored on the POSBox. The
333-
Odoo instance is a shallow git clone of the ``8.0`` branch.
333+
Odoo instance is a shallow git clone of the ``11.0`` branch.
334334

335335< 17AE /td>
The root partition on the POSBox is mounted read-only, ensuring that
336336
we don't wear out the SD card by writing to it too much. It also

purchase/purchases/tender/manage_multiple_offers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ it usually leads to better offers.
1111

1212
For more information on best uses, please read the chapter `Request for
1313
Quotation, Purchase Tender or Purchase
14-
Order? <https://www.odoo.com/documentation/user/10.0/purchase/overview/process/difference.html>`__
14+
Order? <https://www.odoo.com/documentation/user/11.0/purchase/overview/process/difference.html>`__
1515

1616
Activate the Purchase Tender function
1717
-------------------------------------

0 commit comments

Comments
 (0)
0