Commit 8d0c79ff authored by Aurel's avatar Aurel

following of commit r44796

- add a specific Z SQL Method for related key
- update related key to use new naming

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44798 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e8a446b
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="SQL" module="Products.ZSQLMethods.SQL"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>table_0\r\n
</string> </value>
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>z_erp5_banking_related_explanation</string> </value>
</item>
<item>
<key> <string>src</string> </key>
<value> <string encoding="cdata"><![CDATA[
<dtml-var table_0>.uid = stock.explanation_uid\n
]]></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<key_list>
<key>explanation_portal_type | catalog/portal_type/z_related_explanation</key>
<key>explanation_portal_type | catalog/portal_type/z_erp5_banking_related_explanation</key>
</key_list>
\ No newline at end of file
559
\ No newline at end of file
562
\ No newline at end of file
......@@ -8,5 +8,6 @@ erp5_mysql_innodb/z_create_delivery
erp5_mysql_innodb/z_create_item
erp5_mysql_innodb/z_create_roles_and_users
erp5_mysql_innodb/z_create_stock
erp5_mysql_innodb/z_erp5_banking_related_explanation
erp5_mysql_innodb/z_related_default_site
erp5_mysql_innodb/z_related_destination_payment
\ No newline at end of file
explanation_portal_type | catalog/portal_type/z_related_explanation
\ No newline at end of file
explanation_portal_type | catalog/portal_type/z_erp5_banking_related_explanation
\ No newline at end of file
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