Skip to content

Commit

Permalink
[ADD] Adds icons with appropriate resolution
Browse files Browse the repository at this point in the history
The resolution of some icons was not high enough for the Microsoft
market place. These icons were upgraded.

Also bumped the version number.
  • Loading branch information
Florimond committed Feb 5, 2021
1 parent fe005fc commit 55ad7c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Binary file added outlook/assets/odoo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outlook/assets/odoo-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions outlook/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">
<Id>c5549a21-aefb-4ba8-ae7c-b77bceab4023</Id>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<ProviderName>Odoo</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Odoo for Outlook"/>
<Description DefaultValue="Odoo for Outlook."/>
<IconUrl DefaultValue="https://localhost:3000/assets/odoo-32.png"/>
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/odoo-80.png"/>
<IconUrl DefaultValue="https://localhost:3000/assets/odoo-64.png"/>
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/odoo-128.png"/>
<SupportUrl DefaultValue="https://www.odoo.com/help"/>
<AppDomains>
<AppDomain>https://localhost:3000</AppDomain>
Expand Down Expand Up @@ -56,7 +56,9 @@
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.32x32"/>
<bt:Image size="64" resid="Icon.64x64"/>
<bt:Image size="80" resid="Icon.80x80"/>
<bt:Image size="128" resid="Icon.128x128"/>
</Icon>
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="Taskpane.Url"/>
Expand All @@ -72,7 +74,9 @@
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/odoo-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/odoo-32.png"/>
<bt:Image id="Icon.64x64" DefaultValue="https://localhost:3000/assets/odoo-64.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/odoo-80.png"/>
<bt:Image id="Icon.128x128" DefaultValue="https://localhost:3000/assets/odoo-128.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
Expand Down Expand Up @@ -108,7 +112,9 @@
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.32x32"/>
<bt:Image size="64" resid="Icon.64x64"/>
<bt:Image size="80" resid="Icon.80x80"/>
<bt:Image size="128" resid="Icon.128x128"/>
</Icon>
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="Taskpane.Url"/>
Expand All @@ -125,7 +131,9 @@
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/odoo-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/odoo-32.png"/>
<bt:Image id="Icon.64x64" DefaultValue="https://localhost:3000/assets/odoo-64.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/odoo-80.png"/>
<bt:Image id="Icon.128x128" DefaultValue="https://localhost:3000/assets/odoo-128.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
Expand Down

0 comments on commit 55ad7c8

Please sign in to comment.