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

« back to all changes in this revision

Viewing changes to analytic_distribution_supply/__openerp__.py

UF-674 Dev:Commitments registering
UF-668 Dev:Analytical mass reallocation
UF-664 Dev:Multi-criteria data browser

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_override", "stock"],
31
31
    "init_xml" : [],
32
32
    "update_xml" : [
33
33
            "purchase_view.xml",
 
34
            "account_commitment_view.xml",
34
35
    ],
35
36
    "demo_xml" : [],
36
37
    "test": [],