Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
Added some entity packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Nov 19, 2013
1 parent 3b7921f commit 683872a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mantle-udm/entity/ProductDefinitionEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,11 @@ and those parts may be licensed under the Apache License 2.0.
<key-map field-name="costComponentTypeEnumId"/>
</relationship>
<relationship type="one" related-entity-name="mantle.product.Product"/>
<relationship type="one" related-entity-name="Party"/>
<relationship type="one" related-entity-name="Geo"/>
<relationship type="one" related-entity-name="WorkEffort"/>
<relationship type="one" related-entity-name="mantle.party.Party"/>
<relationship type="one" related-entity-name="moqui.basic.Geo"/>
<relationship type="one" related-entity-name="mantle.work.effort.WorkEffort"/>
<relationship type="one" related-entity-name="Asset"/>
<relationship type="one" related-entity-name="CostComponentCalc"/>
<relationship type="one" related-entity-name="mantle.product.cost.CostComponentCalc"/>
<relationship type="one" title="Cost" related-entity-name="moqui.basic.Uom">
<key-map field-name="costUomId"/>
</relationship>
Expand Down Expand Up @@ -664,7 +664,7 @@ and those parts may be licensed under the Apache License 2.0.
<relationship type="one" title="CostComponentType" related-entity-name="moqui.basic.Enumeration">
<key-map field-name="costComponentTypeEnumId"/>
</relationship>
<relationship type="one" related-entity-name="CostComponentCalc">
<relationship type="one" related-entity-name="mantle.product.cost.CostComponentCalc">
<key-map field-name="costComponentCalcId"/>
</relationship>
</entity>
Expand All @@ -681,7 +681,7 @@ and those parts may be licensed under the Apache License 2.0.
<relationship type="one" title="AverageCostType" related-entity-name="moqui.basic.Enumeration">
<key-map field-name="averageCostTypeEnumId"/>
</relationship>
<relationship type="one" title="Organization" related-entity-name="Party">
<relationship type="one" title="Organization" related-entity-name="mantle.party.Party">
<key-map field-name="organizationPartyId"/>
</relationship>
<relationship type="one" related-entity-name="mantle.product.Product"/>
Expand Down

0 comments on commit 683872a

Please sign in to comment.