From 17c3e464e07b72f4ba4a8b04fa06e8fa0f6630a5 Mon Sep 17 00:00:00 2001 From: Richard Mathot Date: Tue, 20 Aug 2019 14:03:04 +0200 Subject: [PATCH] [IMP] odoo_sh: recurring question about cups --- odoo_sh/advanced.rst | 1 + .../advanced/frequent_technical_questions.rst | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 odoo_sh/advanced/frequent_technical_questions.rst diff --git a/odoo_sh/advanced.rst b/odoo_sh/advanced.rst index abbf66ea9..a306c3db0 100644 --- a/odoo_sh/advanced.rst +++ b/odoo_sh/advanced.rst @@ -10,3 +10,4 @@ Advanced advanced/containers advanced/submodules advanced/upgrade_your_database + advanced/frequent_technical_questions diff --git a/odoo_sh/advanced/frequent_technical_questions.rst b/odoo_sh/advanced/frequent_technical_questions.rst new file mode 100644 index 000000000..fafa1ca6b --- /dev/null +++ b/odoo_sh/advanced/frequent_technical_questions.rst @@ -0,0 +1,20 @@ +:banner: banners/odoo-sh.jpg + +.. _odoosh-advanced-frequent_technical_questions: + +================================== +Frequent Technical Questions +================================== + + +Can you install pycups or some similar library linked to `CUPS `_ ? +------------------------------------------------------------------------------------------ + +Several community apps for Odoo list *pycups* as required dependency. + +- Pycups is a set of Python bindings for the libcups library. They are meant to integrate your computer with a local printing server. +- CUPS is printing server meant to be used for printers on the same local network as the Odoo server. + +We consider adding new system packages as long as they are indeed used. +Regarding pycups, you won't be able to configure a printer in the local network of your Odoo.sh server. +