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
    • Diskusi
    • 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

Studio Import Export Error With Field From MRP

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
errorexportimportstudio
2 Replies
3326 Tampilan
Avatar
Daniel Buchsbaum

Hello,

I tried to export and import Odoo Studio Customizations, but got the following error message on import:

Error while importing module 'studio_customization'.

while parsing /tmp/tmpxjlz3xfe/studio_customization/data/ir_model_fields.xml:3, somewhere inside

[...]

Make sure those modules are installed and try again.


The error message suggests that the module has not been installed yet, but this is not the case: The field date_planned_start comes from the module mrp, which is already installed in the destination environment.

I also tried to remove the record from the customization.zip, but then the next record threw an error. The new error has a similar message and the field comes from an already installed Odoo module.


I hope someone can help. Thanks in advance.

PS: Unfortunately I cannot post the whole error message as some parts get interpreted by the editor as HTML even if I put it into a code block...


PPS: After manipulating several files from the customizations manually, the import worked. In my opinion, someone who uses Odoo Studio should not have to go into such detail as not everyone has the needed technical knowledge. The errors where not directly visible save in the odoo log:

ERROR: duplicate key value violates unique constraint "act_window_view_unique_mode_per_action" 
DETAIL: Key (act_window_id, view_mode)=(530, kanban) already exists.
    Properties of base fields cannot be altered in this manner!
0
Avatar
Buang
Avatar
Daniel Buchsbaum
Penulis Jawaban Terbai

..



0
Avatar
Buang
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Jawaban Terbai

Hi Daniel,

The error you're encountering during the import of the Odoo Studio customizations is likely due to dependencies between the customized fields or models. When importing customizations, Odoo expects the referenced models and fields to be present in the target database before attempting to import the customizations.

Here are a few steps you can try to resolve the issue:

  1. Check for Dependency Modules: Ensure that all the modules containing the models and fields referenced in the customization are installed in the target database. Sometimes, a module might depend on another module that is not part of the standard Odoo installation.
  2. Check Module Installation Order: If all the required modules are installed, try uninstalling and reinstalling them in the correct order. The order of module installation can sometimes cause issues if dependencies are not properly resolved.
  3. Clear the Cache and Update the Module List: After installing or updating modules, clear the server cache and update the module list
  4. Check for Conflicting Customizations: Sometimes, customizations made in Odoo Studio can conflict with other customizations or modules. Review the customizations carefully to ensure there are no conflicts.
  5. Check for XML Syntax Errors: The error message suggests an issue while parsing the XML file. Inspect the ir_model_fields.xml file for any potential syntax errors or invalid characters.

Hope it helps



0
Avatar
Buang
Daniel Buchsbaum
Penulis

Hello Cybrosys Team,

thank you for your reply. I took another round of analyzing and debugging:

- Updated/installed all modules in the destination environment that have been installed in the source environment
- Updated module lists and emptied caches
- Re exported the customizations

Again to no avail.

A close look into the Odoo log gave me this error message:

> Properties of base fields cannot be altered in this manner!

Now this would definitely explain why my import doesn't work. This also begs the question why the import/export logic does not consider this from the get-go.

I will reply again as soon as I have tried to manually change the exported customizations.

Cheers

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
import/export records from own build studio app
export import studio
Avatar
1
Agu 20
3723
Price Update
export import
Avatar
Avatar
2
Nov 24
2301
Export/Import Issue: "Root articles must have internal permission" Diselesaikan
export import
Avatar
1
Nov 24
3177
RPC_ERROR Arbitrary Uncaught Python Exception when trying Studio Export
python error export studio v15
Avatar
Avatar
1
Feb 24
11091
Import exported CSV on module load
export import
Avatar
Avatar
1
Okt 23
3902
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