From 064a365d990e7d0a60f5253c15c61746dd8db455 Mon Sep 17 00:00:00 2001 From: Rafael Monnerat <rafael@nexedi.com> Date: Tue, 17 Oct 2006 06:24:46 +0000 Subject: [PATCH] Project start to use Order meta type instead Project. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10758 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../PortalTypeTemplateItem/portal_types/Project.xml | 4 ++-- bt5/erp5_project/bt/revision | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project.xml b/bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project.xml index c30cda92a5..7ea3cb9d47 100644 --- a/bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project.xml +++ b/bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project.xml @@ -64,7 +64,7 @@ </item> <item> <key> <string>content_meta_type</string> </key> - <value> <string>ERP5 Project</string> </value> + <value> <string>ERP5 Order</string> </value> </item> <item> <key> <string>description</string> </key> @@ -72,7 +72,7 @@ </item> <item> <key> <string>factory</string> </key> - <value> <string>addProject</string> </value> + <value> <string>addOrder</string> </value> </item> <item> <key> <string>filter_content_types</string> </key> diff --git a/bt5/erp5_project/bt/revision b/bt5/erp5_project/bt/revision index dec4c59e4a..ffda4e73f0 100644 --- a/bt5/erp5_project/bt/revision +++ b/bt5/erp5_project/bt/revision @@ -1 +1 @@ -104 \ No newline at end of file +105 \ No newline at end of file -- 2.30.9