diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineFastInputDialog.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineFastInputDialog.xml index 856693c7e2b579e8631fb518be0353002f80d6a0..aa64f9f7f42b0856f8843001f6473d9eaa6e0c52 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineFastInputDialog.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineFastInputDialog.xml @@ -77,7 +77,7 @@ cash_detail_dict = { \'line_portal_type\' : \'Incoming Cash Exchange , \'emission_letter_list\' : [\'not_defined\',] # List of possible emissionLetter or None if all\n , \'variation_list\' : context.Baobab_getResourceVintageList(banknote=1, coin=1) # List of possible variation or None if all #[\'2003\'] # List of possible variation or None if all\n , \'currency_cash_portal_type\' : None # \'Coin\' or \'Banknote\' or None if both\n - , \'read_only\' : True # If true, the fastinput will not allow change\n + , \'read_only\' : False # If true, the fastinput will not allow change\n , \'column_base_category\' : \'variation\' # possible values : \'variation\', \'cashStatus\', \'emissionLetter\'\n }\n \n @@ -146,7 +146,7 @@ return context.CashDelivery_generateCashDetailInputDialog(listbox = None\n <string>a</string> <string>cash_status</string> <string>None</string> - <string>True</string> + <string>False</string> <string>cash_detail_dict</string> </tuple> </value> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewOutgoingLineFastInputDialog.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewOutgoingLineFastInputDialog.xml index bb30b065bb34e0b8b604196383624b7c0cdeef9f..775f22226795071d9fa0a790df2ea1f68c73c7bd 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewOutgoingLineFastInputDialog.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewOutgoingLineFastInputDialog.xml @@ -74,7 +74,7 @@ , \'emission_letter_list\' : context.Baobab_getUserEmissionLetterList() # List of possible emissionLetter or None if all\n , \'variation_list\' : context.Baobab_getResourceVintageList(banknote=1, coin=1) # List of possible variation or None if all #[\'2003\'] # List of possible variation or None if all\n , \'currency_cash_portal_type\': None # \'Coin\' or \'Banknote\' or None if both\n - , \'read_only\' : True # If true, the fastinput will not allow change\n + , \'read_only\' : False # If true, the fastinput will not allow change\n , \'column_base_category\' : \'variation\' # possible values : \'variation\', \'cashStatus\', \'emissionLetter\'\n }\n \n @@ -139,7 +139,7 @@ return context.CashDelivery_generateCashDetailInputDialog(listbox = None\n <string>_getattr_</string> <string>context</string> <string>None</string> - <string>True</string> + <string>False</string> <string>cash_detail_dict</string> </tuple> </value>