[ERROR] instalando el modulo diana_almacenes

Bug #1200753 reported by hernan neuman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Sistema Integral Simón Bolívar
New
Undecided
Unassigned

Bug Description

en el modulo diana_almacenes, no se hace referencia a la
dependencia de sisb_purchase_management, lo que ocasiona
un error de instalacion cuando solo se esta instalando ese modulo

Revision history for this message
hernan neuman (hernanneuman15) wrote :

se recomienda agregar a la dependencia de __openerp__.py del modulo diana_almcenes : sisb_purchase_management

# -*- coding: utf-8 -*-

{
    'name': 'Gestión de Almacenes',
    'version': '0.1',
    'category': 'Other',
    'description':' ',
    'author': 'Industrias Diana, C.A.',
    'website': 'http://www.industriasdiana.gob.ve',
    'depends': ['stock_location',
                'sale',
            'sisb_product_category',
            'product_expiry',
            'procurement',
            'stock',
            'sisb_purchase_management',
            ],
    'update_xml': [
        'security/diana_almacenes_security.xml',
        'security/ir.model.access.csv',
        'view/diana_almacenes_view.xml',
        'view/diana_stock_view.xml',
        'view/product.xml',
        'view/groups.xml',
        'view/diana_make_procurement.xml',
        'wizard/almacenes_report_wizard.xml',
        'wizard/almacenes_report_wizard2.xml',
        'wizard/wizard.xml',
        'wizard/stock_partial_move_view.xml',
        'secuence/diana_stock_procurement_sequence.xml',
        'report/diana_almacenes_report.xml',
    ],
    'data': [
    ],
    'installable': True,
    'active': False,
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.