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

« back to all changes in this revision

Viewing changes to sourcing/__openerp__.py

UF-385 [ADD] Added consumption_calculation module

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
{
24
24
    "name" : "Sourcing Tool",
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", "sale_override","order_types","order_line_number", "msf_order_date", "partner_modification", "procurement_request", "kit"],
 
28
    "depends" : ["sale", "purchase", "sale_override","order_types","order_line_number", "msf_order_date"],
30
29
    "init_xml" : [],
31
30
    "demo_xml" : [],
32
31
    "description": """
34
33
    """,
35
34
    'test': [
36
35
             'test/sourcing.yml',
37
 
             'test/2lines_supplier.yml',
38
 
             'test/grouped_po.yml',
39
 
             'test/error_rfq_sourcing.yml',
40
36
             ],
41
37
    'update_xml': [
42
38
        'security/ir.model.access.csv',
43
39
        'sourcing_sequence.xml',
44
40
        'sourcing_view.xml',
45
 
        'wizard/multiple_sourcing_view.xml',
 
41
        #'wizard/picking_create_picking_ticket_view.xml'
46
42
    ],
47
43
    'installable': True,
48
44
}