8000 [11.0][FIX] update urls to v11 by MiquelRForgeFlow · Pull Request #252 · odoo/documentation · GitHub
[go: up one dir, main page]

Skip to content

[11.0][FIX] update urls to v11 #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions _extensions/odoo/sub-menu_list.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{# 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="http://www.odoo.com/documentation/10.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="http://www.odoo.com/documentation/10.0/setup/install.html">Installation</a></li>
<li><a href="http://www.odoo.com/page/odoo-white-paper">White Papers</a></li>
<li><a href="http://www.odoo.com/page/legal">Legal</a></li>
<li><a href="https://www.odoo.com/documentation/user/11.0/index.html">User</a></li>
<li><a href="https://www.odoo.com/documentation/11.0/index.html">Developer</a></li>
<li><a href="https://training.odoo.com/">Training center</a></li>
<li><a href="https://www.odoo.com/documentation/11.0/webservices/odoo.html">API</a></li>
<li><a href="https://www.odoo.com/documentation/11.0/setup/install.html">Installation</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>
4 changes: 2 additions & 2 deletions crm/leads/manage/automatic_assignation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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>`__)
`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.

For example, if you want your *Direct Sales* team to only receive leads
Expand Down
4 changes: 2 additions & 2 deletions crm/overview/main_concepts/terminologies.rst
8000
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Odoo CRM Terminologies
- **Kanban view :**
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>`__
view <https://www.odoo.com/documentation/11.0/reference/views.html#lists>`__
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
columns for use in workflow visualisation or manipulation (e.g.
tasks or work-progress management), or ungrouped (used simply to
Expand Down
2 changes: 1 addition & 1 deletion db_management/db_premise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ or

* **Deactivate users** as explained in this `Documentation
<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.

Once your database has the correct number of users, the expiration message
Expand Down
2 changes: 1 addition & 1 deletion helpdesk/helpdesk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Ticket.

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>`__.
`*here* <https://www.odoo.com/documentation/11.0/webservices/odoo.html>`__.

Tickets have been created, now what?
------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion legal/others/cla.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ have to sign the Odoo Contributor License Agreement (CLA).

More information about this requirement, the procedure to sign the agreement,
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>`_.

4 changes: 2 additions & 2 deletions locale/sources/crm.pot
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ msgid "From the sales module, go to your dashboard and click on the **More** but
msgstr ""

#: ../../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 ""

#: ../../crm/leads/manage/automatic_assignation.rst:56
Expand Down Expand Up @@ -935,7 +935,7 @@ msgid "**Kanban view :**"
msgstr ""

#: ../../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 ""

#: ../../crm/overview/main_concepts/terminologies.rst:66
Expand Down
2 changes: 1 addition & 1 deletion locale/sources/db_management.pot
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ msgid "or"
msgstr ""

#: ../../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 ""

#: ../../db_management/db_premise.rst:109
Expand Down
2 changes: 1 addition & 1 deletion locale/sources/helpdesk.pot
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ msgid "Live Chat allows your customers to submit a ticket via Live Chat on your
msgstr ""

#: ../../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 ""

#: ../../helpdesk/helpdesk.rst:93
Expand Down
4 changes: 2 additions & 2 deletions locale/sources/point_of_sale.pot
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ msgid "Image building process"
msgstr ""

#: ../../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 ""

#: ../../point_of_sale/overview/setup.rst:187
Expand Down Expand Up @@ -1112,7 +1112,7 @@ msgid "The POSBox Software"
msgstr ""

#: ../../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 ""

#: ../../point_of_sale/overview/setup.rst:335
Expand Down
2 changes: 1 addition & 1 deletion locale/sources/purchase.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ msgid "How to manage Purchase Tenders"
msgstr ""

#: ../../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 ""

#: ../../purchase/purchases/tender/manage_multiple_offers.rst:17
Expand Down
6 changes: 3 additions & 3 deletions point_of_sale/overview/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ Image building process
----------------------

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
`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
called ``posbox.img``, which we zip and upload to `nightly.odoo.com <https://nightly.odoo.com>`_
for users to download.
Expand Down Expand Up @@ -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
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.
Odoo instance is a shallow git clone of the ``11.0`` branch.

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
Expand Down
2 changes: 1 addition & 1 deletion purchase/purchases/tender/manage_multiple_offers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ it usually leads to better offers.

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>`__
Order? <https://www.odoo.com/documentation/user/11.0/purchase/overview/process/difference.html>`__

Activate the Purchase Tender function
-------------------------------------
Expand Down
0