[Erp5-report] r29353 - in /erp5/trunk/bt5/erp5_apparel: PortalTypeAllowedContentTypeTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 1 15:53:22 CEST 2009


Author: fabien
Date: Thu Oct  1 15:53:21 2009
New Revision: 29353

URL: http://svn.erp5.org?rev=29353&view=rev
Log:
add Sale Supply Line and Purchase Supply line portal_type everywhere we have
Sale and Purchase tab.
remove the unused action view_flow_capacity

Modified:
    erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_apparel/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
    erp5/trunk/bt5/erp5_apparel/bt/revision
    erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list
    erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_hidden_content_type_list

Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=29353&r1=29352&r2=29353&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Thu Oct  1 15:53:21 2009
@@ -22,6 +22,8 @@
   <item>Apparel Colour Range</item>
  </portal_type>
  <portal_type id="Apparel Component">
+  <item>Purchase Supply Line</item>
+  <item>Sale Supply Line</item>
   <item>Apparel Component Variation</item>
   <item>Supply Line</item>
  </portal_type>
@@ -35,7 +37,9 @@
   <item>Apparel Consumption</item>
  </portal_type>
  <portal_type id="Apparel Fabric">
+  <item>Sale Supply Line</item>
   <item>Apparel Fabric Colour Variation</item>
+  <item>Purchase Supply Line</item>
   <item>Supply Line</item>
   <item>Mapped Value</item>
  </portal_type>
@@ -56,9 +60,11 @@
  </portal_type>
  <portal_type id="Apparel Model">
   <item>Mapped Value</item>
-  <item>Supply Line</item>
   <item>Apparel Model Colour Variation</item>
   <item>Apparel Model Morphology Variation</item>
+  <item>Purchase Supply Line</item>
+  <item>Sale Supply Line</item>
+  <item>Supply Line</item>
  </portal_type>
  <portal_type id="Apparel Model Module">
   <item>Apparel Model</item>

Modified: erp5/trunk/bt5/erp5_apparel/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml?rev=29353&r1=29352&r2=29353&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml [utf8] Thu Oct  1 15:53:21 2009
@@ -1,18 +1,23 @@
 <hidden_content_type_list>
  <portal_type id="Apparel Component">
-  <item>Supply Cell</item>
+  <item>Sale Supply Line</item>
   <item>Supply Line</item>
+  <item>Purchase Supply Line</item>
  </portal_type>
  <portal_type id="Apparel Consumption">
   <item>Mapped Value</item>
  </portal_type>
  <portal_type id="Apparel Fabric">
+  <item>Sale Supply Line</item>
   <item>Mapped Value</item>
+  <item>Purchase Supply Line</item>
   <item>Supply Line</item>
  </portal_type>
  <portal_type id="Apparel Model">
+  <item>Purchase Supply Line</item>
+  <item>Sale Supply Line</item>
+  <item>Mapped Value</item>
   <item>Supply Line</item>
-  <item>Mapped Value</item>
  </portal_type>
  <portal_type id="Apparel Transformation Transformed Resource">
   <item>Mapped Value</item>

Modified: erp5/trunk/bt5/erp5_apparel/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/revision?rev=29353&r1=29352&r2=29353&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/revision [utf8] Thu Oct  1 15:53:21 2009
@@ -1,1 +1,1 @@
-51
+52

Modified: erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list?rev=29353&r1=29352&r2=29353&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/template_action_path_list [utf8] Thu Oct  1 15:53:21 2009
@@ -52,7 +52,6 @@
 Apparel Component | purchase_price_view
 Apparel Component | sale_price_view
 Apparel Component | view
-Apparel Component | view_flow_capacity
 Apparel Consumption Module | csv_export
 Apparel Consumption Module | csv_import
 Apparel Consumption Module | list_ui
@@ -85,7 +84,6 @@
 Apparel Fabric | sale_price_view
 Apparel Fabric | view
 Apparel Fabric | view_composition
-Apparel Fabric | view_flow_capacity
 Apparel Measurement Module | csv_export
 Apparel Measurement Module | csv_import
 Apparel Measurement Module | list_ui

Modified: erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list?rev=29353&r1=29352&r2=29353&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_allowed_content_type_list [utf8] Thu Oct  1 15:53:21 2009
@@ -8,6 +8,8 @@
 Apparel Colour Range | Apparel Colour Range Variation
 Apparel Component Module | Apparel Component
 Apparel Component | Apparel Component Variation
+Apparel Component | Purchase Supply Line
+Apparel Component | Sale Supply Line
 Apparel Component | Supply Line
 Apparel Consumption Module | Apparel Consumption
 Apparel Consumption | Mapped Value
@@ -16,6 +18,8 @@
 Apparel Fabric Module | Apparel Fabric
 Apparel Fabric | Apparel Fabric Colour Variation
 Apparel Fabric | Mapped Value
+Apparel Fabric | Purchase Supply Line
+Apparel Fabric | Sale Supply Line
 Apparel Fabric | Supply Line
 Apparel Measurement Module | Apparel Measurement
 Apparel Measurement | Mapped Value
@@ -23,6 +27,8 @@
 Apparel Model | Apparel Model Colour Variation
 Apparel Model | Apparel Model Morphology Variation
 Apparel Model | Mapped Value
+Apparel Model | Purchase Supply Line
+Apparel Model | Sale Supply Line
 Apparel Model | Supply Line
 Apparel Shape Module | Apparel Shape
 Apparel Shape | Apparel Technical Drawing

Modified: erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_hidden_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_hidden_content_type_list?rev=29353&r1=29352&r2=29353&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_hidden_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/bt/template_portal_type_hidden_content_type_list [utf8] Thu Oct  1 15:53:21 2009
@@ -1,8 +1,13 @@
-Apparel Component | Supply Cell
+Apparel Component | Purchase Supply Line
+Apparel Component | Sale Supply Line
 Apparel Component | Supply Line
 Apparel Consumption | Mapped Value
 Apparel Fabric | Mapped Value
+Apparel Fabric | Purchase Supply Line
+Apparel Fabric | Sale Supply Line
 Apparel Fabric | Supply Line
 Apparel Model | Mapped Value
+Apparel Model | Purchase Supply Line
+Apparel Model | Sale Supply Line
 Apparel Model | Supply Line
 Apparel Transformation Transformed Resource | Mapped Value




More information about the Erp5-report mailing list