~unifield-team/unifield-wm/us-671-homere

« back to all changes in this revision

Viewing changes to tender_flow/__openerp__.py

  • Committer: chloups208
  • Date: 2012-11-21 11:15:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1340.
  • Revision ID: chloups208@chloups208-laptop-20121121111515-myqv282h6xmgh053
utp-171 modification of fields po, po line, product, so, so line

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    Add sourcing specification
36
36
    """,
37
37
    '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
38
             ],
44
39
    'update_xml': [
45
40
        'security/ir.model.access.csv',
48
43
        'tender_flow_workflow.xml',
49
44
        'report/purchase_report_view.xml',
50
45
        'board_purchase_view.xml',
51
 
        'tender_flow_report.xml',
52
46
    ],
53
47
    'installable': True,
54
48
}