~openbias/bias-trunk/bias_trunk_v61

« back to all changes in this revision

Viewing changes to bias_custom_best/__openerp__.py

  • Committer: hector.cantu at com
  • Date: 2015-04-24 00:03:19 UTC
  • Revision ID: hector.cantu@bias.com.mx-20150424000319-441mk9bgai32hqr6
Reporte de Analisis de Salidas y Entradas

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    "license" : "AGPL-3",
40
40
    'depends': ['base',
41
41
        'account',
42
 
        'stock'
 
42
        'stock',
 
43
        'purchase'
43
44
        ],
44
45
    'update_xml': [
 
46
        'security/ir.model.access.csv',
45
47
        'account/account_view.xml',
46
48
        'stock/stock_view.xml',
47
 
        'stock/wizard/stock_fill_inventory_report_view.xml'
 
49
        'stock/wizard/stock_fill_inventory_report_view.xml',
 
50
        'general_reports/purchase_view.xml',
 
51
        'general_reports/purchase_report_custom_view.xml',
 
52
        'general_reports/purchase_move_report_custom_view.xml',        
 
53
        'general_reports/sale_report_custom_view.xml'
48
54
        ],
49
55
    'installable': True,
50
56
    'active': False,