Re: [RFC] Order package entities

Posted by Jacopo Cappellato on
URL: http://ofbiz.116.s1.nabble.com/RFC-Order-package-entities-tp178233p178240.html

Chris,

Chris Howe wrote:
>
> OrderItemAssociation - There are probably other order associations that
> would be beneficial aside from PO <-> SO.  Was this done to accommodate
> the drop shipping improvements?
>

No. That is an old entity. When I contributed my work on drop shipments,
as a subtask I also refactored that part of the system and:
- deprecated the OrderItemAssociation entity (that is now called
OldOrder...)
- created two new entities OrderItemAssoc and OrderItemAssocType
- created seed data for them
- improve the system here and there to make use of the new features of
associating orders by type of association
- created a service to migrate old associations to the new model

Jacopo