[IMP] doc: note about XMLRPC + Odoo Online

Also added some styling for guilabel as it was indistinguishable from
regular body text.
This commit is contained in:
Xavier Morel 2015-10-08 12:03:01 +02:00
parent 7e3c3853e0
commit 92d1ecdefb
3 changed files with 38 additions and 0 deletions

View File

@ -8515,6 +8515,12 @@ main article sub {
top: 0.4em; top: 0.4em;
} }
} }
.guilabel:before {
content: "";
}
.guilabel:after {
content: "";
}
body, body,
header { header {
position: relative; position: relative;

View File

@ -185,3 +185,12 @@ main article {
} }
} }
} }
.guilabel {
&:before {
content: "";
}
&:after {
content: "";
}
}

View File

@ -94,6 +94,26 @@ Configuration
If you already have an Odoo server installed, you can just use its If you already have an Odoo server installed, you can just use its
parameters parameters
.. warning::
For Odoo Online instances (<domain>.odoo.com), users are created without a
*local* password (as a person you are logged in via the Odoo Online
authentication system, not by the instance itself). To use XML-RPC on Odoo
Online instances, you will need to set a password on the user account you
want to use:
* Log in your instance with an administrator account
* Go to :menuselection:`Settings --> Users --> Users`
* Click on the user you want to use for XML-RPC access
* Click the :guilabel:`Change Password` button
* Set a :guilabel:`New Password` value then click
:guilabel:`Change Password`.
The *server url* is the instance's domain (e.g.
*https://mycompany.odoo.com*), the *database name* is the name of the
instance (e.g. *mycompany*). The *username* is the configured user's login
as shown by the *Change Password* screen.
.. rst-class:: setup doc-aside .. rst-class:: setup doc-aside
.. switcher:: .. switcher::
@ -126,6 +146,9 @@ parameters
username = "admin", username = "admin",
password = <insert password for your admin user (default: admin)>; password = <insert password for your admin user (default: admin)>;
demo
''''
To make exploration simpler, you can also ask https://demo.odoo.com for a test To make exploration simpler, you can also ask https://demo.odoo.com for a test
database: database: