diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 9e1ff347f0209482dac4c46170a5ea1d8d100d35..7eb4665e5aa84d325791877f431dd3df8ce32caf 100644
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -138,6 +138,7 @@ SEPARATELY_EXPORTED_PROPERTY_DICT = {
   "OOoTemplate":         ("oot",  1, "_text"),
   "PDF":                 ("pdf",  0, "data"),
   "PDFForm":             ("pdf",  0, "data"),
+  "PyData Script":       ("py",   0, "_body"),
   "Python Script":       ("py",   0, "_body"),
   "PythonScript":        ("py",   0, "_body"),
   "Spreadsheet":         (None,   0, "data"),