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

« back to all changes in this revision

Viewing changes to msf_profile/__openerp__.py

UF-663: [IMP] first version

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        "data.xml",
32
32
    ],
33
33
    "depends" : [
34
 
        "msf_audittrail",
35
34
        "base_report_designer",
36
35
        "msf_partner",
37
 
        "analytic_distribution",
38
36
        "register_accounting",
 
37
        "funding_pool",
39
38
        "account_period_closing_level",
40
39
        "account_activable",
41
 
        "purchase_override",
42
 
        "sale_override",
43
 
        "stock_override",
44
40
        "msf_order_date",
45
41
        "purchase_compare_rfq",
 
42
        "account_budget_definition",
46
43
        "purchase_msf",
47
44
        "product_asset",
48
45
        "order_nomenclature",
49
46
        "product_nomenclature",
50
47
        "order_types",
 
48
        "res_currency_rates",
51
49
        "res_currency_functional",
52
50
        "account_corrections",
53
51
        "order_line_number",
61
59
        "procurement_report",
62
60
        "msf_printed_documents",
63
61
        "procurement_request",
 
62
        "msf_outgoing",
64
63
        "import_data",
65
64
        "sales_followup",
66
 
        "purchase_followup",
67
65
        "financing_contract",
68
66
        "object_query",
69
67
        "stock_forecast",
73
71
        "specific_locations",
74
72
        "reason_types_moves",
75
73
        "specific_rules",
76
 
        "msf_outgoing", # doit être installé après specific_rules
77
74
        "tender_flow",
78
75
        "consumption_calculation",
79
76
        "threshold_value",
80
77
        "analytic_distribution_invoice",
81
 
        "msf_config_locations",
82
 
        "service_purchasing",
83
 
        "account_reconciliation",
84
 
        "vat_management",
85
 
        "analytic_distribution_supply",
86
 
        "account_mcdb",
87
 
        "out_step",
88
 
        "delivery_mechanism",
89
 
        "msf_tools",
90
 
        "transport_mgmt",
91
 
        "documents_done",
92
 
        "msf_budget",
93
 
        "account_subscription",
94
 
        "msf_homere_interface",
95
 
        "kit",
96
 
        "msf_accrual",
97
 
        "purchase_allocation_report",
98
 
        "supplier_catalogue",
99
 
        "msf_cross_docking",
 
78
#        "analytic_distribution_purchase",
100
79
    ],
101
80
    "update_xml": [
102
81
        "report.xml",
105
84
    "demo_xml": [
106
85
    ],
107
86
    "test": [
108
 
        'test/unique_fields_views.yml',
109
87
        'test/inherited_views.yml',
110
88
    ],
111
89
    "installable": True,