From d685856b37d68354561843bc79a9b55b27da06b5 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Tue, 9 May 2006 17:49:43 +0000 Subject: [PATCH] Add web_document to identify portal_type that can be managed through erp5_web module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7138 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/ERP5Type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/ERP5Type.py b/product/ERP5Type/ERP5Type.py index ceca13ff6c..1315ba3976 100644 --- a/product/ERP5Type/ERP5Type.py +++ b/product/ERP5Type/ERP5Type.py @@ -142,7 +142,7 @@ class ERP5TypeInformation( FactoryTypeInformation, RoleProviderBase, Translation 'discount', 'invoice', 'invoice_movement', 'item', 'order', 'order_movement', 'node', 'payment_node', 'payment_condition', 'resource', 'supply', 'supply_path', 'transformation', 'variation', - 'sub_variation' + 'sub_variation', 'web_document' ) group_list = () -- 2.30.9