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

« back to all changes in this revision

Viewing changes to account_journal/__openerp__.py

  • Committer: Quentin THEURET
  • Date: 2012-02-02 10:10:59 UTC
  • mto: This revision was merged to the branch mainline in revision 587.
  • Revision ID: qt@tempo-consulting.fr-20120202101059-y8gkodfqbdmf93sb
UF-716 [IMP] Change columns titles

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", "analytic_distribution"],
 
30
    "depends" : ["account", "analytic", "account_override", "funding_pool"],
31
31
    'update_xml': [
32
32
        'account_journal_view.xml',
33
33
        'project/project_view.xml',
36
36
        'account_journal_demo.xml'
37
37
    ],
38
38
    'test': [
39
 
        'test/analytic_data.yml',
40
 
        'test/account_journal.yml',
 
39
        'test/account_journal.yml'
41
40
    ],
42
41
    'installable': True,
43
42
    'active': False,