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

« back to all changes in this revision

Viewing changes to stock_override/__openerp__.py

  • Committer: Quentin THEURET
  • Date: 2011-12-12 08:02:59 UTC
  • mto: This revision was merged to the branch mainline in revision 724.
  • Revision ID: qt@tempo-consulting.fr-20111212080259-oul1f0g37hcpubyc
UF-641 [ADD] Added the empty purchase_followup module

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{
23
23
    "name" : "Stock override",
24
24
    "version" : "1.0",
25
 
    "author" : "MSF, TeMPO Consulting",
 
25
    "author" : "MSF",
26
26
    "description" : """
27
27
    Add hook to stock class and wizard
28
28
    """,
31
31
    "category" : "Generic Modules/Inventory Control",
32
32
    "init_xml" : [],
33
33
    "demo_xml" : [],
34
 
    "update_xml" : [
35
 
        "stock_data.xml",
36
 
        "stock_view.xml",
37
 
        "stock_workflow.xml",
38
 
        "procurement_view.xml",
39
 
        "destruction_report.xml",
40
 
        "stock_report.xml",
41
 
        "report/report_destruction_location_view.xml",
42
 
        "report/report_stock_move_view.xml",
43
 
        "wizard/stock_analyze_view_view.xml",
44
 
        "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
 
        ],
49
 
    'test': ['test/chained_nomen_loc.yml'],
 
34
    "update_xml" : ["report/report_stock_move_view.xml"],
 
35
    'test': [],
50
36
    'installable': True,
51
37
    'active': False,
52
38
}