diff --git a/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce/SaleOrder_confirmShopping.xml b/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce/SaleOrder_confirmShopping.xml deleted file mode 100644 index ff69ca64042eb2fb8b9f359189cd94f0d8359aa9..0000000000000000000000000000000000000000 --- a/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce/SaleOrder_confirmShopping.xml +++ /dev/null @@ -1,287 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="PythonScript" module="Products.PythonScripts.PythonScript"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>Script_magic</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_Change_Python_Scripts_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Change_bindings_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Change_cache_settings_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Change_permissions_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Change_proxy_roles_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Copy_or_Move_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Delete_objects_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Manage_WebDAV_Locks_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Manage_properties_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Take_ownership_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_Undo_changes_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_View_History_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_View_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_View_management_screens_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_WebDAV_Lock_items_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_WebDAV_Unlock_items_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_WebDAV_access_Permission</string> </key> - <value> - <list> - <string>Manager</string> - </list> - </value> - </item> - <item> - <key> <string>_bind_names</string> </key> - <value> - <object> - <klass> - <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> - </klass> - <tuple/> - <state> - <dictionary> - <item> - <key> <string>_asgns</string> </key> - <value> - <dictionary> - <item> - <key> <string>name_container</string> </key> - <value> <string>container</string> </value> - </item> - <item> - <key> <string>name_context</string> </key> - <value> <string>context</string> </value> - </item> - <item> - <key> <string>name_m_self</string> </key> - <value> <string>script</string> </value> - </item> - <item> - <key> <string>name_subpath</string> </key> - <value> <string>traverse_subpath</string> </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - <item> - <key> <string>_body</string> </key> - <value> <string>request = context.REQUEST\n -isAnon = context.portal_membership.isAnonymousUser()\n -translateString = context.Base_translateString\n -\n -if isAnon:\n - ## create first an account for user\n - msg = translateString("You need to create an account to continue If you already have please login.")\n - context.Base_redirect(\'WebSite_viewRegistrationDialog\', \\\n - keep_items={\'editable_mode\': 1,\n - \'portal_status_message\': msg})\n -else:\n - ## redirect to final confirmation form\n - context.Base_redirect(\'SaleOrder_viewConfirmAsWeb\')\n -</string> </value> - </item> - <item> - <key> <string>_code</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>_params</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>_proxy_roles</string> </key> - <value> - <tuple> - <string>Assignor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>errors</string> </key> - <value> - <tuple/> - </value> - </item> - <item> - <key> <string>func_code</string> </key> - <value> - <object> - <klass> - <global name="FuncCode" module="Shared.DC.Scripts.Signature"/> - </klass> - <tuple/> - <state> - <dictionary> - <item> - <key> <string>co_argcount</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>co_varnames</string> </key> - <value> - <tuple> - <string>_getattr_</string> - <string>context</string> - <string>request</string> - <string>isAnon</string> - <string>translateString</string> - <string>msg</string> - </tuple> - </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - <item> - <key> <string>func_defaults</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>SaleOrder_confirmShopping</string> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Redirect to appropriate form</string> </value> - </item> - <item> - <key> <string>warnings</string> </key> - <value> - <tuple/> - </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_commerce/bt/revision b/bt5/erp5_commerce/bt/revision index 05cf25896dd490bcd4fab7bf941de67c6b30edee..252b382b33c6c1706b6e9085ce7414f58bf00943 100644 --- a/bt5/erp5_commerce/bt/revision +++ b/bt5/erp5_commerce/bt/revision @@ -1 +1 @@ -201 \ No newline at end of file +202 \ No newline at end of file