mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[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:
committed by
Elmeri Niemelä
parent
238b24877e
commit
0a706a660f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user