Commit 313e8f22 authored by Nicolas Wavrant's avatar Nicolas Wavrant

updates business templates which were using the "journal" base category

It includes the following bt5 :
  erp5_property_sheets: replace the journal category in Movement by the ledger category
  erp5_configurator_standard_trade_template: replaces the base category journal by ledger in simulation rules
  erp5_project: replaces journal base category by ledger
  erp5_research_item: replaces the journal base category by ledger
  erp5_mysql_innodb_catalog: replaces queries containing journal by ledger
parent 4e30f5bd
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>journal_tester</string> </value> <value> <string>ledger_tester</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
<key> <string>tested_property</string> </key> <key> <string>tested_property</string> </key>
<value> <value>
<tuple> <tuple>
<string>journal</string> <string>ledger</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>journal divergence tester</string> </value> <value> <string>ledger divergence tester</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>journal_tester</string> </value> <value> <string>ledger_tester</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
<key> <string>tested_property</string> </key> <key> <string>tested_property</string> </key>
<value> <value>
<tuple> <tuple>
<string>journal</string> <string>ledger</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>journal divergence tester</string> </value> <value> <string>ledger divergence tester</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<string>destination</string> <string>destination</string>
<string>source_section</string> <string>source_section</string>
<string>destination_section</string> <string>destination_section</string>
<string>journal</string> <string>ledger</string>
<string>source_project</string> <string>source_project</string>
<string>destination_project</string> <string>destination_project</string>
<string>source_payment</string> <string>source_payment</string>
......
...@@ -40,12 +40,12 @@ ...@@ -40,12 +40,12 @@
<item>requirement</item> <item>requirement</item>
</portal_type> </portal_type>
<portal_type id="Task"> <portal_type id="Task">
<item>journal</item> <item>ledger</item>
<item>predecessor</item> <item>predecessor</item>
<item>requirement</item> <item>requirement</item>
</portal_type> </portal_type>
<portal_type id="Task Line"> <portal_type id="Task Line">
<item>journal</item> <item>ledger</item>
<item>requirement</item> <item>requirement</item>
</portal_type> </portal_type>
<portal_type id="Task Module"> <portal_type id="Task Module">
...@@ -53,12 +53,12 @@ ...@@ -53,12 +53,12 @@
</portal_type> </portal_type>
<portal_type id="Task Report"> <portal_type id="Task Report">
<item>aggregate</item> <item>aggregate</item>
<item>journal</item> <item>ledger</item>
<item>predecessor</item> <item>predecessor</item>
<item>requirement</item> <item>requirement</item>
</portal_type> </portal_type>
<portal_type id="Task Report Line"> <portal_type id="Task Report Line">
<item>journal</item> <item>ledger</item>
<item>requirement</item> <item>requirement</item>
</portal_type> </portal_type>
<portal_type id="Task Report Module"> <portal_type id="Task Report Module">
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<string>my_source_payment</string> <string>my_source_payment</string>
<string>my_destination_reference</string> <string>my_destination_reference</string>
<string>my_source_reference</string> <string>my_source_reference</string>
<string>my_view_mode_journal</string> <string>my_view_mode_ledger</string>
<string>my_view_mode_task_line_aggregate_title</string> <string>my_view_mode_task_line_aggregate_title</string>
<string>my_view_mode_listbox_aggregate</string> <string>my_view_mode_listbox_aggregate</string>
<string>my_view_mode_aggregate_title</string> <string>my_view_mode_aggregate_title</string>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_view_mode_journal</string> </value> <value> <string>my_view_mode_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Journal</string> </value> <value> <string>Ledger</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -106,8 +106,8 @@ ...@@ -106,8 +106,8 @@
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>journal_translated_title</string> <string>ledger_translated_title</string>
<string>Journal</string> <string>Ledger</string>
</tuple> </tuple>
<tuple> <tuple>
<string>outcome_description</string> <string>outcome_description</string>
...@@ -194,8 +194,8 @@ ...@@ -194,8 +194,8 @@
<string>Region</string> <string>Region</string>
</tuple> </tuple>
<tuple> <tuple>
<string>journal</string> <string>ledger</string>
<string>Journal</string> <string>Ledger</string>
</tuple> </tuple>
<tuple> <tuple>
<string>validated_project_domain</string> <string>validated_project_domain</string>
...@@ -255,8 +255,8 @@ ...@@ -255,8 +255,8 @@
<string>Region</string> <string>Region</string>
</tuple> </tuple>
<tuple> <tuple>
<string>journal</string> <string>ledger</string>
<string>Journal</string> <string>Ledger</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -109,8 +109,8 @@ ...@@ -109,8 +109,8 @@
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>journal_translated_title</string> <string>ledger_translated_title</string>
<string>Journal</string> <string>Ledger</string>
</tuple> </tuple>
<tuple> <tuple>
<string>outcome_description</string> <string>outcome_description</string>
...@@ -205,8 +205,8 @@ ...@@ -205,8 +205,8 @@
<string>Region</string> <string>Region</string>
</tuple> </tuple>
<tuple> <tuple>
<string>journal</string> <string>ledger</string>
<string>Journal</string> <string>Ledger</string>
</tuple> </tuple>
<tuple> <tuple>
<string>validated_project_domain</string> <string>validated_project_domain</string>
...@@ -266,8 +266,8 @@ ...@@ -266,8 +266,8 @@
<string>Region</string> <string>Region</string>
</tuple> </tuple>
<tuple> <tuple>
<string>journal</string> <string>ledger</string>
<string>Journal</string> <string>Ledger</string>
</tuple> </tuple>
<tuple> <tuple>
<string>preferred_group_person_list_domain</string> <string>preferred_group_person_list_domain</string>
......
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<string>my_stop_date</string> <string>my_stop_date</string>
<string>my_total_price</string> <string>my_total_price</string>
<string>my_price_currency</string> <string>my_price_currency</string>
<string>my_journal</string> <string>my_ledger</string>
<string>my_comment</string> <string>my_comment</string>
<string>my_translated_simulation_state_title</string> <string>my_translated_simulation_state_title</string>
<string>my_translated_causality_state_title</string> <string>my_translated_causality_state_title</string>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_journal</string> </value> <value> <string>my_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_view_mode_journal</string> </value> <value> <string>my_view_mode_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<string>my_task_line_price</string> <string>my_task_line_price</string>
<string>my_total_price</string> <string>my_total_price</string>
<string>my_price_currency</string> <string>my_price_currency</string>
<string>my_journal</string> <string>my_ledger</string>
<string>my_translated_simulation_state_title</string> <string>my_translated_simulation_state_title</string>
</list> </list>
</value> </value>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_journal</string> </value> <value> <string>my_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_view_mode_journal</string> </value> <value> <string>my_view_mode_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
......
...@@ -16,16 +16,16 @@ Sale Order Milestone | requirement ...@@ -16,16 +16,16 @@ Sale Order Milestone | requirement
Sale Order | requirement Sale Order | requirement
Sale Packing List Line | predecessor Sale Packing List Line | predecessor
Sale Packing List Line | requirement Sale Packing List Line | requirement
Task Line | journal Task Line | ledger
Task Line | requirement Task Line | requirement
Task Module | business_application Task Module | business_application
Task Report Line | journal Task Report Line | ledger
Task Report Line | requirement Task Report Line | requirement
Task Report Module | business_application Task Report Module | business_application
Task Report | aggregate Task Report | aggregate
Task Report | journal Task Report | ledger
Task Report | predecessor Task Report | predecessor
Task Report | requirement Task Report | requirement
Task | journal Task | ledger
Task | predecessor Task | predecessor
Task | requirement Task | requirement
\ No newline at end of file
...@@ -99,10 +99,10 @@ ...@@ -99,10 +99,10 @@
<string>my_dialog_mode_at_date</string> <string>my_dialog_mode_at_date</string>
<string>my_dialog_mode_from_date</string> <string>my_dialog_mode_from_date</string>
<string>my_dialog_mode_simulation_state_list</string> <string>my_dialog_mode_simulation_state_list</string>
<string>my_dialog_mode_journal</string> <string>my_dialog_mode_ledger</string>
<string>my_report_mode_at_date</string> <string>my_report_mode_at_date</string>
<string>my_report_mode_from_date</string> <string>my_report_mode_from_date</string>
<string>my_report_mode_journal</string> <string>my_report_mode_ledger</string>
<string>my_report_mode_simulation_state_list</string> <string>my_report_mode_simulation_state_list</string>
<string>my_dialog_mode_multiplier</string> <string>my_dialog_mode_multiplier</string>
<string>my_report_mode_multiplier</string> <string>my_report_mode_multiplier</string>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_dialog_mode_journal</string> </value> <value> <string>my_dialog_mode_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Journal</string> </value> <value> <string>Ledger</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_report_mode_journal</string> </value> <value> <string>my_report_mode_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Journal</string> </value> <value> <string>Ledger</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: here.journal</string> </value> <value> <string>python: here.ledger</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -58,8 +58,8 @@ if multiplier in (None, \'\'):\n ...@@ -58,8 +58,8 @@ if multiplier in (None, \'\'):\n
inventory_kw["at_date"] = at_date\n inventory_kw["at_date"] = at_date\n
inventory_kw["from_date"] = from_date\n inventory_kw["from_date"] = from_date\n
inventory_kw["quantity"] = "<0"\n inventory_kw["quantity"] = "<0"\n
if journal:\n if ledger:\n
inventory_kw["parent_journal_relative_url"] = "journal/%s" % journal\n inventory_kw["parent_ledger_relative_url"] = "ledger/%s" % ledger\n
if multiplier is None:\n if multiplier is None:\n
multiplier = 1\n multiplier = 1\n
\n \n
...@@ -120,11 +120,11 @@ if len(summary_dict):\n ...@@ -120,11 +120,11 @@ if len(summary_dict):\n
for item_url in summary_dict[person_uid].keys():\n for item_url in summary_dict[person_uid].keys():\n
task_report_module_url = "%s/task_report_module/view?reset:int=1&default_source_uid=%s&title=%%" % (absolute_url, person_uid)\n task_report_module_url = "%s/task_report_module/view?reset:int=1&default_source_uid=%s&title=%%" % (absolute_url, person_uid)\n
if item_url == "None":\n if item_url == "None":\n
task_report_module_url += "&child_aggregate_relative_url=%%3dNULL&left_join_list=child_aggregate_relative_url&journal_relative_url=journal/%s" % \\\n task_report_module_url += "&child_aggregate_relative_url=%%3dNULL&left_join_list=child_aggregate_relative_url&ledger_relative_url=ledger/%s" % \\\n
(journal, )\n (ledger, )\n
else:\n else:\n
task_report_module_url += "&child_aggregate_relative_url=%s&journal_relative_url=journal/%s" % \\\n task_report_module_url += "&child_aggregate_relative_url=%s&ledger_relative_url=ledger/%s" % \\\n
(item_url, journal)\n (item_url, ledger)\n
person.edit(**{"%s_column_url" % item_url: task_report_module_url})\n person.edit(**{"%s_column_url" % item_url: task_report_module_url})\n
person.setProperty("getColumnUrl", getColumnUrl)\n person.setProperty("getColumnUrl", getColumnUrl)\n
listbox_line_list.append(person)\n listbox_line_list.append(person)\n
...@@ -158,7 +158,7 @@ context = context.asContext(column_list=column_list,\n ...@@ -158,7 +158,7 @@ context = context.asContext(column_list=column_list,\n
from_date=from_date,\n from_date=from_date,\n
simulation_state_list=simulation_state_list,\n simulation_state_list=simulation_state_list,\n
column_url_script_list=column_url_script_list,\n column_url_script_list=column_url_script_list,\n
journal=journal,\n ledger=ledger,\n
multiplier=multiplier,\n multiplier=multiplier,\n
listbox_line_list=listbox_line_list)\n listbox_line_list=listbox_line_list)\n
\n \n
...@@ -171,7 +171,7 @@ return context.ResearchItemModule_viewResearchSummaryReportData()\n ...@@ -171,7 +171,7 @@ return context.ResearchItemModule_viewResearchSummaryReportData()\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>at_date=None, from_date=None, simulation_state_list=None, journal=None, multiplier=None, batch_mode=False, **kw</string> </value> <value> <string>at_date=None, from_date=None, simulation_state_list=None, ledger=None, multiplier=None, batch_mode=False, **kw</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>your_journal</string> <string>your_ledger</string>
<string>your_simulation_state_list</string> <string>your_simulation_state_list</string>
</list> </list>
</value> </value>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_journal</string> </value> <value> <string>your_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_report_mode_journal</string> </value> <value> <string>my_dialog_mode_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_journal</string> <string>my_ledger</string>
<string>my_simulation_state_list</string> <string>my_simulation_state_list</string>
</list> </list>
</value> </value>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>your_journal</string> </value> <value> <string>my_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_dialog_mode_journal</string> </value> <value> <string>my_report_mode_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
......
...@@ -40,10 +40,10 @@ class TestResearchItemSummaryReport(TestTaskReportingMixin): ...@@ -40,10 +40,10 @@ class TestResearchItemSummaryReport(TestTaskReportingMixin):
"""Make sure to initialize needed categories """Make sure to initialize needed categories
""" """
super(TestResearchItemSummaryReport, self).afterSetUp() super(TestResearchItemSummaryReport, self).afterSetUp()
journal_base_category = self.portal.portal_categories.journal ledger_base_category = self.portal.portal_categories.ledger
for category_id in ("operation", "research"): for category_id in ("operation", "research"):
if not journal_base_category.has_key(category_id): if not ledger_base_category.has_key(category_id):
journal_base_category.newContent( ledger_base_category.newContent(
portal_type='Category', title=category_id.title(), portal_type='Category', title=category_id.title(),
reference=category_id, id=category_id) reference=category_id, id=category_id)
...@@ -71,7 +71,7 @@ class TestResearchItemSummaryReport(TestTaskReportingMixin): ...@@ -71,7 +71,7 @@ class TestResearchItemSummaryReport(TestTaskReportingMixin):
source_project='project_module/Project_1/Line_1', source_project='project_module/Project_1/Line_1',
start_date=DateTime('2013/01/10'), start_date=DateTime('2013/01/10'),
stop_date=DateTime('2013/02/15'), stop_date=DateTime('2013/02/15'),
journal="research", ledger="research",
simulation_state="confirmed", simulation_state="confirmed",
**kw) **kw)
return task return task
...@@ -83,7 +83,7 @@ class TestResearchItemSummaryReport(TestTaskReportingMixin): ...@@ -83,7 +83,7 @@ class TestResearchItemSummaryReport(TestTaskReportingMixin):
report = self.portal.research_item_module.ResearchItemModule_callResearchSummaryReport report = self.portal.research_item_module.ResearchItemModule_callResearchSummaryReport
def callReport(): def callReport():
return report(from_date=from_date, at_date=at_date, batch_mode=True, return report(from_date=from_date, at_date=at_date, batch_mode=True,
journal="research", simulation_state_list=["confirmed"]) ledger="research", simulation_state_list=["confirmed"])
def getDataResult(result): def getDataResult(result):
data_list = [] data_list = []
column_id_list = [x[0] for x in result.column_list] column_id_list = [x[0] for x in result.column_list]
......
...@@ -43,7 +43,7 @@ query_table="catalog"</string> </value> ...@@ -43,7 +43,7 @@ query_table="catalog"</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>z_related_parent_journal</string> </value> <value> <string>z_related_parent_ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>max_cache_</string> </key> <key> <string>max_cache_</string> </key>
...@@ -57,7 +57,7 @@ query_table="catalog"</string> </value> ...@@ -57,7 +57,7 @@ query_table="catalog"</string> </value>
<key> <string>src</string> </key> <key> <string>src</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
<dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.journal.getUid()">\n <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.ledger.getUid()">\n
AND <dtml-var table_1>.uid = <dtml-var table_0>.category_uid\n AND <dtml-var table_1>.uid = <dtml-var table_0>.category_uid\n
<dtml-var RELATED_QUERY_SEPARATOR>\n <dtml-var RELATED_QUERY_SEPARATOR>\n
<dtml-var table_0>.uid = <dtml-var query_table>.parent_uid <dtml-var table_0>.uid = <dtml-var query_table>.parent_uid
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<key>parent_description | catalog/description/z_related_parent</key> <key>parent_description | catalog/description/z_related_parent</key>
<key>parent_float_index | catalog/float_index/z_related_parent</key> <key>parent_float_index | catalog/float_index/z_related_parent</key>
<key>parent_int_index | catalog/int_index/z_related_parent</key> <key>parent_int_index | catalog/int_index/z_related_parent</key>
<key>parent_journal_relative_url | category,catalog/relative_url/z_related_parent_journal</key> <key>parent_ledger_relative_url | category,catalog/relative_url/z_related_parent_ledger</key>
<key>parent_portal_type | catalog/portal_type/z_related_parent</key> <key>parent_portal_type | catalog/portal_type/z_related_parent</key>
<key>parent_reference | catalog/reference/z_related_parent</key> <key>parent_reference | catalog/reference/z_related_parent</key>
<key>parent_relative_url | catalog/relative_url/z_related_parent</key> <key>parent_relative_url | catalog/relative_url/z_related_parent</key>
......
...@@ -91,7 +91,7 @@ erp5_mysql_innodb/z_related_mirror_section_uid_from_stock ...@@ -91,7 +91,7 @@ erp5_mysql_innodb/z_related_mirror_section_uid_from_stock
erp5_mysql_innodb/z_related_node_uid_from_item erp5_mysql_innodb/z_related_node_uid_from_item
erp5_mysql_innodb/z_related_node_uid_from_stock erp5_mysql_innodb/z_related_node_uid_from_stock
erp5_mysql_innodb/z_related_parent erp5_mysql_innodb/z_related_parent
erp5_mysql_innodb/z_related_parent_journal erp5_mysql_innodb/z_related_parent_ledger
erp5_mysql_innodb/z_related_parent_specialise erp5_mysql_innodb/z_related_parent_specialise
erp5_mysql_innodb/z_related_parent_strict_group erp5_mysql_innodb/z_related_parent_strict_group
erp5_mysql_innodb/z_related_payment_request_uid_from_stock erp5_mysql_innodb/z_related_payment_request_uid_from_stock
......
...@@ -60,7 +60,7 @@ parent_specialise_reference | category,catalog/reference/z_related_parent_specia ...@@ -60,7 +60,7 @@ parent_specialise_reference | category,catalog/reference/z_related_parent_specia
predicate_category_base_category_uid | predicate_category/base_category_uid/z_related_predicate_category predicate_category_base_category_uid | predicate_category/base_category_uid/z_related_predicate_category
predicate_category_category_strict_membership | predicate_category/category_strict_membership/z_related_predicate_category predicate_category_category_strict_membership | predicate_category/category_strict_membership/z_related_predicate_category
predicate_category_category_uid | predicate_category/category_uid/z_related_predicate_category predicate_category_category_uid | predicate_category/category_uid/z_related_predicate_category
parent_journal_relative_url | category,catalog/relative_url/z_related_parent_journal parent_ledger_relative_url | category,catalog/relative_url/z_related_parent_ledger
child_aggregate_relative_url | catalog,category,catalog/relative_url/z_related_child_aggregate child_aggregate_relative_url | catalog,category,catalog/relative_url/z_related_child_aggregate
children_reference | catalog/reference/z_related_children children_reference | catalog/reference/z_related_children
related_resource_from_use_category_uid | category,category/category_uid/z_related_resource_from_use related_resource_from_use_category_uid | category,category/category_uid/z_related_resource_from_use
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>journal_category</string> </value> <value> <string>ledger_category</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
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