[FIX] *: update url for 12.0
Outdated references
This commit is contained in:
parent
2ea859d01a
commit
ade8bf335f
@ -116,7 +116,7 @@ or
|
||||
|
||||
* **Deactivate users** as explained in this `Documentation
|
||||
<https://www.odoo.com
|
||||
/documentation/user/11.0/db_management/documentation.html#deactivating-users>`__
|
||||
/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
|
||||
|
@ -85,7 +85,7 @@ Ticket.
|
||||
|
||||
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>`__.
|
||||
`*here* <https://www.odoo.com/documentation/12.0/webservices/odoo.html>`__.
|
||||
|
||||
Tickets have been created, now what?
|
||||
------------------------------------
|
||||
|
@ -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/11.0/doc/cla/sign-cla.md>`_.
|
||||
`GitHub project page <https://github.com/odoo/odoo/blob/12.0/doc/cla/sign-cla.md>`_.
|
||||
|
||||
|
@ -22,7 +22,7 @@ The platform will take care to install these dependencies in your containers.
|
||||
`The pip requirements specifiers <https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers>`_
|
||||
documentation can help you write a :file:`requirements.txt` file.
|
||||
To have a concrete example,
|
||||
check out the `requirements.txt file of Odoo <https://github.com/odoo/odoo/blob/11.0/requirements.txt>`_.
|
||||
check out the `requirements.txt file of Odoo <https://github.com/odoo/odoo/blob/12.0/requirements.txt>`_.
|
||||
|
||||
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 <https://www.odoo.com/documentation/11.0/reference/cmdline.html>`_.
|
||||
`CLI documentation <https://www.odoo.com/documentation/12.0/reference/cmdline.html>`_.
|
||||
|
||||
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:
|
||||
|
@ -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 <https://www.odoo.com/documentation/11.0/reference/cmdline.html>`_.
|
||||
`the command line <https://www.odoo.com/documentation/12.0/reference/cmdline.html>`_.
|
||||
|
||||
In the case the changes in the commit prevent the server to restart,
|
||||
or if the modules update fails,
|
||||
|
@ -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
|
||||
<https://www.odoo.com/documentation/11.0/setup/deploy.html#database-manager-security>`_.
|
||||
<https://www.odoo.com/documentation/12.0/setup/deploy.html#database-manager-security>`_.
|
||||
|
||||
You will need the master password of your database server. If you do not have it, contact your system administrator.
|
||||
|
||||
|
@ -150,7 +150,7 @@ Manually
|
||||
--------
|
||||
|
||||
If you want to create your module structure manually,
|
||||
you can follow `Build an Odoo module <https://www.odoo.com/documentation/11.0/howtos/backend.html>`_ to understand
|
||||
you can follow `Build an Odoo module <https://www.odoo.com/documentation/12.0/howtos/backend.html>`_ to understand
|
||||
the structure of a module and the content of each file.
|
||||
|
||||
Push the development branch
|
||||
|
@ -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
|
||||
==================
|
||||
|
Loading…
Reference in New Issue
Block a user