Commit 8543590b authored by Ivan Tyagov's avatar Ivan Tyagov

erp5_accounting is installed before auto-configurtion and is unreliable thus...

erp5_accounting is installed before auto-configurtion and is unreliable thus use erp5_trade which certainly is installed by configurator.
parent b21eb2a7
......@@ -2,4 +2,4 @@
The purpose of the script is to tell if configuration of a site was finished or not.
It is used from Deployment Tests.
"""
return context.portal_templates.getInstalledBusinessTemplate("erp5_accounting", strict=True) is not None
return context.portal_templates.getInstalledBusinessTemplate("erp5_trade", strict=True) is not None
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