Author: jleroux
Date: Tue Aug 8 12:34:37 2017
New Revision: 1804409
URL:
http://svn.apache.org/viewvc?rev=1804409&view=revLog:
Improved: OEM Party Id field should have lookup on Edit Product page
(OFBIZ-9368)
As suggested by Jacques and Pierre, the patch includes removing all the traces
of OEMPartyId (manufacturerPartyId) as it was some old approach.
Removed from Asset Maint component
Thanks: Aditya Sharma
Modified:
ofbiz/ofbiz-plugins/trunk/assetmaint/entitydef/entitymodel.xml
ofbiz/ofbiz-plugins/trunk/assetmaint/widget/forms/ProductForms.xml
Modified: ofbiz/ofbiz-plugins/trunk/assetmaint/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/assetmaint/entitydef/entitymodel.xml?rev=1804409&r1=1804408&r2=1804409&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/assetmaint/entitydef/entitymodel.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/assetmaint/entitydef/entitymodel.xml Tue Aug 8 12:34:37 2017
@@ -104,7 +104,6 @@
<alias entity-alias="PT" name="productId"/>
<alias entity-alias="PT" name="productTypeId"/>
<alias entity-alias="PT" name="primaryProductCategoryId"/>
- <alias entity-alias="PT" name="manufacturerPartyId"/>
<alias entity-alias="PT" name="facilityId"/>
<alias entity-alias="PT" name="introductionDate"/>
<alias entity-alias="PT" name="internalName"/>
@@ -144,7 +143,6 @@
<alias entity-alias="PT" name="productId"/>
<alias entity-alias="PT" name="productTypeId"/>
<alias entity-alias="PT" name="primaryProductCategoryId"/>
- <alias entity-alias="PT" name="manufacturerPartyId"/>
<alias entity-alias="PT" name="facilityId"/>
<alias entity-alias="PT" name="introductionDate"/>
<alias entity-alias="PT" name="internalName"/>
Modified: ofbiz/ofbiz-plugins/trunk/assetmaint/widget/forms/ProductForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/assetmaint/widget/forms/ProductForms.xml?rev=1804409&r1=1804408&r2=1804409&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/assetmaint/widget/forms/ProductForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/assetmaint/widget/forms/ProductForms.xml Tue Aug 8 12:34:37 2017
@@ -35,7 +35,6 @@
<field name="primaryProductCategoryId"><hidden/></field>
<field name="internalName" title="${uiLabelMap.ProductInternalName}"><text size="30" maxlength="60"/></field>
<field name="brandName" title="${uiLabelMap.ProductBrandName}" ><text size="30" maxlength="60"/></field>
- <field name="manufacturerPartyId" title="${uiLabelMap.AccountingFixedAssetManufacturerId}" ><lookup target-form-name="LookupPartyName"/></field>
<field name="comments" title="${uiLabelMap.CommonComments}"><text size="60" maxlength="250"/></field>
<field name="requireInventory"><hidden value="N"/></field>
<field name="autoCreateKeywords"><hidden value="N"/></field>