ciao a Tutti,
sono un rookie di OpenErp e mi stò scontrando con un errore durante l'installazione del modulo HR.
Alcune premesse:
- installazione 5.0.12, All in One, XP Sp3
- Minimal setup con installazione di un modulo alla volta per testare l'ambiente
- in particolare (e in ordine cronologico): -> base -> product -> account -> process -> stock
a questo punto tento di installare HR (e/o altri moduli da HR dipendenti) ma restituisce questo errore (prelevato dal file openerp-server.log, il log del db non contiene errori)
INFO:init:module hr: loading objects
ERROR:web-services:[01]:
ERROR:web-services:[02]: Environment Information :
ERROR:web-services:[03]: System : Windows-XP-5.1.2600-SP3
ERROR:web-services:[04]: OS Name : nt
ERROR:web-services:[05]: Operating System Release : XP
ERROR:web-services:[06]: Operating System Version : 5.1.2600
ERROR:web-services:[07]: Operating System Architecture : 32bit
ERROR:web-services:[08]: Operating System Locale : it_IT.cp1252
ERROR:web-services:[09]: Python Version : 2.5.2
ERROR:web-services:[10]: OpenERP-Server Version : 5.0.12
ERROR:web-services:[11]: Last revision No. & ID :
ERROR:web-services:[12]: Exception in call: Traceback (most recent call last):
ERROR:web-services:[13]: File "wizard\__init__.pyo", line 73, in execute_cr
ERROR:web-services:[14]: File "C:\OpenERP AllInOne\Server\addons\base\module\wizard\wizard_module_upgrade.py", line 92, in _upgrade_module
ERROR:web-services:[15]: File "pooler.pyo", line 62, in restart_pool
ERROR:web-services:[16]: File "pooler.pyo", line 40, in get_db_and_pool
ERROR:web-services:[17]: File "addons\__init__.pyo", line 741, in load_modules
ERROR:web-services:[18]: File "addons\__init__.pyo", line 582, in load_module_graph
ERROR:web-services:[19]: File "osv\osv.pyo", line 171, in instanciate
ERROR:web-services:[20]: File "osv\osv.pyo", line 256, in createInstance
ERROR:web-services:[21]: File "osv\osv.pyo", line 263, in __init__
ERROR:web-services:[22]: File "osv\orm.pyo", line 2114, in __init__
ERROR:web-services:[23]: File "osv\orm.pyo", line 2205, in _inherits_reload
ERROR:web-services:[24]: AttributeError: 'NoneType' object has no attribute '_inherit_fields'
Non sono in cerca solo della soluzione ma anche di qualche dritta per debuggare questi problemi in autonomia.
Di python sono a "zero" ma di altri linguaggi ci capisco qualcosa, vi chiedo cortesemente di mettermi sulla strada giusta, poi cammino da solo.
grazie in anticipo a tutti.
Emiliano