Commit ef600a6e authored by Yoshinori Okuji's avatar Yoshinori Okuji

2006-02-24 yo

* Use PasswordField instead of StringField for User Password in Person_viewDetails.

2006-02-23 kevin
* Add precision on currencies.

2006-02-22 kevin
* Fix bad default lisbox parameters.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5835 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 38dd8520
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
</item> </item>
<item> <item>
<key> <string>acquisition_portal_type</string> </key> <key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList())</string> </value> <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList())</string> </value>
</item> </item>
<item> <item>
<key> <string>acquisition_portal_type_list</string> </key> <key> <string>acquisition_portal_type_list</string> </key>
...@@ -468,7 +468,9 @@ ...@@ -468,7 +468,9 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -448,7 +448,7 @@ ...@@ -448,7 +448,7 @@
</item> </item>
<item> <item>
<key> <string>lines</string> </key> <key> <string>lines</string> </key>
<value> <int>300</int> </value> <value> <int>600</int> </value>
</item> </item>
<item> <item>
<key> <string>list_action</string> </key> <key> <string>list_action</string> </key>
......
...@@ -108,7 +108,9 @@ ...@@ -108,7 +108,9 @@
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list/> <list>
<string>my_base_unit_quantity</string>
</list>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -454,23 +454,23 @@ ...@@ -454,23 +454,23 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>portal_categories/activity</string> <string>activity</string>
<string>Activity</string> <string>Activity</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_categories/function</string> <string>function</string>
<string>Function</string> <string>Function</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_categories/role</string> <string>role</string>
<string>Role</string> <string>Role</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_categories/region</string> <string>region</string>
<string>Region</string> <string>Region</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_categories/group</string> <string>group</string>
<string>Group</string> <string>Group</string>
</tuple> </tuple>
</list> </list>
...@@ -478,7 +478,7 @@ ...@@ -478,7 +478,7 @@
</item> </item>
<item> <item>
<key> <string>domain_tree</string> </key> <key> <string>domain_tree</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
......
...@@ -438,19 +438,19 @@ ...@@ -438,19 +438,19 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>portal_categories/group</string> <string>group</string>
<string>Group</string> <string>Group</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_categories/region</string> <string>region</string>
<string>Region</string> <string>Region</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_categories/role</string> <string>role</string>
<string>Role</string> <string>Role</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_categories/skill</string> <string>skill</string>
<string>Skill</string> <string>Skill</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -466,7 +466,7 @@ Role & Region ...@@ -466,7 +466,7 @@ Role & Region
</item> </item>
<item> <item>
<key> <string>domain_tree</string> </key> <key> <string>domain_tree</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
......
...@@ -5,13 +5,19 @@ ...@@ -5,13 +5,19 @@
<tuple> <tuple>
<tuple> <tuple>
<string>Products.Formulator.StandardFields</string> <string>Products.Formulator.StandardFields</string>
<string>StringField</string> <string>PasswordField</string>
</tuple> </tuple>
<none/> <none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_password</string> </value> <value> <string>my_password</string> </value>
......
2006-02-24 yo
* Use PasswordField instead of StringField for User Password in Person_viewDetails.
2006-02-23 kevin
* Add precision on currencies.
2006-02-22 kevin
* Fix bad default lisbox parameters.
2006-02-22 jerome 2006-02-22 jerome
* reraise error in allowed content type drop down menu * reraise error in allowed content type drop down menu
......
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