[FIX] v11 urls

Outdated references

Closes #252
This commit is contained in:
Miquel Raïch 2017-12-13 13:31:12 +01:00 committed by Martin Trigaux
parent 2b8db9d0d3
commit e2684993c8
13 changed files with 25 additions and 24 deletions

View File

@ -1,8 +1,9 @@
{# note: if odoo.com/page/docs sub-menu's structure change, these links have to change as well #} {# note: if odoo.com/page/docs sub-menu's structure change, these links have to change as well #}
<li><a href="http://www.odoo.com/documentation/user/10.0/index.html">User</a></li> <li><a href="https://www.odoo.com/documentation/user/11.0/index.html">User</a></li>
<li><a href="http://www.odoo.com/documentation/10.0/index.html">Developer</a></li> <li><a href="https://www.odoo.com/documentation/11.0/index.html">Developer</a></li>
<li><a href="http://www.odoo.com/documentation/10.0/api_integration.html">API</a></li> <li><a href="https://training.odoo.com/">Training center</a></li>
<li><a href="http://www.odoo.com/documentation/10.0/setup/install.html">Installation</a></li> <li><a href="https://www.odoo.com/documentation/11.0/webservices/odoo.html">API</a></li>
<li><a href="http://www.odoo.com/page/odoo-white-paper">White Papers</a></li> <li><a href="https://www.odoo.com/documentation/11.0/setup/install.html">Installation</a></li>
<li><a href="http://www.odoo.com/page/legal">Legal</a></li> <li><a href="https://www.odoo.com/page/odoo-white-paper">White Papers</a></li>
<li><a href="https://www.odoo.com/page/legal">Legal</a></li>

View File

@ -49,8 +49,8 @@ have any sales team yet, :doc:`you need to create one first <../../salesteam/set
On your sales team menu, use in the **Domain** field a specific domain On your sales team menu, use in the **Domain** field a specific domain
rule (for technical details on the domain refer on the 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>`__ `Building a Module tutorial <https://www.odoo.com/documentation/11.0/howtos/backend.html#domains>`__
or `Syntax reference guide <https://www.odoo.com/documentation/9.0/reference/orm.html#reference-orm-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. which will allow only the leads matching the team domain.
For example, if you want your *Direct Sales* team to only receive leads For example, if you want your *Direct Sales* team to only receive leads

View File

@ -53,9 +53,9 @@ Odoo CRM Terminologies
- **Kanban view :** - **Kanban view :**
In Odoo, the Kanban view is a workflow In Odoo, the Kanban view is a workflow
visualisation tool halfway between a `list visualisation tool halfway between a `list
view <https://www.odoo.com/documentation/8.0/reference/views.html#reference-views-list>`__ view <https://www.odoo.com/documentation/11.0/reference/views.html#lists>`__
and a non-editable `form and a non-editable `form
view <https://www.odoo.com/documentation/8.0/reference/views.html#reference-views-form>`__ view <https://www.odoo.com/documentation/11.0/reference/views.html#forms>`__
and displaying records as "cards". Records may be grouped in and displaying records as "cards". Records may be grouped in
columns for use in workflow visualisation or manipulation (e.g. columns for use in workflow visualisation or manipulation (e.g.
tasks or work-progress management), or ungrouped (used simply to tasks or work-progress management), or ungrouped (used simply to

View File

@ -103,7 +103,7 @@ or
* **Deactivate users** as explained in this `Documentation * **Deactivate users** as explained in this `Documentation
<https://www.odoo.com <https://www.odoo.com
/documentation/user/10.0/db_management/documentation.html#deactivating-users>`__ /documentation/user/11.0/db_management/documentation.html#deactivating-users>`__
and **Reject** the upsell quotation. and **Reject** the upsell quotation.
Once your database has the correct number of users, the expiration message Once your database has the correct number of users, the expiration message

View File

@ -87,7 +87,7 @@ Ticket.
The final option to submit tickets is thru an API connection. View the The final option to submit tickets is thru an API connection. View the
documentation documentation
`*here* <https://www.odoo.com/documentation/10.0/api_integration.html>`__. `*here* <https://www.odoo.com/documentation/11.0/webservices/odoo.html>`__.
Tickets have been created, now what? Tickets have been created, now what?
------------------------------------ ------------------------------------

View File

@ -9,5 +9,5 @@ have to sign the Odoo Contributor License Agreement (CLA).
More information about this requirement, the procedure to sign the agreement, More information about this requirement, the procedure to sign the agreement,
and a FAQ can be found on our and a FAQ can be found on our
`GitHub project page <https://github.com/odoo/odoo/blob/8.0/doc/cla/sign-cla.md>`_. `GitHub project page <https://github.com/odoo/odoo/blob/11.0/doc/cla/sign-cla.md>`_.

View File

@ -458,7 +458,7 @@ msgid "From the sales module, go to your dashboard and click on the **More** but
msgstr "" msgstr ""
#: ../../crm/leads/manage/automatic_assignation.rst:50 #: ../../crm/leads/manage/automatic_assignation.rst:50
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." 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."
msgstr "" msgstr ""
#: ../../crm/leads/manage/automatic_assignation.rst:56 #: ../../crm/leads/manage/automatic_assignation.rst:56
@ -935,7 +935,7 @@ msgid "**Kanban view :**"
msgstr "" msgstr ""
#: ../../crm/overview/main_concepts/terminologies.rst:54 #: ../../crm/overview/main_concepts/terminologies.rst:54
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)." 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)."
msgstr "" msgstr ""
#: ../../crm/overview/main_concepts/terminologies.rst:66 #: ../../crm/overview/main_concepts/terminologies.rst:66

View File

@ -160,7 +160,7 @@ msgid "or"
msgstr "" msgstr ""
#: ../../db_management/db_premise.rst:104 #: ../../db_management/db_premise.rst:104
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." 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."
msgstr "" msgstr ""
#: ../../db_management/db_premise.rst:109 #: ../../db_management/db_premise.rst:109

View File

@ -89,7 +89,7 @@ msgid "Live Chat allows your customers to submit a ticket via Live Chat on your
msgstr "" msgstr ""
#: ../../helpdesk/helpdesk.rst:88 #: ../../helpdesk/helpdesk.rst:88
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>`__." 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>`__."
msgstr "" msgstr ""
#: ../../helpdesk/helpdesk.rst:93 #: ../../helpdesk/helpdesk.rst:93

View File

@ -955,7 +955,7 @@ msgid "Image building process"
msgstr "" msgstr ""
#: ../../point_of_sale/overview/setup.rst:179 #: ../../point_of_sale/overview/setup.rst:179
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." 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."
msgstr "" msgstr ""
#: ../../point_of_sale/overview/setup.rst:187 #: ../../point_of_sale/overview/setup.rst:187
@ -1112,7 +1112,7 @@ msgid "The POSBox Software"
msgstr "" msgstr ""
#: ../../point_of_sale/overview/setup.rst:326 #: ../../point_of_sale/overview/setup.rst:326
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." 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."
msgstr "" msgstr ""
#: ../../point_of_sale/overview/setup.rst:335 #: ../../point_of_sale/overview/setup.rst:335

View File

@ -1478,7 +1478,7 @@ msgid "How to manage Purchase Tenders"
msgstr "" msgstr ""
#: ../../purchase/purchases/tender/manage_multiple_offers.rst:12 #: ../../purchase/purchases/tender/manage_multiple_offers.rst:12
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>`__" 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>`__"
msgstr "" msgstr ""
#: ../../purchase/purchases/tender/manage_multiple_offers.rst:17 #: ../../purchase/purchases/tender/manage_multiple_offers.rst:17

View File

@ -177,9 +177,9 @@ Image building process
---------------------- ----------------------
We generate the official POSBox images using the scripts in 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 https://github.com/odoo/odoo/tree/11.0/addons/point_of_sale/tools/posbox. More
specifically, we run 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>`_. `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 This builds an image
called ``posbox.img``, which we zip and upload to `nightly.odoo.com <https://nightly.odoo.com>`_ called ``posbox.img``, which we zip and upload to `nightly.odoo.com <https://nightly.odoo.com>`_
for users to download. for users to download.
@ -330,7 +330,7 @@ hardware drivers are implemented as Odoo modules. Those modules are
all prefixed with ``hw_*`` and they are the only modules that 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 running on the POSBox. Odoo is only used for the framework it
provides. No business data is processed or stored on the POSBox. The provides. No business data is processed or stored on the POSBox. The
Odoo instance is a shallow git clone of the ``8.0`` branch. Odoo instance is a shallow git clone of the ``11.0`` branch.
The root partition on the POSBox is mounted read-only, ensuring that The root partition on the POSBox is mounted read-only, ensuring that
we don't wear out the SD card by writing to it too much. It also we don't wear out the SD card by writing to it too much. It also

View File

@ -11,7 +11,7 @@ it usually leads to better offers.
For more information on best uses, please read the chapter `Request for For more information on best uses, please read the chapter `Request for
Quotation, Purchase Tender or Purchase Quotation, Purchase Tender or Purchase
Order? <https://www.odoo.com/documentation/user/10.0/purchase/overview/process/difference.html>`__ Order? <https://www.odoo.com/documentation/user/11.0/purchase/overview/process/difference.html>`__
Activate the Purchase Tender function Activate the Purchase Tender function
------------------------------------- -------------------------------------