From 9f99bc39c912ae2783e1933f0a3b0071186c950f Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Tue, 24 Oct 2006 23:57:17 +0000 Subject: [PATCH] Added missing Catalog Result Tables git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10923 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../result_table_list.xml | 12 ++++++++++++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- .../erp5_core/bt/template_catalog_result_table_list | 10 ++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 product/ERP5/bootstrap/erp5_core/CatalogResultTableTemplateItem/result_table_list.xml diff --git a/product/ERP5/bootstrap/erp5_core/CatalogResultTableTemplateItem/result_table_list.xml b/product/ERP5/bootstrap/erp5_core/CatalogResultTableTemplateItem/result_table_list.xml new file mode 100644 index 0000000000..2c9ca2b3b2 --- /dev/null +++ b/product/ERP5/bootstrap/erp5_core/CatalogResultTableTemplateItem/result_table_list.xml @@ -0,0 +1,12 @@ +<key_list> + <key>catalog</key> + <key>category</key> + <key>delivery</key> + <key>full_text</key> + <key>item</key> + <key>movement</key> + <key>predicate</key> + <key>predicate_category</key> + <key>roles_and_users</key> + <key>stock</key> +</key_list> \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index c9c41087e2..d2c5ed2124 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -114 \ No newline at end of file +116 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_catalog_result_table_list b/product/ERP5/bootstrap/erp5_core/bt/template_catalog_result_table_list index e69de29bb2..71c4bc1de0 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/template_catalog_result_table_list +++ b/product/ERP5/bootstrap/erp5_core/bt/template_catalog_result_table_list @@ -0,0 +1,10 @@ +catalog +category +delivery +full_text +item +movement +predicate +predicate_category +roles_and_users +stock \ No newline at end of file -- 2.30.9