Skip to content
Snippets Groups Projects
Commit b1582161 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[FIX] default domain incorrect

parent 1c70ff09
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class JournalDatasExport(http.Controller):
("journal_id", "in", export_id.journal_ids.ids),
("company_id", "=", export_id.company_id.id),
("move_id.state", "=", "posted"),
("display_type", "=", False),
("display_type", "not in", ["line_section", "line_note"]),
]
if export_type == "empty":
domain += [("date_export", "=", False)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment