[FIX] General ledger XLSX: solved mistake in the info

This commit is contained in:
Joan Sisquella
2020-09-04 09:54:26 +02:00
committed by chaule97
parent e8cdafc8d0
commit fda4a2a169
20 changed files with 257 additions and 3 deletions

View File

@@ -94,7 +94,6 @@ class GeneralLedgerReportWizard(models.TransientModel):
help="This domain will be used to select specific domain for Journal " "Items",
)
@api.multi
def _get_account_move_lines_domain(self):
domain = literal_eval(self.domain) if self.domain else []
return domain