From c71d2e17d0dd00fda7bd3adeeb63c1d98949954a Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sat, 7 Aug 2010 11:00:17 +0000 Subject: [PATCH] added production reduction placeholder git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37623 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Production%20Reduction%20Solver.xml | 214 ++++++++++++++++++ .../bt/template_path_list | 2 + 2 files changed, 216 insertions(+) create mode 100644 bt5/erp5_simulation_test/PathTemplateItem/portal_solvers/Production%20Reduction%20Solver.xml diff --git a/bt5/erp5_simulation_test/PathTemplateItem/portal_solvers/Production%20Reduction%20Solver.xml b/bt5/erp5_simulation_test/PathTemplateItem/portal_solvers/Production%20Reduction%20Solver.xml new file mode 100644 index 0000000000..042c4d8732 --- /dev/null +++ b/bt5/erp5_simulation_test/PathTemplateItem/portal_solvers/Production%20Reduction%20Solver.xml @@ -0,0 +1,214 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="SolverTypeInformation" module="Products.ERP5Type.Document.SolverTypeInformation"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Author</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Author</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Author</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Author</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_identity_criterion</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>modification_date</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>date</string> </value> + </item> + </dictionary> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>creation_date</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>date</string> </value> + </item> + </dictionary> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>contributor_list</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>lines</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>_range_criterion</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>contributor_list</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>creation_date</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1281132000.0</float> + <string>GMT+2</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>Production Reduction Solver is only a placeholder for now. (it will need its own class later)</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>Production Reduction Solver</string> </value> + </item> + <item> + <key> <string>modification_date</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1281132000.0</float> + <string>GMT+2</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Solver Type</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="PersistentMapping" module="Persistence.mapping"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <tuple> + <global name="PersistentMapping" module="Persistence.mapping"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_simulation_test/bt/template_path_list b/bt5/erp5_simulation_test/bt/template_path_list index 82daab43a6..d0e01a5e7d 100644 --- a/bt5/erp5_simulation_test/bt/template_path_list +++ b/bt5/erp5_simulation_test/bt/template_path_list @@ -23,6 +23,8 @@ portal_solvers/Accept Solver portal_solvers/Accept Solver/* portal_solvers/Adopt Solver portal_solvers/Adopt Solver/* +portal_solvers/Production Reduction Solver +portal_solvers/Production Reduction Solver/* portal_solvers/Quantity Cancel Solver portal_solvers/Quantity Cancel Solver/* portal_solvers/Quantity Split Solver -- 2.30.9