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

« back to all changes in this revision

Viewing changes to stock_override/__openerp__.py

  • Committer: jf
  • Date: 2012-04-17 15:29:16 UTC
  • mfrom: (631.3.7 UF_828)
  • Revision ID: jf@tempo4-20120417152916-svm6ioq8ur2bi5tu
UF-955 [DEV] Reporting (Month-end) - 2 remaining reports
lp:~unifield-team/unifield-wm/UF_955

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    "init_xml" : [],
33
33
    "demo_xml" : [],
34
34
    "update_xml" : [
35
 
        "stock_data.xml",
36
35
        "stock_view.xml",
37
36
        "stock_workflow.xml",
38
37
        "procurement_view.xml",
39
38
        "destruction_report.xml",
40
 
        "stock_report.xml",
41
39
        "report/report_destruction_location_view.xml",
42
40
        "report/report_stock_move_view.xml",
43
41
        "wizard/stock_analyze_view_view.xml",
44
42
        "security/ir.model.access.csv",
45
 
        "wizard/stock_partial_move_view.xml",
46
 
        "wizard/change_dest_location_view.xml",
47
 
        "wizard/stock_card_view.xml",
48
43
        ],
49
44
    'test': ['test/chained_nomen_loc.yml'],
50
45
    'installable': True,