~vauxoo/addons-vauxoo/7.0-changes-in-openerp-alan

« back to all changes in this revision

Viewing changes to m321_customization/__openerp__.py

  • Committer: Miguel Delgado
  • Author(s): Vauxoo
  • Date: 2012-03-12 21:31:45 UTC
  • mfrom: (132.1.22 addons-vauxoo)
  • Revision ID: miguel.delgado07@gmail.com-20120312213145-37rnt73pi6430exe

[MERGE] m321 customization, cost structure 

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    'description' : 'M321 needed models and views customizations1',
33
33
    'category' : 'Custom',
34
34
    'website' : 'http://vauxoo.com',
35
 
    'depends' : ['base', 'product_icecat'],
 
35
    'depends' : ['base','stock', 'product_icecat','account_cancel'],
36
36
    'update_xml' : [
 
37
        'security/pay_picking_security.xml',
 
38
        'security/ir.model.access.csv',
37
39
        'product_view.xml',
 
40
        'stock_view.xml',
 
41
        'wizard/cancel_order_view.xml',
38
42
    ],
39
43
    'demo' : [],
40
44
    'active' : False,