Commit e4c985a4 authored by Kevin Deldycke's avatar Kevin Deldycke

* "Section Category" in AccountingPreferences_view is no longer required.

* Display None category in Section Category list of Preference_view form.
* Add default_site_preference from erp5_accounting.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4840 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27d96534
......@@ -287,7 +287,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.AccountModule_getAvailableGapList(include_gap_in_path = 1)</string> </value>
<value> <string>python:here.AccountModule_getAvailableGapList(include_gap_in_path=1, include_empty_item=1)</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -243,7 +243,7 @@
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>size</string> </key>
......
......@@ -287,7 +287,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.portal_categories.group.getCategoryChildTitleItemList(base=1,display_none_category=0)</string> </value>
<value> <string>python:here.portal_categories.group.getCategoryChildTitleItemList(base=1)</string> </value>
</item>
</dictionary>
</pickle>
......
2005-12-21 Kevin
* "Section Category" in AccountingPreferences_view is no longer required.
* Display None category in Section Category list of Preference_view form.
* Add default_site_preference from erp5_accounting.
2005-12-20 jerome
* replace id by reference for Currency Code in the UI.
......
portal_categories/gender/male
portal_categories/gender/female
portal_preferences/default_site_preference
portal_categories/role/internal
\ 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