-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e48c245
Showing
52 changed files
with
13,297 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": [ | ||
"react", | ||
"@typescript-eslint", | ||
"office-addins" | ||
], | ||
"parserOptions": { | ||
"ecmaVersion": 6, | ||
"sourceType": "module", | ||
"ecmaFeatures": { | ||
"jsx": true | ||
}, | ||
"project": "./tsconfig.json" | ||
}, | ||
"extends": [ | ||
"plugin:office-addins/react" | ||
], | ||
"settings": { | ||
"react": { | ||
"version": "detect" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# NODE | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# TypeScript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# next.js build output | ||
.next | ||
|
||
# VS CODE | ||
.vscode/* | ||
*.code-workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Odoo for outlook | ||
|
||
## To be able to serve the add-in | ||
|
||
- cd to the addin-in sources directory | ||
- `npm install` | ||
- `npm run-script build` | ||
- copy the `manifest.xml` to the `dist` directory | ||
- open the `manifest.xml` and replace all `https://localhost:3000` instances with the actual address | ||
- do the same operation with `api.js` | ||
- serve |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
<?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.0.0.0</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"/> | ||
<SupportUrl DefaultValue="https://www.odoo.com/help"/> | ||
<AppDomains> | ||
<AppDomain>https://localhost:3000</AppDomain> | ||
</AppDomains> | ||
<Hosts> | ||
<Host Name="Mailbox"/> | ||
</Hosts> | ||
<Requirements> | ||
<Sets> | ||
<Set Name="Mailbox" MinVersion="1.1"/> | ||
</Sets> | ||
</Requirements> | ||
<FormSettings> | ||
<Form xsi:type="ItemRead"> | ||
<DesktopSettings> | ||
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/> | ||
<RequestedHeight>250</RequestedHeight> | ||
</DesktopSettings> | ||
</Form> | ||
</FormSettings> | ||
<Permissions>ReadWriteItem</Permissions> | ||
<Rule xsi:type="RuleCollection" Mode="Or"> | ||
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/> | ||
</Rule> | ||
<DisableEntityHighlighting>false</DisableEntityHighlighting> | ||
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0"> | ||
<Requirements> | ||
<bt:Sets DefaultMinVersion="1.3"> | ||
<bt:Set Name="Mailbox"/> | ||
</bt:Sets> | ||
</Requirements> | ||
<Hosts> | ||
<Host xsi:type="MailHost"> | ||
<DesktopFormFactor> | ||
<FunctionFile resid="Commands.Url"/> | ||
<ExtensionPoint xsi:type="MessageReadCommandSurface"> | ||
<OfficeTab id="TabDefault"> | ||
<Group id="msgReadGroup"> | ||
<Label resid="GroupLabel"/> | ||
<Control xsi:type="Button" id="msgReadOpenPaneButton"> | ||
<Label resid="TaskpaneButton.Label"/> | ||
<Supertip> | ||
<Title resid="TaskpaneButton.Label"/> | ||
<Description resid="TaskpaneButton.Tooltip"/> | ||
</Supertip> | ||
<Icon> | ||
<bt:Image size="16" resid="Icon.16x16"/> | ||
<bt:Image size="32" resid="Icon.32x32"/> | ||
<bt:Image size="80" resid="Icon.80x80"/> | ||
</Icon> | ||
<Action xsi:type="ShowTaskpane"> | ||
<SourceLocation resid="Taskpane.Url"/> | ||
</Action> | ||
</Control> | ||
</Group> | ||
</OfficeTab> | ||
</ExtensionPoint> | ||
</DesktopFormFactor> | ||
</Host> | ||
</Hosts> | ||
<Resources> | ||
<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.80x80" DefaultValue="https://localhost:3000/assets/odoo-80.png"/> | ||
</bt:Images> | ||
<bt:Urls> | ||
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/> | ||
</bt:Urls> | ||
<bt:ShortStrings> | ||
<bt:String id="GroupLabel" DefaultValue="Odoo for Outlook"/> | ||
<bt:String id="TaskpaneButton.Label" DefaultValue="Open contact profile"/> | ||
</bt:ShortStrings> | ||
<bt:LongStrings> | ||
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Opens a pane displaying all available options."/> | ||
</bt:LongStrings> | ||
</Resources> | ||
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1"> | ||
<Requirements> | ||
<bt:Sets DefaultMinVersion="1.3"> | ||
<bt:Set Name="Mailbox"/> | ||
</bt:Sets> | ||
</Requirements> | ||
<Hosts> | ||
<Host xsi:type="MailHost"> | ||
<DesktopFormFactor> | ||
<FunctionFile resid="Commands.Url"/> | ||
<ExtensionPoint xsi:type="MessageReadCommandSurface"> | ||
<OfficeTab id="TabDefault"> | ||
<Group id="msgReadGroup"> | ||
<Label resid="GroupLabel"/> | ||
<Control xsi:type="Button" id="msgReadOpenPaneButton"> | ||
<Label resid="TaskpaneButton.Label"/> | ||
<Supertip> | ||
<Title resid="TaskpaneButton.Label"/> | ||
<Description resid="TaskpaneButton.Tooltip"/> | ||
</Supertip> | ||
<Icon> | ||
<bt:Image size="16" resid="Icon.16x16"/> | ||
<bt:Image size="32" resid="Icon.32x32"/> | ||
<bt:Image size="80" resid="Icon.80x80"/> | ||
</Icon> | ||
<Action xsi:type="ShowTaskpane"> | ||
<SourceLocation resid="Taskpane.Url"/> | ||
<SupportsPinning>true</SupportsPinning> | ||
</Action> | ||
</Control> | ||
</Group> | ||
</OfficeTab> | ||
</ExtensionPoint> | ||
</DesktopFormFactor> | ||
</Host> | ||
</Hosts> | ||
<Resources> | ||
<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.80x80" DefaultValue="https://localhost:3000/assets/odoo-80.png"/> | ||
</bt:Images> | ||
<bt:Urls> | ||
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/> | ||
</bt:Urls> | ||
<bt:ShortStrings> | ||
<bt:String id="GroupLabel" DefaultValue="Odoo for Outlook"/> | ||
<bt:String id="TaskpaneButton.Label" DefaultValue="Open contact profile"/> | ||
</bt:ShortStrings> | ||
<bt:LongStrings> | ||
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Opens a pane displaying all available options."/> | ||
</bt:LongStrings> | ||
</Resources> | ||
</VersionOverrides> | ||
</VersionOverrides> | ||
</OfficeApp> |
Oops, something went wrong.