~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to m321_customization/__openerp__.py

  • Committer: Jose Antonio
  • Date: 2012-04-22 20:38:11 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: jose@vauxoo.com-20120422203811-ahks9nmn4pck8bl8

[ADD] Added news modules to cancel invoices with withholding income and vat 

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','stock', 'product_icecat','account_cancel','sale','cost_structure'],
 
35
    'depends' : ['base','stock', 'product_icecat','account_cancel'],
36
36
    'update_xml' : [
37
37
        'security/pay_picking_security.xml',
38
38
        'security/ir.model.access.csv',
42
42
        'stock_view.xml',
43
43
        'wizard/cancel_order_view.xml',
44
44
        'wizard/supplier_asigner_view.xml',
45
 
        'sale_workflow.xml',
46
45
    ],
47
46
    'demo' : [],
48
47
    'active' : False,