Commit e98bd80e authored by Jérome Perrin's avatar Jérome Perrin

accounting_ui_test: Rename AccountingZuite_createReportJournalDataset to...

accounting_ui_test: Rename AccountingZuite_createReportJournalDataset to AccountingModule_createAccountingTestReportJournalDataset
parent 1018421e
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>AccountingZuite_createReportJournalDataset</string> </value>
<value> <string>AccountingModule_createAccountingTestReportJournalDataset</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -14,7 +14,7 @@ module.manage_delObjects(list(module.objectIds()))
# Create datasets
if report_name == "journal":
module.AccountingZuite_createReportJournalDataset()
module.AccountingModule_createAccountingTestReportJournalDataset()
elif report_name in ("trial-balance", "general-ledger"):
module.AccountingModule_createAccountingTestReportDataset()
elif report_name in ("account-statement", "balance-sheet", "profit-and-loss"):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment