Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3726 Vues

We have tried to integrate open office in the openerp v8. When we tried to integrate we are getting the following errors. Can anyone help us getting it fixed? Appreciate your help

Couldn't load

file:///home/foldername/.openoffice/4/user/uno_packages/cache/uno_packages/svye51gf.tmp_/base_report_designer.zip/base_report_designer/installer.py  for reason type openerp.osv.fields is unknown

Avatar
Ignorer
Meilleure réponse

openerp.osv.fields is in osv.osv but in odoo 8 we inherite models.Model.

if you want to rectify the error import

'import openerp

from openerp import api

from openerp.osv import fields, osv' in your python file'.

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
mars 15
5754
2
mars 15
8411
1
mars 15
8092
0
mars 15
3982
1
mars 15
7568