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

« back to all changes in this revision

Viewing changes to msf_profile/__openerp__.py

  • Committer: Matthieu Dietrich
  • Date: 2011-07-22 11:27:00 UTC
  • mto: This revision was merged to the branch mainline in revision 229.
  • Revision ID: matthieu.dietrich@geneva.msf.org-20110722112700-pxnmrctduwhie98g
UF-331: [IMP] Add manufacturers text fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        "data.xml",
32
32
    ],
33
33
    "depends" : [
34
 
        "base_report_designer",
35
34
        "msf_partner",
36
35
        "register_accounting",
37
 
        "funding_pool",
 
36
        "stock_inventory_type",
 
37
        "analytic_plan_tree",
38
38
        "account_period_closing_level",
39
 
        "account_activable",
 
39
        "account_activable",  
40
40
        "msf_order_date",
41
41
        "purchase_compare_rfq",
42
42
        "account_budget_definition",
43
43
        "purchase_msf",
44
 
        "product_asset",
45
 
        "order_nomenclature",
46
 
        "product_nomenclature",
 
44
            "product_asset",
 
45
            "order_nomenclature",
 
46
            "product_nomenclature",
47
47
        "order_types",
48
48
        "res_currency_functional",
49
 
        "account_corrections",
50
49
        "order_line_number",
51
 
        "sourcing",
 
50
            "sourcing",
52
51
        "stock_move_tracking",
53
52
        "stock_batch_recall",
54
53
        "procurement_cycle",
55
54
        "procurement_auto",
56
 
        "product_list",
57
55
        "product_attributes",
58
56
        "procurement_report",
59
57
        "msf_printed_documents",
60
58
        "procurement_request",
61
 
        "msf_outgoing",
62
59
        "import_data",
63
 
        "sales_followup",
64
 
        "financing_contract",
65
 
        "object_query",
66
 
        "stock_forecast",
67
 
        "partner_modification",
68
 
        "account_invoice_split",
69
 
        "account_msf",
70
 
        "specific_locations",
71
 
        "reason_types_moves",
72
 
        "specific_rules",
73
 
        "tender_flow",
74
 
        "consumption_calculation",
75
 
        "threshold_value",
76
 
        "analytic_distribution_invoice",
77
 
#        "analytic_distribution_purchase",
78
60
    ],
79
61
    "update_xml": [
80
62
        "report.xml",
81
 
        "purchase_double_validation_workflow.xml",
82
63
    ],
83
64
    "demo_xml": [
84
65
    ],