[Erp5-report] r16020 - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 3 16:13:13 CEST 2007


Author: nicolas
Date: Mon Sep  3 16:13:12 2007
New Revision: 16020

URL: http://svn.erp5.org?rev=16020&view=rev
Log:
Add head_quarter_address translation

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=16020&r1=16019&r2=16020&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py (original)
+++ erp5/trunk/products/ERP5Type/Base.py Mon Sep  3 16:13:12 2007
@@ -2193,7 +2193,8 @@
     """Returns the mapping which is used to translate IDs.
     """
     return {
-        'Address': dict(default_address='Default Address'),
+        'Address': dict(default_address='Default Address',
+                        head_quarter_address='Head Quarter Address'),
         'Telephone': dict(default_telephone='Default Telephone',
                           mobile_telephone='Mobile Telephone',),
         'Fax': dict(default_fax='Default Fax'),




More information about the Erp5-report mailing list