Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3494 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
bře 15
5389
2
bře 15
8138
1
bře 15
7785
0
bře 15
3679
1
bře 15
7258