From 3b4c7951b6f0b3649de1ab973f07e61e616a3f03 Mon Sep 17 00:00:00 2001 From: Fabien Meghazi Date: Wed, 23 Dec 2020 22:12:48 +0100 Subject: [PATCH] [REM] odoo_sh: remove incorrect information about cups CUPS the server will never be installed on an Odoo.sh machine. That being said you can use a remote printer with a cups client. The problem lays in the sorry state of libcups dependencies so we will try to get a reliable section in the documentation for 20.04 as soon as we can get a testcase. Meanwhile, it has been reported that the command line `lp` cups cli client tool could be used as a workaround in the OCA concerned module: https://gist.github.com/rm-jamotion/0453e91ff3e13350a1e46a11ebb02e8d --- odoo_sh/advanced/frequent_technical_questions.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/odoo_sh/advanced/frequent_technical_questions.rst b/odoo_sh/advanced/frequent_technical_questions.rst index 2436f225e..dacc05fb3 100644 --- a/odoo_sh/advanced/frequent_technical_questions.rst +++ b/odoo_sh/advanced/frequent_technical_questions.rst @@ -30,16 +30,3 @@ We advise that: - Your scheduled actions should be `idempotent `_: they must not cause side-effects if they are started more often than expected. - - -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 a 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. -