svn commit: r887580 - /ofbiz/trunk/applications/product/data/ProductDemoData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r887580 - /ofbiz/trunk/applications/product/data/ProductDemoData.xml

jleroux@apache.org
Author: jleroux
Date: Sat Dec  5 19:38:03 2009
New Revision: 887580

URL: http://svn.apache.org/viewvc?rev=887580&view=rev
Log:
Just to avoid breaking Product Attributes screen

Modified:
    ofbiz/trunk/applications/product/data/ProductDemoData.xml

Modified: ofbiz/trunk/applications/product/data/ProductDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/data/ProductDemoData.xml?rev=887580&r1=887579&r2=887580&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/data/ProductDemoData.xml (original)
+++ ofbiz/trunk/applications/product/data/ProductDemoData.xml Sat Dec  5 19:38:03 2009
@@ -32,6 +32,19 @@
     <ProductTypeAttr productTypeId="FINISHED_GOOD" attrName="Pricing Complete?"/>
     <ProductTypeAttr productTypeId="FINISHED_GOOD" attrName="Listing Approved?"/>
     
-    
-    
+    <!-- Not real examples just put there to avoid error -->
+    <ProductTypeAttr productTypeId="ASSET_USAGE" attrName="Asset usage?"/>
+    <ProductTypeAttr productTypeId="SERVICE" attrName="Service?"/>
+    <ProductTypeAttr productTypeId="GOOD" attrName="Good?"/>
+    <ProductTypeAttr productTypeId="RAW_MATERIAL" attrName="Raw material?"/>
+    <ProductTypeAttr productTypeId="SUBASSEMBLY" attrName="Subassembly?"/>
+    <ProductTypeAttr productTypeId="DIGITAL_GOOD" attrName="Digital Good?"/>
+    <ProductTypeAttr productTypeId="FINDIG_GOOD" attrName="Finished/Digital Good"/>
+    <ProductTypeAttr productTypeId="AGGREGATED" attrName="Configurable Good?"/>
+    <ProductTypeAttr productTypeId="MARKETING_PKG" attrName="Marketing Package?"/>
+    <ProductTypeAttr productTypeId="MARKETING_PKG_AUTO" attrName="Marketing Package: Auto Manufactured?"/>
+    <ProductTypeAttr productTypeId="MARKETING_PKG_PICK" attrName="Marketing Package: Pick Assembly?"/>
+    <ProductTypeAttr productTypeId="WIP" attrName="Work In Process?"/>
+    <ProductTypeAttr productTypeId="AGGREGATED_CONF" attrName="Configurable Good Configuration?"/>
+        
 </entity-engine-xml>