[RFR] split off the fusion server to its own module

use libreoffice for conversions in the base version. Fixes #179
This commit is contained in:
Holger Brunn
2017-12-17 16:01:44 +01:00
committed by Elmeri Niemelä
parent 238b24877e
commit 0a706a660f
14 changed files with 108 additions and 308 deletions

View File

@@ -13,6 +13,10 @@ class Py3oTemplate(models.Model):
selection=[
('odt', "ODF Text Document"),
('ods', "ODF Spreadsheet"),
('odp', "ODF Presentation"),
('fodt', "ODF Text Document (Flat)"),
('fods', "ODF Spreadsheet (Flat)"),
('fodp', "ODF Presentation (Flat)"),
],
string="LibreOffice Template File Type",
required=True,