diff --git a/odoo_sh/advanced/frequent_technical_questions.rst b/odoo_sh/advanced/frequent_technical_questions.rst index de3b429c0..850d2695c 100644 --- a/odoo_sh/advanced/frequent_technical_questions.rst +++ b/odoo_sh/advanced/frequent_technical_questions.rst @@ -32,14 +32,14 @@ We advise that: cause side-effects if they are started more often than expected. -Can you install pycups or some similar library linked to `CUPS `_ ? ------------------------------------------------------------------------------------------- +Can you install `pycups `_ or some similar library linked to `CUPS `_ ? +-------------------------------------------------------------------------------------------------------------------------------- -Several community apps for Odoo list *pycups* as required dependency. +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. +- ``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. +Regarding ``pycups``, you won't be able to configure a printer in the local network of your Odoo.sh server.