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

« back to all changes in this revision

Viewing changes to analytic_distribution_invoice/__openerp__.py

[MOVE] funding_pool module to analytic_distribution module

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    "description" : "This permits to have analytic distribution wizard on Invoices",
28
28
    "author" : "TeMPO Consulting, MSF",
29
29
    "category" : "Tools",
30
 
    "depends" : ["base", "funding_pool"],
 
30
    "depends" : ["base", "analytic_distribution"],
31
31
    "init_xml" : [],
32
32
    "update_xml" : [
33
33
            "account_invoice_view.xml",