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

« back to all changes in this revision

Viewing changes to procurement_request/__openerp__.py

  • Committer: Quentin THEURET
  • Date: 2011-11-30 13:31:37 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: qt@tempo-consulting.fr-20111130133137-mdf2fp6hkqmwbppn
UF-647 [ADD] Added a line in Purchase Order to have information about international transport costs

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
##############################################################################
21
21
 
22
22
{
23
 
    "name": "Internal Request",
 
23
    "name": "Procurement Request",
24
24
    "version": "1.0",
25
 
    "depends": ["base", 
26
 
                "sale", 
27
 
                "sale_override", 
28
 
                "stock_override", 
29
 
                "msf_order_date", 
30
 
                "stock",
31
 
                "threshold_value",
32
 
                "procurement_cycle",
33
 
                "procurement_auto",
34
 
                ],
 
25
    "depends": ["base", "sale", "sale_override", "stock_override", "msf_order_date"],
35
26
    "author": "TeMPO Consulting, MSF",
36
27
    "website": "",
37
28
    "category": "Sales & Purchases",
38
29
    "description": """
39
 
    This modules aims to create a new document called Internal Request to 
 
30
    This modules aims to create a new document called Procurement Request to 
40
31
    identify the needs of all and source from stock or from order
41
32
    """,
42
33
    "init_xml": [
46
37
        'procurement_request_sequence.xml',
47
38
        'procurement_request_workflow.xml',
48
39
        'procurement_request_wizard.xml',
49
 
        'procurement_request_report.xml',
50
40
        'wizard/wizard_import_list_view.xml',
51
41
    ],
52
42
    'demo_xml': [
54
44
    'test': [
55
45
        'test/data.yml',
56
46
        'test/proc_request.yml',
57
 
        'test/deactivate_product_valid_ir.yml',
58
 
        'test/deactivate_product_validate_ir.yml',
59
47
    ],
60
48
    'installable': True,
61
49
    'active': False,