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

How to add conditions to a quotation

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
quotationconditions
2 Replies
4683 Tampilan
Avatar
Erwin Janszen

I am looking for a possibility to add a number of conditions to an offer that must be met before the offer can actually be converted into an order.

In my case it is a quote for building garden sheds. Drawing up the quotation is not a problem and is neatly sent to the customer.
Converting the quotation to an order (to actually plan to build the garden shed) must meet the following conditions:

  1. Quotation has been approved by the customer (signature)

  2. A down payment by the customer  

  3. An approved building plan (via another internal department)

  4. In some cases: a building permit (based on the approved building plan)

NB: It could take up to 10 weeks in durations before all these conditions will  be met.

The intention is that on the relevant quotation page a few buttons are added with which the status of these conditions can be indicated. Only when all these conditions are  satisfied, it becomes possible to place an order for it.

How can I realize this in Odoo (v12)?

1
Avatar
Buang
faOtools

Perhaps, this app - https://apps.odoo.com/apps/modules/12.0/sale_order_checklist/ - will let you reach your goal.

Avatar
Erwin Janszen
Penulis Jawaban Terbai

Thanks Niyas for your reply. 

But how do I do that? Could you give me an example of such a piece of code?

Regards, Erwin.

0
Avatar
Buang
Niyas Raphy (Walnut Software Solutions)

first of all you have to fix which way you are going to do this, once it is done you can start making changes, for inheriting the view you can refer the link i have added in the answer, other things you want to know should be about the workflow: https://www.cybrosys.com/blog/defining-header-statusbar-and-buttons-in-odoo-v12

Niyas Raphy (Walnut Software Solutions)

Most simple option is just add four new boolean fields to check whether these steps are completed, then super the action if the confirm button and check whether all the four fields are ticked or not. If not block the flow.

Avatar
Niyas Raphy (Walnut Software Solutions)
Jawaban Terbai

Hi,

In many ways you can do it. Either you can override the Confirm buttons action and check whether the all above conditions are met or not. If not you can raise warning and ask to complete these steps. There should be enough changes made in the view and code to understand whether the all steps is finished or not.


The other options are you can add new buttons for the above steps, and display each button when the previous one is completed, finally when all the above is completed you can show the confirm button.


To customize and make changes in existing form, refer this, even though it is for v12, same for the v10 too : Customize existing View

Thanks

0
Avatar
Buang
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
Multiple lines in the quotation calculator
quotation
Avatar
0
Nov 25
942
Design Quotation Template with dynamic variables
quotation
Avatar
0
Apr 25
3304
quote template
quotation
Avatar
0
Jul 24
2400
How to configure Salary Rules CONDITIONS Based on Diselesaikan
conditions
Avatar
Avatar
1
Mei 24
2622
Can I change the currency symbol position from right to left? Diselesaikan
quotation
Avatar
Avatar
1
Jun 21
5338
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