diff --git a/db_management/db_premise.rst b/db_management/db_premise.rst index c0c4c6bdd..08f6ee608 100644 --- a/db_management/db_premise.rst +++ b/db_management/db_premise.rst @@ -116,7 +116,7 @@ or * **Deactivate users** as explained in this `Documentation `__ + /documentation/user/12.0/db_management/documentation.html#deactivating-users>`__ and **Reject** the upsell quotation. Once your database has the correct number of users, the expiration message diff --git a/helpdesk/getting_started.rst b/helpdesk/getting_started.rst index 4a2f4d5a5..5995d5df0 100644 --- a/helpdesk/getting_started.rst +++ b/helpdesk/getting_started.rst @@ -85,7 +85,7 @@ Ticket. The final option to submit tickets is thru an API connection. View the documentation -`*here* `__. +`*here* `__. Tickets have been created, now what? ------------------------------------ diff --git a/legal/others/cla.rst b/legal/others/cla.rst index 55e92bc99..1253a44c5 100644 --- a/legal/others/cla.rst +++ b/legal/others/cla.rst @@ -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 `_. +`GitHub project page `_. diff --git a/odoo_sh/advanced/containers.rst b/odoo_sh/advanced/containers.rst index 43c94a95c..f43e199f7 100644 --- a/odoo_sh/advanced/containers.rst +++ b/odoo_sh/advanced/containers.rst @@ -22,7 +22,7 @@ The platform will take care to install these dependencies in your containers. `The pip requirements specifiers `_ documentation can help you write a :file:`requirements.txt` file. To have a concrete example, -check out the `requirements.txt file of Odoo `_. +check out the `requirements.txt file of Odoo `_. The :file:`requirements.txt` files of submodules are taken into account as well. The platform looks for :file:`requirements.txt` files in each folder containing Odoo modules: Not in the module folder itself, @@ -78,7 +78,7 @@ Here are the Odoo.sh pertinent directories: Both Python 2.7 and 3.5 are installed in the containers. However: * If your project is configured to use Odoo 10.0, the Odoo server runs with Python 2.7. -* If your project is configured to use Odoo 11.0 or greater, the Odoo server runs with Python 3.5. +* If your project is configured to use Odoo 11.0 or above, the Odoo server runs with Python 3.5. Database shell ============== @@ -172,16 +172,16 @@ In the above commands, the argument: * ``--stop-after-init`` will immediately shutdown the server instance after it completed the operations you asked. More options are available and detailed in the -`CLI documentation `_. +`CLI documentation `_. You can find in the logs (*~/logs/odoo.log*) the addons path used by Odoo.sh to run your server. Look for "*odoo: addons paths*": :: - 2018-02-19 10:51:39,267 4 INFO ? odoo: Odoo version 11.0 + 2018-02-19 10:51:39,267 4 INFO ? odoo: Odoo version 12.0 2018-02-19 10:51:39,268 4 INFO ? odoo: Using configuration file at /home/odoo/.config/odoo/odoo.conf - 2018-02-19 10:51:39,268 4 INFO ? odoo: addons paths: ['/home/odoo/data/addons/11.0', '/home/odoo/src/user', '/home/odoo/src/enterprise', '/home/odoo/src/themes', '/home/odoo/src/odoo/addons', '/home/odoo/src/odoo/odoo/addons'] + 2018-02-19 10:51:39,268 4 INFO ? odoo: addons paths: ['/home/odoo/data/addons/12.0', '/home/odoo/src/user', '/home/odoo/src/enterprise', '/home/odoo/src/themes', '/home/odoo/src/odoo/addons', '/home/odoo/src/odoo/odoo/addons'] **Be careful**, especially with your production database. Operations that you perform running this Odoo server instance are not isolated: diff --git a/odoo_sh/getting_started/branches.rst b/odoo_sh/getting_started/branches.rst index da0228cbb..6310a7916 100644 --- a/odoo_sh/getting_started/branches.rst +++ b/odoo_sh/getting_started/branches.rst @@ -43,7 +43,7 @@ instance will be held temporarily unavailable for maintenance reason. This method is equivalent to perform an upgrade of the module through the Apps menu, or through the :code:`-u` switch of -`the command line `_. +`the command line `_. In the case the changes in the commit prevent the server to restart, or if the modules update fails, diff --git a/odoo_sh/getting_started/create.rst b/odoo_sh/getting_started/create.rst index 25c339984..6a6edf07c 100644 --- a/odoo_sh/getting_started/create.rst +++ b/odoo_sh/getting_started/create.rst @@ -108,7 +108,7 @@ Access the URL :file:`/web/database/manager` of your on-premise database and dow If you cannot access the database manager, it may have been disabled by your system administrator. See the `database manager security documentation - `_. + `_. You will need the master password of your database server. If you do not have it, contact your system administrator. diff --git a/odoo_sh/getting_started/first_module.rst b/odoo_sh/getting_started/first_module.rst index 4b0f0648c..55d808c3b 100644 --- a/odoo_sh/getting_started/first_module.rst +++ b/odoo_sh/getting_started/first_module.rst @@ -150,7 +150,7 @@ Manually -------- If you want to create your module structure manually, -you can follow `Build an Odoo module `_ to understand +you can follow `Build an Odoo module `_ to understand the structure of a module and the content of each file. Push the development branch diff --git a/sales/send_quotations/quote_template.rst b/sales/send_quotations/quote_template.rst index f043808ff..bfd141347 100644 --- a/sales/send_quotations/quote_template.rst +++ b/sales/send_quotations/quote_template.rst @@ -32,7 +32,7 @@ On each template, you can also specify discounts if the option is activated in the *Sales* settings. The base price is set in the product configuration and can be alterated by customer pricelists. -.. TODO (TO LINK DOC LATER WHEN DONE based on this https://www.odoo.com/documentation/user/11.0/sales/products_prices/prices/pricing.html +.. TODO (TO LINK DOC LATER WHEN DONE based on this https://www.odoo.com/documentation/user/12.0/sales/products_prices/prices/pricing.html Edit your template ==================