تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2965 أدوات العرض

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

الصورة الرمزية
إهمال
أفضل إجابة

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'.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مارس 15
4699
2
مارس 15
7562
1
مارس 15
7183
0
مارس 15
3176
1
مارس 15
6674