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

« back to all changes in this revision

Viewing changes to tender_flow/__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:
23
23
{
24
24
    "name" : "Tender and Request for quotation flow",
25
25
    "version" : "0.1",
26
 
    "author" : "MSF, TeMPO Consulting",
27
 
    "developer": "pam",
 
26
    "author" : "MSF pam",
28
27
    "category" : "Generic Modules/Inventory Control",
29
 
    "depends" : ["sale", "purchase", "stock", 
30
 
                 "partner_modification", "sourcing", 
31
 
                 "msf_order_date", "supplier_catalogue",],
 
28
    "depends" : ["sale", "purchase", "stock", "partner_modification", "sourcing"],
32
29
    "init_xml" : [],
33
30
    "demo_xml" : [],
34
31
    "description": """
35
32
    Add sourcing specification
36
33
    """,
37
34
    'test': ['test/tender_flow.yml',
38
 
             'test/deactivate_product_rfq_draft.yml',
39
 
             'test/deactivate_product_sent_rfq.yml',
40
 
             'test/deactivate_product_send_rfq.yml',
41
 
             'test/deactivate_product_tender_draft.yml',
42
 
             'test/deactivate_product_tender_gen_rfq.yml',
43
35
             ],
44
36
    'update_xml': [
45
37
        'security/ir.model.access.csv',
46
38
        'tender_flow_sequence.xml',
47
39
        'tender_flow_view.xml',
48
40
        'tender_flow_workflow.xml',
49
 
        'report/purchase_report_view.xml',
50
 
        'board_purchase_view.xml',
51
 
        'tender_flow_report.xml',
52
41
    ],
53
42
    'installable': True,
54
43
}