[Erp5-report] r29592 - in /erp5/trunk/bt5/erp5_apparel: PortalTypePropertySheetTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 13 14:33:56 CEST 2009


Author: fabien
Date: Tue Oct 13 14:33:50 2009
New Revision: 29592

URL: http://svn.erp5.org?rev=29592&view=rev
Log:
- remove ApparelModelMorphologyVariation PropertySheet, now it's not required to
overload variation_base_category, the default variation_base_category should be
defined on preference
(preferred_apparel_model_individual_variation_base_category_list).
- add init_script on Apparel Model Colour Variation and Apparel Model
Morphology portal_types to automatically set base_category using preferences
- remove variation_base_category from ApparelModelColourVariation
PropertySheet, now it's not needed to overload this property since it should
be define throught preferences
- add field my_variation_base_category on ApparelModelColourVariation_view and
ApparelModelMorphologyVariation_view to show which variation_base_category is
used

Added:
    erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourAndMorphologieVariation_init.xml
    erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view/my_variation_base_category.xml
    erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view/my_variation_base_category.xml
Modified:
    erp5/trunk/bt5/erp5_apparel/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
    erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Colour%20Variation.xml
    erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Morphology%20Variation.xml
    erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModelColourVariation.py
    erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view.xml
    erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view.xml
    erp5/trunk/bt5/erp5_apparel/bt/revision
    erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_property_sheet_list
    erp5/trunk/bt5/erp5_apparel/bt/template_property_sheet_id_list

Modified: erp5/trunk/bt5/erp5_apparel/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypePropertySheetTemplateItem/property_sheet_list.xml?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypePropertySheetTemplateItem/property_sheet_list.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypePropertySheetTemplateItem/property_sheet_list.xml [utf8] Tue Oct 13 14:33:50 2009
@@ -27,7 +27,6 @@
   <item>ApparelModelColourVariation</item>
  </portal_type>
  <portal_type id="Apparel Model Morphology Variation">
-  <item>ApparelModelMorphologyVariation</item>
   <item>TransformedResource</item>
  </portal_type>
  <portal_type id="System Preference">

Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Colour%20Variation.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Model%2520Colour%2520Variation.xml?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Colour%20Variation.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Colour%20Variation.xml [utf8] Tue Oct 13 14:33:50 2009
@@ -42,7 +42,7 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string>A colour variation from apparel model\n
+            <value> <string>A colour variation from apparel model\r\n
 </string> </value>
         </item>
         <item>
@@ -67,7 +67,13 @@
         </item>
         <item>
             <key> <string>init_script</string> </key>
-            <value> <string></string> </value>
+            <value> <string>ApparelModelColourAndMorphologieVariation_init</string> </value>
+        </item>
+        <item>
+            <key> <string>permission</string> </key>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>title</string> </key>

Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Morphology%20Variation.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%2520Model%2520Morphology%2520Variation.xml?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Morphology%20Variation.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Model%20Morphology%20Variation.xml [utf8] Tue Oct 13 14:33:50 2009
@@ -42,7 +42,7 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string>A morphology variation from apparel model\n
+            <value> <string>A morphology variation from apparel model\r\n
 </string> </value>
         </item>
         <item>
@@ -67,7 +67,13 @@
         </item>
         <item>
             <key> <string>init_script</string> </key>
-            <value> <string></string> </value>
+            <value> <string>ApparelModelColourAndMorphologieVariation_init</string> </value>
+        </item>
+        <item>
+            <key> <string>permission</string> </key>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>title</string> </key>

Modified: erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModelColourVariation.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModelColourVariation.py?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModelColourVariation.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModelColourVariation.py [utf8] Tue Oct 13 14:33:50 2009
@@ -40,21 +40,6 @@
             'description' : 'define the prototype variation',
             'type'        : 'boolean',
             'mode'        : 'w' },
-        # Override default value XXX
-        {   'id'          : 'variation_base_category',
-            'description' : 'A list of base categories which define possible discrete variations. '\
-                            'Variation ranges are stored as category membership. '\
-                            '(prev. variation_category_list).',
-            'type'        : 'tokens',
-            'default'     : ['colour' ],
-            'mode'        : 'r' },
-#        {   'id'          : 'variation_base_category',
-#            'description' : 'A list of base categories which define possible discrete variations. '\
-#                            'Variation ranges are stored as category membership. '\
-#                            '(prev. variation_category_list).',
-#            'type'        : 'lines',
-#            'default'     : ('colour', ),
-#            'mode'        : 'r' },
       )
 
 # Trash for better design

Added: erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourAndMorphologieVariation_init.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourAndMorphologieVariation_init.xml?rev=29592&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourAndMorphologieVariation_init.xml (added)
+++ erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourAndMorphologieVariation_init.xml [utf8] Tue Oct 13 14:33:50 2009
@@ -1,0 +1,166 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>Script_magic</string> </key>
+            <value> <int>3</int> </value>
+        </item>
+        <item>
+            <key> <string>_bind_names</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>_asgns</string> </key>
+                        <value>
+                          <dictionary>
+                            <item>
+                                <key> <string>name_container</string> </key>
+                                <value> <string>container</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_context</string> </key>
+                                <value> <string>context</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_m_self</string> </key>
+                                <value> <string>script</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_subpath</string> </key>
+                                <value> <string>traverse_subpath</string> </value>
+                            </item>
+                          </dictionary>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>_body</string> </key>
+            <value> <string>"""\n
+This script select the good base category according to the portal_type and if\n
+the category is in variation range\n
+"""\n
+\n
+portal_type = context.getPortalType()\n
+if portal_type in context.getPortalVariationTypeList():\n
+  portal_type = context.getParentValue().getPortalType()\n
+\n
+from Products.ERP5Type.Cache import CachingMethod\n
+\n
+def getIndividualVariationBaseCategoryList(portal_type):\n
+  result = []\n
+  #xxx default preference value [] for fix a bug\n
+  method_name = \'getPreferred%sIndividualVariationBaseCategoryList\' % portal_type.replace(\' \', \'\')\n
+  method = getattr(context.portal_preferences, method_name)\n
+  url_list = method([])\n
+  for url in url_list:\n
+    base_category = context.portal_categories[url]\n
+    result.append((base_category.getTranslatedTitle(), base_category.getRelativeUrl()))\n
+  return result\n
+\n
+getIndividualVariationBaseCategoryList = CachingMethod(getIndividualVariationBaseCategoryList,\n
+    id=(script.id, context.Localizer.get_selected_language()),\n
+    cache_factory=\'erp5_ui_long\')\n
+\n
+base_category_list = [y for x, y in getIndividualVariationBaseCategoryList(portal_type)]\n
+\n
+if context.getPortalType() == \'Apparel Model Colour Variation\' and \'colour\' in base_category_list:\n
+  context.edit(variation_base_category_list=(\'colour\',))\n
+elif context.getPortalType() == \'Apparel Model Morphology Variation\' and \'morphology\' in base_category_list:\n
+  context.edit(variation_base_category_list=(\'morphology\',))\n
+</string> </value>
+        </item>
+        <item>
+            <key> <string>_code</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_params</string> </key>
+            <value> <string>*args, **kw</string> </value>
+        </item>
+        <item>
+            <key> <string>errors</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>func_code</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>co_argcount</string> </key>
+                        <value> <int>0</int> </value>
+                    </item>
+                    <item>
+                        <key> <string>co_varnames</string> </key>
+                        <value>
+                          <tuple>
+                            <string>args</string>
+                            <string>kw</string>
+                            <string>_getattr_</string>
+                            <string>context</string>
+                            <string>portal_type</string>
+                            <string>Products.ERP5Type.Cache</string>
+                            <string>CachingMethod</string>
+                            <string>getIndividualVariationBaseCategoryList</string>
+                            <string>script</string>
+                            <string>append</string>
+                            <string>$append0</string>
+                            <string>_getiter_</string>
+                            <string>x</string>
+                            <string>y</string>
+                            <string>base_category_list</string>
+                          </tuple>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>func_defaults</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>ApparelModelColourAndMorphologieVariation_init</string> </value>
+        </item>
+        <item>
+            <key> <string>warnings</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view.xml?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view.xml [utf8] Tue Oct 13 14:33:50 2009
@@ -76,6 +76,7 @@
                       <list>
                         <string>my_title</string>
                         <string>my_destination_reference</string>
+                        <string>my_variation_base_category</string>
                         <string>my_prototype</string>
                       </list>
                     </value>

Added: erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view/my_variation_base_category.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view/my_variation_base_category.xml?rev=29592&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view/my_variation_base_category.xml (added)
+++ erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelColourVariation_view/my_variation_base_category.xml [utf8] Tue Oct 13 14:33:50 2009
@@ -1,0 +1,101 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>delegated_list</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>my_variation_base_category</string> </value>
+        </item>
+        <item>
+            <key> <string>message_values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>external_validator_failed</string> </key>
+                    <value> <string>The input failed the external validator.</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>overrides</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>tales</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>description</string> </key>
+                    <value> <string>A list of base categories which define possible discrete variations.</string> </value>
+                </item>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string>my_individual_variation_base_category</string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string>Resource_viewFieldLibrary</string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string>Click to edit the target</string> </value>
+                </item>
+                <item>
+                    <key> <string>title</string> </key>
+                    <value> <string>Individual Variation Base Category</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view.xml?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view.xml [utf8] Tue Oct 13 14:33:50 2009
@@ -75,6 +75,7 @@
                     <value>
                       <list>
                         <string>my_title</string>
+                        <string>my_variation_base_category</string>
                       </list>
                     </value>
                 </item>
@@ -82,7 +83,6 @@
                     <key> <string>right</string> </key>
                     <value>
                       <list>
-                        <string>my_apparel_morpho_type</string>
                         <string>my_apparel_cloth_title_list</string>
                       </list>
                     </value>

Added: erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view/my_variation_base_category.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view/my_variation_base_category.xml?rev=29592&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view/my_variation_base_category.xml (added)
+++ erp5/trunk/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelMorphologyVariation_view/my_variation_base_category.xml [utf8] Tue Oct 13 14:33:50 2009
@@ -1,0 +1,101 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>delegated_list</string> </key>
+            <value>
+              <list/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>my_variation_base_category</string> </value>
+        </item>
+        <item>
+            <key> <string>message_values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>external_validator_failed</string> </key>
+                    <value> <string>The input failed the external validator.</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>overrides</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>tales</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string></string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>values</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>description</string> </key>
+                    <value> <string>A list of base categories which define possible discrete variations.</string> </value>
+                </item>
+                <item>
+                    <key> <string>field_id</string> </key>
+                    <value> <string>my_individual_variation_base_category</string> </value>
+                </item>
+                <item>
+                    <key> <string>form_id</string> </key>
+                    <value> <string>Resource_viewFieldLibrary</string> </value>
+                </item>
+                <item>
+                    <key> <string>target</string> </key>
+                    <value> <string>Click to edit the target</string> </value>
+                </item>
+                <item>
+                    <key> <string>title</string> </key>
+                    <value> <string>Individual Variation Base Category</string> </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_apparel/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/revision?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/revision [utf8] Tue Oct 13 14:33:50 2009
@@ -1,1 +1,1 @@
-109
+114

Modified: erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_property_sheet_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_property_sheet_list?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_property_sheet_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_property_sheet_list [utf8] Tue Oct 13 14:33:50 2009
@@ -9,6 +9,5 @@
 Apparel Consumption | ApparelConsumption
 Apparel Fabric Colour Variation | ApparelFabricColourVariation
 Apparel Model Colour Variation | ApparelModelColourVariation
-Apparel Model Morphology Variation | ApparelModelMorphologyVariation
 Apparel Model Morphology Variation | TransformedResource
 System Preference | ApparelPreference

Modified: erp5/trunk/bt5/erp5_apparel/bt/template_property_sheet_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/template_property_sheet_id_list?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/template_property_sheet_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/template_property_sheet_id_list [utf8] Tue Oct 13 14:33:50 2009
@@ -6,7 +6,6 @@
 ApparelComponent
 ApparelModel
 ApparelLabel
-ApparelModelMorphologyVariation
 ApparelColourRangeVariation
 ApparelAssortment
 ApparelFabricColourVariation




More information about the Erp5-report mailing list