lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 96db5a7c authored by Nicolas Delaby's avatar Nicolas Delaby

rename ZSQLMethod because it can be used for other columns than reference.

Only the related key definition specialize the column.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43052 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e0a5774b
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>z_related_children_reference</string> </value>
<value> <string>z_related_children</string> </value>
</item>
<item>
<key> <string>src</string> </key>
......
......@@ -2,7 +2,7 @@
<key>base_category_id | category,catalog/id/z_related_base_category_id</key>
<key>career_skill_id | category,catalog,catalog/id/z_related_career_skill</key>
<key>career_skill_title | category,catalog,catalog/title/z_related_career_skill</key>
<key>children_reference | catalog/reference/z_related_children_reference</key>
<key>children_reference | catalog/reference/z_related_children</key>
<key>deliveryLineType | movement,catalog/portal_type/z_related_uid_or_parent_uid</key>
<key>explanation_portal_type | movement,catalog/portal_type/z_related_explanation</key>
<key>explanation_simulation_state | movement,catalog/simulation_state/z_related_explanation</key>
......
213
\ No newline at end of file
214
\ No newline at end of file
......@@ -87,7 +87,7 @@ erp5_mysql_innodb/z_read_recorded_object_list
erp5_mysql_innodb/z_record_object_list
erp5_mysql_innodb/z_related_base_category_id
erp5_mysql_innodb/z_related_career_skill
erp5_mysql_innodb/z_related_children_reference
erp5_mysql_innodb/z_related_children
erp5_mysql_innodb/z_related_explanation
erp5_mysql_innodb/z_related_function_uid_from_stock
erp5_mysql_innodb/z_related_grand_grand_grand_grand_grand_parent
......
......@@ -59,4 +59,4 @@ grand_parent_delivery_portal_type | category,catalog,catalog/portal_type/z_relat
grand_grand_grand_parent_delivery_portal_type | category,catalog,catalog,catalog,catalog/portal_type/z_related_grand_grand_grand_parent_delivery
grand_grand_grand_grand_parent_specialise_portal_type | category,catalog,catalog,catalog,catalog,catalog/portal_type/z_related_grand_grand_grand_grand_parent_specialise
grand_grand_grand_grand_parent_specialise_reference | category,catalog,catalog,catalog,catalog,catalog/reference/z_related_grand_grand_grand_grand_parent_specialise
children_reference | catalog/reference/z_related_children_reference
\ No newline at end of file
children_reference | catalog/reference/z_related_children
\ 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