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

« back to all changes in this revision

Viewing changes to account_journal/__openerp__.py

[MOVE] funding_pool module to analytic_distribution module

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        Journals view and datas
28
28
    ''',
29
29
    'init_xml': [],
30
 
    "depends" : ["account", "analytic", "account_override", "funding_pool"],
 
30
    "depends" : ["account", "analytic", "account_override", "analytic_distribution"],
31
31
    'update_xml': [
32
32
        'account_journal_view.xml',
33
33
        'project/project_view.xml',