@@ -11,13 +11,15 @@ Setup in Google
11
11
- Go to `Google APIs platform <https://console.developers.google.com >`__
12
12
to generate Google Calendar API credentials. Log in with your Google account.
13
13
14
- - Choose * Calendar API* .
14
+ - Go to the API & Services page .
15
15
16
- .. image :: media/google_calendar_credentials01 .png
16
+ .. image :: media/google_calendar_credentials00 .png
17
17
:align: center
18
18
19
- - Create a new project and give it a name (e.g. Odoo). This project is needed
20
- to store your API credentials.
19
+ - Search for *Google Calendar API * and select it.
20
+
21
+ .. image :: media/google_calendar_credentials01.png
22
+ :align: center
21
23
22
24
.. image :: media/google_calendar_credentials02.png
23
25
:align: center
@@ -27,7 +29,10 @@ Setup in Google
27
29
.. image :: media/google_calendar_credentials03.png
28
30
:align: center
29
31
30
- - Create credentials to use in Odoo.
32
+ - Select or create an API project to store the credentials if not yet done
33
+ before. Give it an explicit name (e.g. Odoo Sync).
34
+
35
+ - Create credentials.
31
36
32
37
.. image :: media/google_calendar_credentials04.png
33
38
:align: center
@@ -39,7 +44,7 @@ Setup in Google
39
44
:align: center
40
45
41
46
- Then you can create a Client ID.
42
- Enter the name of the application (e.g. Odoo) and the allowed pages on
47
+ Enter the name of the application (e.g. Odoo Calendar ) and the allowed pages on
43
48
which you will be redirected. The *Authorized JavaScript origin * is your
44
49
Odoo's instance URL. The *Authorized redirect URI * is your Odoo's instance
45
50
URL followed by '/google_account/authentication'.
@@ -48,26 +53,27 @@ Setup in Google
48
53
:align: center
49
54
50
55
- Go through the Consent Screen step by entering a product name
51
- (e.g. Odoo). Feel free to check the customizations options
56
+ (e.g. Odoo Calendar ). Feel free to check the customizations options
52
57
but this is not mandatory. The Consent Screen will only show up when you
53
58
enter the Client ID in Odoo for the first time.
54
59
55
60
- Finally you are provided with your **Client ID **. Go to *Credentials * to
56
- get the **Client secret ** as well. You will need both of them in Odoo.
61
+ get the **Client Secret ** as well. Both of them are required in Odoo.
57
62
58
63
.. image :: media/google_calendar_credentials07.png
59
64
:align: center
60
65
61
66
Setup in Odoo
62
67
=============
63
68
64
- - Install **Google Calendar ** app.
69
+ - Install the **Google Calendar ** App from the *Apps * menu or by checking
70
+ the option in :menuselection: `Settings --> General Settings `.
65
71
66
72
.. image :: media/google_calendar_credentials08.png
67
73
:align: center
68
74
69
75
- Go to :menuselection: `Settings --> General Settings ` and enter your
70
- credentials in Google Calendar option.
76
+ ** Client ID ** and ** Client Secret ** in Google Calendar option.
71
77
72
78
.. image :: media/google_calendar_credentials09.png
73
79
:align: center
0 commit comments