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

« back to all changes in this revision

Viewing changes to msf_profile/__openerp__.py

  • Committer: jf
  • Date: 2012-06-13 12:43:21 UTC
  • mfrom: (827.5.11 uf-635)
  • Revision ID: jf@tempo4-20120613124321-2b8cwgl86gyy2tb7
UF-635 [DEV] Documents workflow: Graphic representation
lp:~unifield-team/unifield-wm/uf-635 revno 838

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
        "msf_tools",
 
36
        "base_report_designer",
34
37
        "msf_partner",
 
38
        "analytic_distribution",
35
39
        "register_accounting",
36
 
        "stock_inventory_type",
37
 
        "analytic_plan_tree",
 
40
        "analytic_distribution",
38
41
        "account_period_closing_level",
39
 
        "account_activable",  
 
42
        "account_activable",
 
43
        "purchase_override",
 
44
        "sale_override",
 
45
        "stock_override",
40
46
        "msf_order_date",
41
47
        "purchase_compare_rfq",
42
 
        "account_budget_definition",
43
48
        "purchase_msf",
44
 
            "product_asset",
45
 
            "order_nomenclature",
46
 
            "product_nomenclature",
 
49
        "product_asset",
 
50
        "order_nomenclature",
 
51
        "product_nomenclature",
47
52
        "order_types",
48
53
        "res_currency_functional",
 
54
        "account_corrections",
49
55
        "order_line_number",
50
 
            "sourcing",
 
56
        "sourcing",
51
57
        "stock_move_tracking",
52
58
        "stock_batch_recall",
53
59
        "procurement_cycle",
58
64
        "msf_printed_documents",
59
65
        "procurement_request",
60
66
        "import_data",
 
67
        "sales_followup",
 
68
        "purchase_followup",
 
69
        "financing_contract",
61
70
        "object_query",
62
71
        "stock_forecast",
63
72
        "partner_modification",
64
 
        'account_invoice_split',
 
73
        "account_invoice_split",
65
74
        "account_msf",
66
75
        "specific_locations",
 
76
        "reason_types_moves",
 
77
        "specific_rules",
 
78
        "msf_outgoing", # doit être installé après specific_rules
 
79
        "tender_flow",
 
80
        "consumption_calculation",
 
81
        "threshold_value",
 
82
        "analytic_distribution_invoice",
 
83
        "msf_config_locations",
 
84
        "service_purchasing",
 
85
        "account_reconciliation",
 
86
        "vat_management",
 
87
        "analytic_distribution_supply",
 
88
        "account_mcdb",
 
89
        "out_step",
 
90
        "delivery_mechanism",
 
91
        "transport_mgmt",
 
92
        "documents_done",
 
93
        "msf_budget",
 
94
        "account_subscription",
 
95
        "msf_homere_interface",
 
96
        "kit",
 
97
        "msf_accrual",
 
98
        "purchase_allocation_report",
 
99
        "supplier_catalogue",
 
100
        "msf_cross_docking",
 
101
        "msf_processes",
67
102
    ],
68
103
    "update_xml": [
69
104
        "report.xml",
72
107
    "demo_xml": [
73
108
    ],
74
109
    "test": [
 
110
        'test/unique_fields_views.yml',
75
111
        'test/inherited_views.yml',
76
112
    ],
77
113
    "installable": True,