Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Discuss
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

AttributeError account_analytic_id not found

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
errorupdateanalyticaccount.invoice
5120 Tampilan
Avatar
Renzo Meister

Hi all...

If have tried to update our OpenERP v7 from 20130302 release to the current 20130906 version. One of the databases would be updated without any problems. But another one using analytic plans will throw the following error when updating:

2013-09-07 14:06:15,010 2306 ERROR jamotion_prod openerp.addons.base.ir.ir_ui_view: Can't render view for model: account.invoice.line Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/addons/account/account_invoice.py", line 1453, in fields_view_get res = super(account_invoice_line,self).fields_view_get(cr, uid, view_id=view_id, view_type=view_type, context=context, toolbar=toolbar, submenu=submenu) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/osv/orm.py", line 2237, in fields_view_get arch=apply_view_inheritance(cr, user, source, sql_res['id']), File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/osv/orm.py", line 2195, in apply_view_inheritance source = apply_inheritance_specs(source, view_arch, view_id) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/osv/orm.py", line 2179, in apply_inheritance_specs raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/osv/orm.py", line 2072, in raise_view_error % (child_view.xml_id, self._name, error_msg)) AttributeError: View definition error for inherited view 'account_analytic_plans.view_invoice_line_form_inherit' on model 'account.invoice.line': Element '<field name="account_analytic_id">' not found in parent view 'account.view_invoice_line_form' 2013-09-07 14:06:15,014 2306 ERROR jamotion_prod openerp.tools.convert: Parse error in /usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.e gg/openerp/addons/sale_analytic_plans/sale_analytic_plans_view.xml:44: <record model="ir.ui.view" id="view_invoice_line_form_inherit"> <field name="name">account.invoice.line.form.inherit</field> <field name="model">account.invoice.line</field> <field name="inherit_id" ref="account.view_invoice_line_form"/> <field name="arch" type="xml"> <field name="account_analytic_id" position="replace"> <field name="analytics_id" context="{'journal_id':parent.journal_id}" domain="[('plan_id','<>',False)]" groups="analytic.group_analytic_acc ounting"/> </field> </field> </record> Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/tools/convert.py", line 847, in parse self._tagsrec.tag File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/tools/convert.py", line 814, in _tag_record id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupd ate(data_node), mode=self.mode, context=rec_context ) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/addons/base/ir/ir_model.py", line 964, in _update res_id = model_obj.create(cr, uid, values, context=context) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/addons/base/ir/ir_ui_view.py", line 103, in create return super(view, self).create(cr, uid, values, context) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/osv/orm.py", line 4472, in create self._validate(cr, user, [id_new], context) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/osv/orm.py", line 1546, in _validate raise except_orm('ValidateError', '\n'.join(error_msgs)) except_orm: ('ValidateError', u'Fehler w\xe4hrend der Pr\xfcfung des Feldes field(s) arch: Invalid XML for View Architecture!') 2013-09-07 14:06:15,015 2306 ERROR jamotion_prod openerp: Failed to initialize database jamotion_prod. Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/cli/server.py", line 97, in preload_registry db, registry = openerp.pooler.get_db_and_pool(dbname,update_module=update_module) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/pooler.py", line 33, in get_db_and_pool registry = RegistryManager.get(db_name, force_demo, status, update_module) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/modules/registry.py", line 192, in get update_module) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/modules/registry.py", line 218, in new openerp.modules.load_modules(registry.db, force_demo, status, update_module) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/modules/loading.py", line 341, in load_modules processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules, update_module) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/modules/loading.py", line 256, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/modules/loading.py", line 188, in load_module_graph load_data(module_name, idref, mode) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/modules/loading.py", line 76, in <lambda> load_data = lambda *args: _load_data(cr, *args, kind='data') File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/modules/loading.py", line 124, in _load_data tools.convert_xml_import(cr, module_name, fp, idref, mode, noupdate, report) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/tools/convert.py", line 954, in convert_xml_import obj.parse(doc.getroot()) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/tools/convert.py", line 847, in parse self._tagsrec.tag File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/tools/convert.py", line 814, in _tag_record id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupd ate(data_node), mode=self.mode, context=rec_context ) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/addons/base/ir/ir_model.py", line 964, in _update res_id = model_obj.create(cr, uid, values, context=context) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/addons/base/ir/ir_ui_view.py", line 103, in create return super(view, self).create(cr, uid, values, context) File "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/osv/orm.py", line 4472, in create self._validate(cr, user, [id_new], context) "/usr/local/lib/python2.7/dist-packages/openerp-7.0_20130906_231030-py2.7.egg/openerp/osv/orm.py", line 1546, in _validate raise except_orm('ValidateError', '\n'.join(error_msgs)) except_orm: ('ValidateError', u'Fehler w\xe4hrend der Pr\xfcfung des Feldes field(s) arch: Invalid XML for View Architecture!')

I don't know how to fix this bug so any help would be very appreciated!!!

Best regards

Renzo Meister

0
Avatar
Buang
Andreas Brueckl

Have you manually changed one of these views?

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Error: "odoo.tools.convert.ParseError: "Invalid view tree.contacts.documents definition in cx_licenses_module/views/contacts_document_view.xml"
modules error update
Avatar
0
Nov 23
2685
ERROR :Perhaps out of disk space?
error accounts analytic
Avatar
0
Agu 19
5157
How could I solve this error when trying to update account module? Diselesaikan
accounting error update
Avatar
Avatar
1
Sep 15
9214
menu link error
error v7 update
Avatar
0
Mei 15
4291
Field.function / method not automatically updating field Diselesaikan
error update fields.function
Avatar
Avatar
Avatar
2
Mar 15
8845
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now