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

« back to all changes in this revision

Viewing changes to sourcing/__openerp__.py

  • Committer: Quentin THEURET
  • Date: 2016-03-04 12:15:00 UTC
  • Revision ID: qt@tempo-consulting.fr-20160304121500-u2ay8zrf83ih9fu3
US-826 [IMP] Change the way to check if products is not consistent on add multiple line wizard

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
 
23
23
{
24
 
    "name" : "Sourcing Tool",
25
 
    "version" : "0.1",
26
 
    "author" : "MSF, TeMPO Consulting",
 
24
    "name": "Sourcing Tool",
 
25
    "version": "0.1",
 
26
    "author": "MSF, TeMPO Consulting",
27
27
    "developer": "pam",
28
 
    "category" : "Generic Modules/Inventory Control",
29
 
    "depends" : ["sale", "purchase", "sale_override","order_types","order_line_number", "msf_order_date", "partner_modification", "procurement_request"],
30
 
    "init_xml" : [],
31
 
    "demo_xml" : [],
 
28
    "category": "Generic Modules/Inventory Control",
 
29
    "depends": [
 
30
        "sale",
 
31
        "purchase",
 
32
        "sale_override",
 
33
        "order_types",
 
34
        "order_line_number",
 
35
        "msf_order_date",
 
36
        "partner_modification",
 
37
        "procurement_request",
 
38
        "kit",
 
39
    ],
 
40
    "init_xml": [],
 
41
    "demo_xml": [],
32
42
    "description": """
33
43
    Add sourcing specification
34
44
    """,
35
45
    'test': [
36
 
             'test/sourcing.yml',
37
 
             'test/2lines_supplier.yml',
38
 
             'test/grouped_po.yml',
39
 
             'test/error_rfq_sourcing.yml',
40
 
             ],
 
46
        'test/sourcing.yml',
 
47
        'test/2lines_supplier.yml',
 
48
        'test/grouped_po.yml',
 
49
        'test/error_rfq_sourcing.yml',
 
50
        ],
41
51
    'update_xml': [
42
 
        'security/ir.model.access.csv',
43
 
        'sourcing_sequence.xml',
44
52
        'sourcing_view.xml',
 
53
        'wizard/multiple_sourcing_view.xml',
45
54
    ],
46
55
    'installable': True,
47
56
}