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

Add spreadsheet to quote? (odoo.sh v13)

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
quotetable
2 Replies
5729 Tampilan
Avatar
FD Displays

So... i need to make a table like the one below and place it in the sales quote.

If this feasible? The fields are not related to any other fields.

I just need to add this table and print it with the sales quote.

Basically, i need to add an ' extra'services spreadsheet to the sales quote. Since all the values in the spreadsheet are variable, i found no other way to do it, instead of creating dozens of new products everytime, which wouldn't work.

I'd be using hundreds, if not thousands of different places and prices.

Any ideas in how i can achieve this?


Place
Visit
Freight
Instalation
NY
75
180
55
LA
65
99
75
Miami
130
60
77
Lisbon
450
65
670
Rio
43
45
32
0
Avatar
Buang
Avatar
Paresh Wagh
Jawaban Terbai

It's definitely possible to do this with a minor customization. I'll write a detailed reply a little later, if possible or over the weekend. Hope that's ok.


EDIT:

The data in Odoo is managed using models which map to the underlying tables in the database. You can also define relationships between the models. A form (screen) in Odoo is a view that is based on a model.

In your case, since you want to capture the "spreadsheet" data in the Quotation/Sales Order, you will need to do the following customizations to make it available within Odoo. I'm assuming you are using Studio since you had mentioned it in the title of your previous post.

  1. Go to Settings, scroll all the way to the bottom and click on Activate Developer Mode

  2. Go to Settings > Technical Settings > Database Structure > Models and create a new model (for example, x_quotation_spreadsheet) to capture the "spreadsheet" data. Edit the model and add custom fields with the appropriate field types for Place (use x_name for this), Visit, Freight, Installation and a many2one field for Sales Order ID. Note that Odoo will automatically add some additional standard audit trail fields when you create a new model - you should not touch these fields. 

  3. Grant access rights on the x_quotation_spreadsheet model to the Sales / User: Own Documents Only security group. 

  4. Edit the Sales Order model (sale.order) and add a one2many custom field (for example, x_quotation_spreadsheet_ids) that links to the x_spreadsheet model. 

  5. Go to Sales, open one of the Quotations, and activate Studio to customize the Quotation/Sales Order view. Click on the + sign in the tabs to add a new tab. Specify the name of the tab in the properties on the left. 

  6. Click on + Add in the properties pane on the left and scroll down to the Existing Fields section. Click and drag the Spreadsheet Data (x_spreadsheet_ids) field into the tab. Click on the field and select the EDIT LIST VIEW option that pops up and add the fields listed in the Existing Fields section to the list view.

  7. Similarly, you can customize the form view of the spreadsheet data field by using EDIT FORM VIEW. Remember to make the Sales Order ID field invisible in the form view. It will be managed by Odoo automatically and will contain the id of the Sales Order associated with the data.

  8. Save the changes.

  9. Open one of the existing Quotations. You will see the new tab and be able to add the data in Edit mode. 

There is some more customization that can be done outside of Studio using view inheritance to make the field occupy the full width of the tab and provide inline editing instead of using the form view to enter the data for each line. It looks like Studio does not expose the properties needed to do this for now.

Hope this helps.


2
Avatar
Buang
FD Displays
Penulis

That would be perfect.

I really apreciate it! Thanks!

Paresh Wagh

I have edited the original post and added the details

FD Displays
Penulis

I can't believe it! Thank you so much!

It worked! Yes, there are some customization to make, but for now, it will serve me perfectly.

Thanks Paresh! You saved my week. :)

Feryial Mangou

Hi I have followed the steps and added a spreadsheet in a task in project.

I now wanted to produce a report from it but since it is from another model I do not get to select all the fields in Odoo studio when building a report. Any solution?

Thanks

Paresh Wagh

@Feryial: The contents of the one2many field should be accessible while building the report by expanding the field and selecting the fields within it.

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
signature and stamp
quote
Avatar
0
Mei 23
2819
quote /sales /crm
quote
Avatar
Avatar
Avatar
2
Mei 22
3051
Any way to send follow up Quotations to those who have not paid?
quote
Avatar
Avatar
1
Okt 19
5356
The long text (product description) not inserted in quotes/SO
quote
Avatar
1
Mar 15
8872
Odoo quote calculator - fetch related data / current quote ID
quote spreadsheets
Avatar
0
Feb 25
1754
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