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

« back to all changes in this revision

Viewing changes to account_journal/__openerp__.py

  • Committer: Quentin THEURET
  • Date: 2016-03-04 12:15:00 UTC
  • Revision ID: qt@tempo-consulting.fr-20160304121500-u2ay8zrf83ih9fu3
US-826 [IMP] Change the way to check if products is not consistent on add multiple line wizard

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" : ["analytic_override", "finance", "analytic_distribution"],
31
31
    'update_xml': [
32
32
        'account_journal_view.xml',
33
33
        'project/project_view.xml',