diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/BankAccount_viewFieldLibrary/my_stop_date.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/BankAccount_viewFieldLibrary/my_stop_date.xml index 3f0f38aa371946bbcc890944b93e23da8111bc91..48b35281c176be672b0252a22c06fdfc2cb7712d 100644 --- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/BankAccount_viewFieldLibrary/my_stop_date.xml +++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/BankAccount_viewFieldLibrary/my_stop_date.xml @@ -10,8 +10,9 @@ <key> <string>delegated_list</string> </key> <value> <list> - <string>title</string> + <string>default</string> <string>description</string> + <string>title</string> </list> </value> </item> @@ -53,6 +54,16 @@ <key> <string>tales</string> </key> <value> <dictionary> + <item> + <key> <string>default</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>field_id</string> </key> <value> <string></string> </value> @@ -65,6 +76,10 @@ <key> <string>target</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> </dictionary> </value> </item> @@ -72,6 +87,12 @@ <key> <string>values</string> </key> <value> <dictionary> + <item> + <key> <string>default</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>description</string> </key> <value> <string>Date when the bank account was closed.</string> </value> @@ -98,4 +119,17 @@ </dictionary> </pickle> </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_text</string> </key> + <value> <string>python: context.hasStopDate() and context.getStopDate()</string> </value> + </item> + </dictionary> + </pickle> + </record> </ZopeData> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index acecfee9f6a48940fe277717833f56c498abd940..20d91f52a5996a0ab0747c804ca798a9deecf652 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -962 \ No newline at end of file +963 \ No newline at end of file