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

« back to all changes in this revision

Viewing changes to account_mcdb/__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
    "description" : "Ease data searching in Analytic Journal Items and Journal Items",
28
28
    "author" : "TeMPO Consulting, MSF",
29
29
    "category" : "Accounting",
30
 
    "depends" : ["account", "register_accounting", "res_currency_tables", "analytic_distribution", "report_webkit"],
 
30
    "depends" : ["account", "register_accounting", "res_currency_tables", "analytic_distribution", "report_webkit", "msf_instance"],
31
31
    "init_xml" : [],
32
32
    "update_xml" : [
33
33
        'wizard/output_currency_for_export_view.xml',
 
34
        'account_period_state_view.xml',
34
35
        'account_mcdb_view.xml',
35
36
        'account_view.xml',
36
37
        'account_mcdb_export_view.xml',
37
38
        'account_mcdb_report.xml',
 
39
        'account_mcdb_data.xml',
38
40
    ],
39
41
    "demo_xml" : [],
40
42
    "test": [],