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

« back to all changes in this revision

Viewing changes to analytic_distribution_supply/__openerp__.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:
27
27
    "description" : "This permits to have analytic distribution wizard on a Purchase Order",
28
28
    "author" : "TeMPO Consulting, MSF",
29
29
    "category" : "Tools",
30
 
    "depends" : ["base", "analytic_distribution", "purchase"],
 
30
    "depends" : ["base", "analytic_distribution", "purchase", "stock"],
31
31
    "init_xml" : [],
32
32
    "update_xml" : [
33
33
            "purchase_view.xml",