[MOV] general: removes main "settings" section + move content
This commit is part of a larger work to improve the documentation's
structure. The toctree structure used to add levels to create categories
and make the structure visually more understandable.
With the new version of the documentation, plenty of these categories
are now redundant.
This commit:
- removes the main "settings" section
- move its content to general/odoo_basics
- moves "general/mobile" content to "general"
- moves the content of the doc "developer_mode/activate" to "general"
- it replaces the references to that doc with `:ref:` directives
rather than `:doc:` directives
- it is worth noting that it also fixes plenty of links that
previously referred to "developer_mode" (the category) rather than
"developer_mode/activate" (the document)
task-2535899
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
9493bbf4f4
commit
2fb77cf3ff
@@ -121,8 +121,7 @@ database, please `submit a support ticket <https://www.odoo.com/help>`_.
|
||||
|
||||
How can I update my bank credentials?
|
||||
-------------------------------------
|
||||
You can update your credentials in
|
||||
:doc:`Developer mode </applications/general/developer_mode>`.
|
||||
You can update your credentials in :ref:`developer mode <developer-mode>`.
|
||||
|
||||
Then go to :menuselection:`Accounting --> Configuration --> Online Synchronization`, and open the
|
||||
Institution you want to edit, and click on *Update Credentials*.
|
||||
|
||||
@@ -82,8 +82,8 @@ Update your synchronization credentials
|
||||
|
||||
You might have to update your Ponto credentials or modify the synchronization settings.
|
||||
|
||||
To do so, activate the :doc:`Developer Mode </applications/general/developer_mode>`, and go to
|
||||
:menuselection:`Accounting --> Configuration --> Online Synchronization`.
|
||||
To do so, activate the :ref:`developer mode <developer-mode>`, and go to :menuselection:`Accounting
|
||||
--> Configuration --> Online Synchronization`.
|
||||
|
||||
Click on *Update Accounts* to enter your new Client ID and Secret ID, or click on *Edit* to modify
|
||||
the synchronization settings.
|
||||
|
||||
Reference in New Issue
Block a user