Commit 1cc08616 authored by Mame Coumba Sall's avatar Mame Coumba Sall

Rename listbox method to respect naming convention

parent 3efc33a5
...@@ -60,12 +60,8 @@ inventory_kw = dict(section_uid=section_uid,\n ...@@ -60,12 +60,8 @@ inventory_kw = dict(section_uid=section_uid,\n
)\n )\n
if function_category:\n if function_category:\n
inventory_kw[\'function_category\'] = function_category\n inventory_kw[\'function_category\'] = function_category\n
if function_uid:\n
inventory_kw[\'function_uid\'] = function_uid\n
if funding_category:\n if funding_category:\n
inventory_kw[\'funding_category\'] = funding_category\n inventory_kw[\'funding_category\'] = funding_category\n
if funding_uid:\n
inventory_kw[\'funding_uid\'] = funding_uid\n
if project_uid:\n if project_uid:\n
inventory_kw[\'project_uid\'] = project_uid\n inventory_kw[\'project_uid\'] = project_uid\n
if mirror_section_category:\n if mirror_section_category:\n
...@@ -118,11 +114,11 @@ return [Object(debit_price=debit, credit_price=credit)]\n ...@@ -118,11 +114,11 @@ return [Object(debit_price=debit, credit_price=credit)]\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>section_uid, simulation_state, at_date, period_start_date, precision, node_category=None, function_category=None, function_uid=None, funding_category=None, funding_uid=None, project_uid=None, from_date=\'ignored\', mirror_section_category=None, mirror_section_uid=None, **kw</string> </value> <value> <string>section_uid, simulation_state, at_date, period_start_date, precision, node_category=None, function_category=None, funding_category=None, project_uid=None, from_date=\'ignored\', mirror_section_category=None, mirror_section_uid=None, **kw</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountModule_getGeneralLedgerSummarySectionList</string> </value> <value> <string>AccountModule_getGeneralLedgerSummaryLineList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -358,6 +358,10 @@ ...@@ -358,6 +358,10 @@
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>default_display_style</string> </key>
<value> <string>table</string> </value>
</item>
<item> <item>
<key> <string>default_params</string> </key> <key> <string>default_params</string> </key>
<value> <value>
...@@ -553,7 +557,7 @@ ...@@ -553,7 +557,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>AccountModule_getGeneralLedgerSummarySectionList</string> </value> <value> <string>AccountModule_getGeneralLedgerSummaryLineList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1524 1525
\ No newline at end of file \ 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