Commit 080d8767 authored by Rafael Monnerat's avatar Rafael Monnerat

Define a wider Range due test needs

Use a much wider range for Accounting Period definition to prevent
random errors when define dates at the test.
parent c7722d50
......@@ -68,7 +68,7 @@ if not found_period:\n
portal_type = \'Accounting Period\',\n
title = context.Zuite_getHowToInfo()[\'optional_new_accounting_period_title\'],\n
start_date = used_test_date - 1,\n
stop_date = used_test_date + 365\n
stop_date = used_test_date + 3650\n
)\n
test_accounting_period.start()\n
......
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