From c013f816dd41aa41eb5997dec4b411d98d7cc02d Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 12 Jul 2010 10:58:18 +0000 Subject: [PATCH] Add a dummy Trade Model Path portal type only to make BT installation working. The real one will be committed. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37039 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Trade%20Model%20Path.xml | 120 ++++++++++++++++++ bt5/erp5_trade/bt/revision | 2 +- .../bt/template_portal_type_id_list | 3 +- 3 files changed, 123 insertions(+), 2 deletions(-) create mode 100644 bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Trade%20Model%20Path.xml diff --git a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Trade%20Model%20Path.xml b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Trade%20Model%20Path.xml new file mode 100644 index 0000000000..be77e88a54 --- /dev/null +++ b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Trade%20Model%20Path.xml @@ -0,0 +1,120 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_property_domain_dict</string> </key> + <value> + <dictionary> + <item> + <key> <string>short_title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>acquire_local_roles</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>content_icon</string> </key> + <value> <string>document.gif</string> </value> + </item> + <item> + <key> <string>content_meta_type</string> </key> + <value> <string>ERP5 Trade Model Path</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>Supply Link defines possible movements of resources between source and destination Supply Nodes. Each Supply Link is associated with one or more industrial phases.</string> </value> + </item> + <item> + <key> <string>factory</string> </key> + <value> <string>addTradeModelPath</string> </value> + </item> + <item> + <key> <string>filter_content_types</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>group_list</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>Trade Model Path</string> </value> + </item> + <item> + <key> <string>init_script</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>short_title</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <tuple> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>title</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_trade/bt/revision b/bt5/erp5_trade/bt/revision index bd19a3c6e3..1777dbd010 100644 --- a/bt5/erp5_trade/bt/revision +++ b/bt5/erp5_trade/bt/revision @@ -1 +1 @@ -921 \ No newline at end of file +922 \ No newline at end of file diff --git a/bt5/erp5_trade/bt/template_portal_type_id_list b/bt5/erp5_trade/bt/template_portal_type_id_list index c99809a5fb..8252239338 100644 --- a/bt5/erp5_trade/bt/template_portal_type_id_list +++ b/bt5/erp5_trade/bt/template_portal_type_id_list @@ -53,4 +53,5 @@ Sale Packing List Module Sale Trade Condition Sale Trade Condition Module Trade Model Cell -Trade Model Line \ No newline at end of file +Trade Model Line +Trade Model Path \ No newline at end of file -- 2.30.9