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

« back to all changes in this revision

Viewing changes to procurement_request/__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:
46
46
        'procurement_request_sequence.xml',
47
47
        'procurement_request_workflow.xml',
48
48
        'procurement_request_wizard.xml',
 
49
        'procurement_request_report.xml',
49
50
        'wizard/wizard_import_list_view.xml',
50
51
    ],
51
52
    'demo_xml': [
53
54
    'test': [
54
55
        'test/data.yml',
55
56
        'test/proc_request.yml',
 
57
        'test/deactivate_product_valid_ir.yml',
 
58
        'test/deactivate_product_validate_ir.yml',
56
59
    ],
57
60
    'installable': True,
58
61
    'active': False,