From e2178487cac3da9c545a77af10b06c0107251e3a Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Tue, 6 Dec 2005 08:12:12 +0000 Subject: [PATCH] Removed budget git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4492 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Arrow.py | 64 ----------------------------- 1 file changed, 64 deletions(-) diff --git a/product/ERP5/PropertySheet/Arrow.py b/product/ERP5/PropertySheet/Arrow.py index 873e271a97..ef970635ea 100755 --- a/product/ERP5/PropertySheet/Arrow.py +++ b/product/ERP5/PropertySheet/Arrow.py @@ -606,68 +606,6 @@ class Arrow: 'acquisition_depends' : None, 'alt_accessor_id' : ('_categoryGetDestinationProjectRelativeUrl', ), 'mode' : 'w' }, - # Source budget reference - { 'id' : 'source_budget_title', - 'description' : 'The title of the source budget of this movement', - 'type' : 'string', - 'acquisition_base_category' : ('source_budget',), - 'acquisition_portal_type' : Expression('python: portal.getPortalOrderTypeList()'), - 'acquisition_copy_value' : 0, - 'acquisition_accessor_id' : 'getTitle', - 'acquisition_depends' : None, - 'alt_accessor_id' : ('_categoryGetSourceBudgetTitle', ), - 'mode' : 'w' }, - { 'id' : 'source_budget_id', - 'description' : 'The id of the source budget of this movement', - 'type' : 'string', - 'acquisition_base_category' : ('source_budget',), - 'acquisition_portal_type' : Expression('python: portal.getPortalOrderTypeList()'), - 'acquisition_copy_value' : 0, - 'acquisition_accessor_id' : 'getId', - 'acquisition_depends' : None, - 'alt_accessor_id' : ('_categoryGetSourceBudgetId', ), - 'mode' : 'w' }, - { 'id' : 'source_budget_relative_url', - 'description' : 'The titles of the source budget of this movement', - 'type' : 'string', - 'acquisition_base_category' : ('source_budget',), - 'acquisition_portal_type' : Expression('python: portal.getPortalOrderTypeList()'), - 'acquisition_copy_value' : 0, - 'acquisition_accessor_id' : 'getRelativeUrl', - 'acquisition_depends' : None, - 'alt_accessor_id' : ('_categoryGetSourceBudgetRelativeUrl', ), - 'mode' : 'w' }, - # Destination budget reference - { 'id' : 'destination_budget_title', - 'description' : 'The title of the destination budget of this movement', - 'type' : 'string', - 'acquisition_base_category' : ('destination_budget',), - 'acquisition_portal_type' : Expression('python: portal.getPortalOrderTypeList()'), - 'acquisition_copy_value' : 0, - 'acquisition_accessor_id' : 'getTitle', - 'acquisition_depends' : None, - 'alt_accessor_id' : ('_categoryGetDestinationBudgetTitle', ), - 'mode' : 'w' }, - { 'id' : 'destination_budget_id', - 'description' : 'The id of the destination budget of this movement', - 'type' : 'string', - 'acquisition_base_category' : ('destination_budget',), - 'acquisition_portal_type' : Expression('python: portal.getPortalOrderTypeList()'), - 'acquisition_copy_value' : 0, - 'acquisition_accessor_id' : 'getId', - 'acquisition_depends' : None, - 'alt_accessor_id' : ('_categoryGetDestinationBudgetId', ), - 'mode' : 'w' }, - { 'id' : 'destination_budget_relative_url', - 'description' : 'The titles of the destination budget of this movement', - 'type' : 'string', - 'acquisition_base_category' : ('destination_budget',), - 'acquisition_portal_type' : Expression('python: portal.getPortalOrderTypeList()'), - 'acquisition_copy_value' : 0, - 'acquisition_accessor_id' : 'getRelativeUrl', - 'acquisition_depends' : None, - 'alt_accessor_id' : ('_categoryGetDestinationBudgetRelativeUrl', ), - 'mode' : 'w' }, # Source function reference { 'id' : 'source_function_title', 'description' : 'The title of the source function of this movement', @@ -802,8 +740,6 @@ class Arrow: 'source_trade', 'destination_trade', 'source_function', 'destination_function', 'source_project', 'destination_project', - 'source_budget', 'destination_budget', - 'source_function', 'destination_function', 'source_transport', 'destination_transport', # Virtual categories 'source_region', 'destination_region', -- 2.30.9