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
3692 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
5698
2
bře 15
8370
1
bře 15
8060
0
bře 15
3940
1
bře 15
7497