From 26d1f5011c11875ccc3d0178ae3647970214aac2 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 8 Sep 2004 12:53:41 +0000
Subject: [PATCH] Renamed from document_new.py to Base_createNewDocument.py.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1539 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../{document_new.py => Base_createNewDocument.py}       | 9 +++++++++
 1 file changed, 9 insertions(+)
 rename product/ERP5/skins/erp5_core/{document_new.py => Base_createNewDocument.py} (80%)

diff --git a/product/ERP5/skins/erp5_core/document_new.py b/product/ERP5/skins/erp5_core/Base_createNewDocument.py
similarity index 80%
rename from product/ERP5/skins/erp5_core/document_new.py
rename to product/ERP5/skins/erp5_core/Base_createNewDocument.py
index d1943f345f..2af0a198f2 100755
--- a/product/ERP5/skins/erp5_core/document_new.py
+++ b/product/ERP5/skins/erp5_core/Base_createNewDocument.py
@@ -1,3 +1,12 @@
+## Script (Python) "Base_createNewDocument"
+##bind container=container
+##bind context=context
+##bind namespace=
+##bind script=script
+##bind subpath=traverse_subpath
+##parameters=
+##title=
+##
 REQUEST=context.REQUEST
 
 # Add an object of the same type as self
-- 
2.30.9