Commit 04ee9f42 authored by Aurel's avatar Aurel

add field for source logical path

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6971 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6ceaa163
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
<list> <list>
<string>listbox_source_total_asset_price</string> <string>listbox_source_total_asset_price</string>
<string>listbox_delivery_start_date</string> <string>listbox_delivery_start_date</string>
<string>listbox_source_logical_path</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -416,6 +416,10 @@ ...@@ -416,6 +416,10 @@
<string>source_total_asset_price</string> <string>source_total_asset_price</string>
<string>Amount</string> <string>Amount</string>
</tuple> </tuple>
<tuple>
<string>source_logical_path</string>
<string>source_logical_path</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
, \'operation_currency\' : context.Baobab_getPortalReferenceCurrencyID() # The operation currently\n , \'operation_currency\' : context.Baobab_getPortalReferenceCurrencyID() # The operation currently\n
, \'cashStatus_list\' : [\'to_sort\',] # List of possible cashStatus or None if all\n , \'cashStatus_list\' : [\'to_sort\',] # List of possible cashStatus or None if all\n
, \'emissionLetter_list\' : [\'not_defined\',] # List of possible emissionLetter or None if all\n , \'emissionLetter_list\' : [\'not_defined\',] # List of possible emissionLetter or None if all\n
, \'variation_list\' : [\'2003\',] # List of possible variation or None if all\n , \'variation_list\' : context.Baobab_getResourceVintageList(banknote=1) # List of possible variation or None if all\n
, \'currencyCash_portalType\' : \'Banknote\' # \'Coin\' or \'Banknote\' or None if both\n , \'currencyCash_portalType\' : \'Banknote\' # \'Coin\' or \'Banknote\' or None if both\n
, \'updatePossible\' : True # If true, the fastinput will not allow change\n , \'updatePossible\' : True # If true, the fastinput will not allow change\n
, \'columnBase\' : \'variation\' # possible values : \'variation\', \'cashStatus\', \'emissionLetter\'\n , \'columnBase\' : \'variation\' # possible values : \'variation\', \'cashStatus\', \'emissionLetter\'\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment