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 associate two transfers(OUT & IN) to a Sales Order

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
salesinventoryreturns
2 Replies
5580 Tampilan
Avatar
Randall

My situation is similar to what was asked in this thread: https://www.odoo.com/forum/help-1/question/how-to-add-product-with-return-able-case-3202 

However, what I want, in addition to what was asked, is when a Sales Order is created it should create two transfers automatically: an OUT Transfer(default behavior) will contain the kit(water + bottle) for delivery and an IN Transfer which will contain the empty bottle. How do I setup odoo to do this? Or if not possible, could you point me on what code should I modify to enable this kind of behavior?  Thanks.


0
Avatar
Buang
Avatar
vishalratani
Jawaban Terbai

You just want to make a receipt of the empty bottle (component product and not the product being sold) .It may appear simple but there can be more use cases for example like deliveries can be partial, so can be the returns as well.You would require to read the code for handling of deliveries from a sales order and try to amend it for your requirements related to associated returns.

Thanks

Vishal

1
Avatar
Buang
Avatar
Randall
Penulis Jawaban Terbai

Hi Vishal, thanks for the reply.

Yes, that's what I'm currently doing as a workaround: creating a receipt manually for the empty bottle coming in. It does what I want in terms of tracking what's coming in from the customers but it does not associate the IN transfer to the Sales Order, even if setting the SO number to the Source Document of transfer. It does not create a link between SO and Transfer. 

Ultimately, there are two things I want to learn to do:

  1. How to modify the SO's save so it creates two transfers(OUT & IN)

  2. The Delivery button should display count "2" instead of "1", just like having the 2 Steps(Pick + Ship) enabled. 


One thing to add, as I did not mention in my question, is that I'm using Odoo 11 CE.

0
Avatar
Buang
vishalratani

I have worked on one such requirement but it is different than your case. I was trying to get a receipt done before delivering product since the product will be made after I confirm the sale. It's different since the use case is not related, It's related because I am managing transfers. So from my experience it will need customisation.

Randall
Penulis

Actually, that makes more logical sense. Receipt is done first before SO as I understood correctly. My thinking was more of Receipt and Delivery all happen at once as this process is modeled directly from the paper trail we have. But yours is better. Could you share how you did yours? Guess... SO is created based on the Receipt? Thanks.

vishalratani

Hello Randall, you may contact me on vishalratani@gmail.com and we can catchup on this.

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
Generic product on SO, replace (update) in delivery order
sales inventory
Avatar
Avatar
1
Agu 25
872
Automatie return and reflect in stock
sales inventory
Avatar
0
Jun 24
2192
stock based on an attribute/product variant ?
sales inventory
Avatar
0
Mar 24
2266
ocultar stock de otros almacenes a la hora de cotizar
sales inventory
Avatar
Avatar
2
Jan 24
2598
Can we have non-sellable locations? Odoo v14e Diselesaikan
inventory returns
Avatar
Avatar
2
Feb 23
5520
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