[ERROR] instalando el modulo diana_almacenes
Bug #1200753 reported by
hernan neuman
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_
un error de instalacion cuando solo se esta instalando ese modulo
To post a comment you must log in.
se recomienda agregar a la dependencia de __openerp__.py del modulo diana_almcenes : sisb_purchase_ management
# -*- coding: utf-8 -*-
{ www.industriasd iana.gob. ve',
'sale' ,
'sisb_ product_ category' ,
'product_ expiry' ,
'procureme nt',
'stock' ,
'sisb_ purchase_ management' ,
'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',
'name': 'Gestión de Almacenes',
'version': '0.1',
'category': 'Other',
'description':' ',
'author': 'Industrias Diana, C.A.',
'website': 'http://
'depends': ['stock_location',
],
'update_xml': [
],
'data': [
],
'installable': True,
'active': False,
}