aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/odoo/package.json
diff options
context:
space:
mode:
authorLibravatar oda-alexandre <oda-alexandre31@gmail.com>2021-08-30 19:15:06 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-31 01:01:03 +0530
commitb63978d0038c4774f820843cb4b45052918f943e (patch)
treecf95a14e612edd84645ce561396609a220804988 /recipes/odoo/package.json
parentfix: Fix unread count in outlook (fixes #1808) (diff)
downloadferdium-recipes-b63978d0038c4774f820843cb4b45052918f943e.tar.gz
ferdium-recipes-b63978d0038c4774f820843cb4b45052918f943e.tar.zst
ferdium-recipes-b63978d0038c4774f820843cb4b45052918f943e.zip
New recipe: odoo
Diffstat (limited to 'recipes/odoo/package.json')
-rw-r--r--recipes/odoo/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/odoo/package.json b/recipes/odoo/package.json
new file mode 100644
index 0000000..aa6a881
--- /dev/null
+++ b/recipes/odoo/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "odoo",
3 "name": "Odoo",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.odoo.com/web/login",
8 "hasCustomUrl": true
9 }
10}