Skip to content

Commit 0b4c41a

Browse files
committed
[MERGE] Forward-port of branch 12.0 up to 6a5c652
2 parents af37ec3 + 6a5c652 commit 0b4c41a

File tree

5 files changed

+24
-12
lines changed

5 files changed

+24
-12
lines changed
63.9 KB
Loading
136 KB
Loading

crm/optimize/setup.rst

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,23 @@ Configure Odoo VOIP
203203

204204
In Odoo, the configuration should be done in the user's preferences.
205205

206-
The SIP Login/Browser's Extension is the number you configured previously in the
207-
sip.conf file. In our example, 1060. The SIP Password is the secret you chose in
208-
the sip.conf file. The extension of your office's phone is not a required field
209-
but it is used if you want to transfer your call from Odoo to an external phone
210-
also configured in the sip.conf file.
211-
212-
The configuration should also be done in the sale settings under the title "PBX
213-
Configuration". You need to put the IP you define in the http.conf file and the
214-
WebSocket should be: ws://127.0.0.1:8088/ws. The part "127.0.0.1" needs to be
215-
the same as the IP defined previously and the "8088" is the port you defined in
216-
the http.conf file.
206+
207+
.. image:: media/voip_config01.png
208+
:align: center
209+
210+
- The SIP Login/Browser's Extension is the number you configured previously in the sip.conf file (in our example: 1060).
211+
212+
- The SIP Password is the secret you chose in the sip.conf file.
213+
214+
- The extension of your office's phone is not a required field but it is used if you want to transfer your call from Odoo to an external phone also configured in the sip.conf file.
215+
216+
217+
The configuration should also be done in the General Settings under the "Integrations" section.
218+
219+
.. image:: media/onsip02.png
220+
:align: center
221+
222+
- The PBX Server IP should be the same as the IP you define in the http.conf file.
223+
224+
- The WebSocket should be: ws://localhost:XXXX/ws where "localhost" needs to be the same as the IP defined previously and "XXXX" needs to be the port defined in the http.conf file.
225+

iot/config/flash_sdcard.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Updating your SD Card with Etcher
99
=================================
1010

1111
Go to Balena’s website and download
12-
`Etcher <http://wwww.balena.org>`__, It’s a free and
12+
`Etcher <https://www.balena.io/>`__, It’s a free and
1313
open-source utility used for burning image files. Install and launch it.
1414

1515
Now, download the latest image `here <http://nightly.odoo.com/master/posbox/iotbox/>`__, and extract it from the zip file. Then, open *Etcher* and select the image.

website/publish/domain_name.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ Until recently, Odoo users needed to use a third-party CDN service provider such
8989
It is not required anymore: Odoo generates the certificate for you automatically, using integration with `Let's Encrypt Certificate Authority and ACME protocol <https://letsencrypt.org/how-it-works/>`__.
9090
In order to get this, simply add your domain name in your customer portal (a separate certificate is generated for each domain name specified).
9191

92+
.. warning::
93+
**Please note that the certificate generation may take up to 24h.**
94+
9295
If you already use CloudFlare or a similar service, you can keep using it or simply change for Odoo. The choice is yours.
9396

9497
My website is indexed twice by Google

0 commit comments

Comments
 (0)