Add code for writing ODT files

This commit is contained in:
Veronica K. B. Olsen
2021-01-28 00:21:39 +01:00
parent ac0847ffe3
commit ecd858251f
3 changed files with 183 additions and 42 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ def testCoreToOdt_Convert(tmpConf, dummyGUI):
theProject = NWProject(dummyGUI)
dummyGUI.theIndex = NWIndex(theProject, dummyGUI)
theDoc = ToOdt(theProject, dummyGUI)
theDoc = ToOdt(theProject, dummyGUI, isFlat=True)
# Export Mode
# ===========