[Erp5-report] r43550 seb - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 22 12:04:51 CET 2011


Author: seb
Date: Tue Feb 22 12:04:51 2011
New Revision: 43550

URL: http://svn.erp5.org?rev=43550&view=rev
Log:
install document_item before property_sheet_item. This is
required because some bt can have specific property sheets
portal types (mostly for constraints) using a document class
installed by the same bt

Modified:
    erp5/trunk/products/ERP5/Document/BusinessTemplate.py

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=43550&r1=43549&r2=43550&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Tue Feb 22 12:04:51 2011
@@ -4405,9 +4405,9 @@ Business Template is a set of definition
     #    ( and more )
     _item_name_list = [
       '_product_item',
+      '_document_item',
       '_property_sheet_item',
       '_constraint_item',
-      '_document_item',
       '_extension_item',
       '_test_item',
       '_role_item',



More information about the Erp5-report mailing list