From 6b7c927b5b0993ebe489a4906c7a1ba6ea9e1551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 10 Dec 2010 17:33:30 +0000 Subject: [PATCH] inventory portal type should not acquire local roles git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41353 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Inventory.xml | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory.xml b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory.xml index f53b5b81c6..4cfaf96aa7 100644 --- a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory.xml +++ b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory.xml @@ -2,10 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <tuple> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> - <tuple/> - </tuple> + <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> </pickle> <pickle> <dictionary> @@ -30,7 +27,7 @@ </item> <item> <key> <string>acquire_local_roles</string> </key> - <value> <int>1</int> </value> + <value> <int>0</int> </value> </item> <item> <key> <string>content_icon</string> </key> @@ -79,15 +76,28 @@ <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>Inventory</string> </value> + </item> + <item> + <key> <string>type_interface</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>type_mixin</string> </key> + <value> + <tuple/> + </value> + </item> </dictionary> </pickle> </record> <record id="2" aka="AAAAAAAAAAI="> <pickle> - <tuple> - <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> - <tuple/> - </tuple> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> </pickle> <pickle> <dictionary> @@ -104,10 +114,7 @@ </record> <record id="3" aka="AAAAAAAAAAM="> <pickle> - <tuple> - <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> - <tuple/> - </tuple> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> </pickle> <pickle> <dictionary> -- 2.30.9