From 0dafe98961aaab99172264e51bb83aa0a48f3267 Mon Sep 17 00:00:00 2001 From: Nicolas JEUDY Date: Mon, 29 May 2023 16:28:29 +0200 Subject: [PATCH] [new] add official Onlyoffice integration module --- odoo/custom/dependencies/pip.txt | 3 +++ odoo/custom/src/addons.yaml | 2 ++ odoo/custom/src/repos.yaml | 8 ++++++++ 3 files changed, 13 insertions(+) diff --git a/odoo/custom/dependencies/pip.txt b/odoo/custom/dependencies/pip.txt index 7ff1495..6b88685 100644 --- a/odoo/custom/dependencies/pip.txt +++ b/odoo/custom/dependencies/pip.txt @@ -35,3 +35,6 @@ extendable-pydantic pdfplumber ipdb factur-x +xlrd +pgpy +pyjwt diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index 64fd8c1..4926873 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -148,3 +148,5 @@ project-reporting: - "*" odoo-web-adons: - "*" +onlyoffice-odoo: + - "onlyoffice_odoo" diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index 3d8fa9b..48a5860 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -831,3 +831,11 @@ target: origin 16.0 merges: - origin 16.0 +./onlyoffice-odoo: + defaults: + depth: $DEPTH_DEFAULT + remotes: + origin: https://github.com/ONLYOFFICE/onlyoffice_odoo.git + target: origin 16.0 + merges: + - origin 16.0