[Erp5-report] r43849 jerome - /erp5/trunk/products/ERP5/interfaces/id_tool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 1 11:28:23 CET 2011
Author: jerome
Date: Tue Mar 1 11:28:23 2011
New Revision: 43849
URL: http://svn.erp5.org?rev=43849&view=rev
Log:
typo
Modified:
erp5/trunk/products/ERP5/interfaces/id_tool.py
Modified: erp5/trunk/products/ERP5/interfaces/id_tool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/id_tool.py?rev=43849&r1=43848&r2=43849&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/id_tool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/id_tool.py [utf8] Tue Mar 1 11:28:23 2011
@@ -86,7 +86,7 @@ class IIdTool(Interface):
Only id generator of type application can be selected.
Example :
- my_new_id_list = portal_ids.generateNewLengthIdList(id_group='sale_invoice',
+ my_new_id_list = portal_ids.generateNewIdList(id_group='sale_invoice',
default=100, id_count=3)
# this can returns ['154', '155', '156']
"""
More information about the Erp5-report
mailing list