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

« back to all changes in this revision

Viewing changes to financing_contract/__openerp__.py

[MOVE] funding_pool module to analytic_distribution module

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    "version": "1.1",
24
24
    "author" : "MSF: Matthieu Dietrich",
25
25
    "category" : "Generic Modules/Projects & Services",
26
 
    "depends" : ["funding_pool"],
 
26
    "depends" : ["analytic_distribution"],
27
27
    "description": """Module for defining financing contract and donor objects.
28
28
    """,
29
29
    "init_xml" : [],