~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to analytic_distribution_supply/__init__.py

UF-675 [ADD] Copy analytic distribution from PO to PO generated invoice and shipment generated invoice

- add link between invoice line and po line for invoice that come from a shipment
- copy distribution from po to invoice

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import purchase
26
26
import analytic_distribution
27
27
import account_commitment
 
28
import stock
28
29
 
29
30
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: