-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[IMP] mail plugins: gmail plugin updates #2773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mivu-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @meng-odoo!
Great job on your first PR! I went through it and found some edits that need to be made to remove the use of second-person pronouns (you, yours), as well sentences that could use transition words for better flow.
I also noticed two image files were quite large gh-download-zip.png and google-workspace-marketplace.png. I think they can be ran through pngquant (if you haven't already) to compress them further. I can show you how to remove the old image files and replace them with the new, compressed versions if you would like, just let me know!
When you finish the revisions, please tag me again for another look. Thank you 😸
3a6abe3 to
45f310d
Compare
mivu-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @meng-odoo!
One more round of revisions, we're almost there!
These suggestions have to do with line breaks. Some lines were broken a little too late (over 100 characters) or a little too early (under 100 characters, where more words could've fit on the line). When you're ready, tag me in for a final look. Thank you 😸
45f310d to
8b9f164
Compare
mivu-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @meng-odoo!
Thank you for the revisions! You did a great job on this PR!
I found two small edits, so feel free to push those and then go straight to tagging ZST for final technical review, no need to tag me again. Thank you 😸
8b9f164 to
1ca6a19
Compare
|
Thank you @mivu-odoo! |
StraubCreative
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @meng-odoo 🙂
Change requests below, with instructions.
Thanks!
cc: @mivu-odoo
| ================= | ||
|
|
||
| .. _mail-plugin/gmail/enable-mail-plugin: | ||
| For databases hosted on Odoo Online (or Odoo.sh), follow the steps below to configure the Gmail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace
| For databases hosted on Odoo Online (or Odoo.sh), follow the steps below to configure the Gmail | |
| For databases hosted on Odoo Online (or Odoo.sh), follow the steps below to configure the Gmail |
| Finally, click :guilabel:`Allow` to let Gmail access the Odoo database. The browser will then show a | ||
| :guilabel:`Success!` message. After that, close the window. The Gmail inbox and Odoo database are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line break before or at 100th char.
| Finally, click :guilabel:`Allow` to let Gmail access the Odoo database. The browser will then show a | |
| :guilabel:`Success!` message. After that, close the window. The Gmail inbox and Odoo database are | |
| Finally, click :guilabel:`Allow` to let Gmail access the Odoo database. The browser will then show | |
| a :guilabel:`Success!` message. After that, close the window. The Gmail inbox and Odoo database are |
| ensuring, for example, that no add-on redirects users toward a malicious website. (Read more on | ||
| `Google Apps Script <https://developers.google.com/apps-script/manifest/allowlist-url>`_.) | ||
|
|
||
| Since Odoo can only list the `odoo.com` domain and not every on-premise customer’s unique server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use sans-serif apostrophe (not the serif version that gets c/p'd over from gdocs or similar text editors).
| Since Odoo can only list the `odoo.com` domain and not every on-premise customer’s unique server | |
| Since Odoo can only list the `odoo.com` domain and not every on-premise customer's unique server |
| Finally, click :guilabel:`Allow` to let Gmail access the Odoo database. The browser will then show a | ||
| :guilabel:`Success!` message. After that, close the window. The Gmail inbox and Odoo database are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line break before or at 100th char
| Finally, click :guilabel:`Allow` to let Gmail access the Odoo database. The browser will then show a | |
| :guilabel:`Success!` message. After that, close the window. The Gmail inbox and Odoo database are | |
| Finally, click :guilabel:`Allow` to let Gmail access the Odoo database. The browser will then show | |
| a :guilabel:`Success!` message. After that, close the window. The Gmail inbox and Odoo database are |
| :alt: Allowing the Gmail Plugin to connect to a database | ||
| Finally, click :guilabel:`Allow` to let Gmail access the Odoo database. The browser will then show a | ||
| :guilabel:`Success!` message. After that, close the window. The Gmail inbox and Odoo database are | ||
| now connected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add empty line break at end of doc
| now connected. | |
| now connected. | |
| such as Notepad (Windows), TextEdit (Mac), or Visual Studio Code. | ||
|
|
||
| .. _mail-plugin/gmail/configure-mailbox: | ||
| Delete the following three lines of text from the :guilabel:`login` TS file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use :file: tag here:
| Delete the following three lines of text from the :guilabel:`login` TS file: | |
| Delete the following three lines of text from the :file:`login.ts` file: |
| :align: center | ||
| :alt: Installing the Gmail Plugin from the Apps Script project | ||
| Open the ZIP file on the computer. Then, go to :menuselection:`mail-client-extensions-master --> | ||
| gmail --> src --> views`, and open the :guilabel:`login` TS file using any text editor software, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use :file: tag here:
| gmail --> src --> views`, and open the :guilabel:`login` TS file using any text editor software, | |
| gmail --> src --> views`, and open the :file:`login.ts` file using any text editor software, |
| to download the Mail Plugin files onto your computer. | ||
|
|
||
| #. Allow the Gmail Plugin to access some of your data. | ||
| .. image:: gmail/gh-download-zip.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unresolving. This file is still too big.
|
|
||
| Install the Gmail Plugin | ||
| ------------------------ | ||
| .. image:: gmail/google-workspace-marketplace.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unresolving. This image is still too big.
|
|
||
| Install the Gmail Plugin | ||
| ------------------------ | ||
| .. image:: gmail/gmail-side-panel.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is too big.
- Capture screenshot in HD (browser at ~1280x600px with ~120% zoom)
- Resize file to tablet/low-res desktop breakpoint b/w 768 and ~1024px (lowest you can go without having to squint at the content).
- Compress file using
pngquant - Replace file locally using
git rmandgit add
c735f56 to
e01e6ce
Compare
|
Hi @StraubCreative, I made all your requested changes. I'm still getting a failed code check that says "trailing whitespace" but I double checked every line and I don't see it. Please let me know if I should make any more changes. Thanks! |
e01e6ce to
4625793
Compare
StraubCreative
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making all of the changes @meng-odoo, nice job 👍
Everything looks good to me.
I combed for whitespaces and did another rebase on 4625793, but still couldn't the issue the CI check error, so I'm going to push to DR and maybe they can help.
|
Hi @odoo/doc-review 👋 |
Updated to reflect how to download Gmail Plugin from Google Workspace Marketplace for Odoo Online users; added new images Closes Odoo Task 3001713
4625793 to
f8ea2cb
Compare
Feyensv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+
Updated to reflect how to download Gmail Plugin from Google Workspace Marketplace for Odoo Online users; added new images Closes Odoo Task 3001713 closes #2773 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>

Updated to reflect how to download Gmail Plugin from Google Workspace Marketplace for Odoo Online users; added new images
Closes Odoo Task 3001713