From 4d9659dee3e45528b76f9081419bb799894ff76a Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 23 Dec 2016 00:23:17 +0100 Subject: [PATCH] Add comment about py3o and icons --- base_usability/partner.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base_usability/partner.py b/base_usability/partner.py index 83d836c..328d773 100644 --- a/base_usability/partner.py +++ b/base_usability/partner.py @@ -70,6 +70,9 @@ class ResPartner(models.Model): self.parent_id and self.parent_id.is_company): res = self.parent_id.name + '\n' + res + # To make the icons work with py3o with PDF export, on the py3o server: + # 1) sudo apt-get install fonts-symbola + # 2) start libreoffice in xvfb (don't use --headless) (To confirm) options = { 'phone': { 'value': self.phone,