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

MO Consumed Goods values not updated from PO

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
manufacturingmrp
1 Balas
4430 Tampilan
Avatar
Phillip Stack, Phillip

When a MO has been generated after the execution of the Inventory Scheduler and an RFQ and subsequent PO is issued to fulfill the BOM for the manufactured part we expect that the appropriate stock moves ( MO’s Consumed Materials: stock.move ) would be updated with the Purchase Order Line, Forecasted Quantity, Expected Date to fulfill the BOM’s requirement.

The primary goal is just to have an understanding of whether or not the parts have been ordered.

The stock.move has fields for the following

Purchase Order Line: purchase_line_id

Forecasted Quantity: availability

Expected Date: date_expected


I have found a bunch of code relating to the above fields which appear to try to update the stock.move records when the Purchase Order Line has been written to. These functions appear to be predicated on the purchase_line_id of the stock.move record. In my testing I have not found any purchase_line_id on the stock.move records which I expect is the cause of the issue.


Because Odoo identifies the stock.move records to update by searching for stock moves with the same purchase_line_id as the Purchase Order Line in question then Odoo can't do that if the field is not set.

So I guess my question is what would cause the purchase_line_id to not get written to the stock move and under what circumstances should I expect the purchase_line_id to be written to a stock move?

0
Avatar
Buang
Avatar
Ray Carnes (ray)
Jawaban Terbai

Part are ordered when the Purchase Order is confirmed.  Although the reason the parts are being ordered is because there is a Manufacturing Order, there is no other relationship between the parts and the Manufacturing Order until after the parts are received and are then reserved.  Stock moves that the Manufacturing Order is expecting to be completed (when parts are consumed) trigger procurement of parts not in stock.  Stock moves that the Purchase Order is expecting to be completed (when parts are received) are separate.  The parts ordered might not even be the ones reserved for the Manufacturing Order.

Are you trying to determine from a specific Manufacturing Order if the parts for it have been ordered?


2
Avatar
Buang
Phillip Stack, Phillip
Penulis

Yes. What is happening is we run the scheduler, the MO is generated, the RFQ is created and then confirmed. However it is not obvious when we look at the MO that these parts are on order.

Thanks very much Ray for taking the time to respond. I really appreciate your input.

Phillip Stack, Phillip
Penulis

I am getting the feeling that we have imagined this functionality or link between the MO and the PO and as you said, it just is not there.

Ray Carnes (ray)

Correct. The parts ordered by the scheduler are aggregated from all the possible documents that can trigger procurements: reordering rules; sales orders; other manufacturing orders. You may need 15 for a single Manufacturing Order but 1,000 are ordered. There is no way to link the 15 you need to 15 of the 1,000 ordered. It is like when you order French Fries - it is up to the order that other people's needs to French Fries are processed that determine which actual French Fries are yours - and that isn't known until you know how many other people want them, in which sizes, and how many are dropped on the floor during packaging.

Phillip Stack, Phillip
Penulis

Thanks Ray. I think this has answered my question. I am creating a follow up question regarding how best to know when to order inventory to avoid scope creep on this posting.

Thanks again!

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
MRP quantity variation
manufacturing mrp
Avatar
Avatar
1
Feb 23
4908
One part created via different operations
manufacturing mrp
Avatar
0
Feb 22
3153
Manufacturing Costing
manufacturing mrp
Avatar
1
Sep 21
2840
TypeError: argument of type 'bool' is not iterable
manufacturing mrp
Avatar
Avatar
Avatar
3
Agu 15
12116
Influence MRP date_planned from SO requested_date
manufacturing mrp
Avatar
Avatar
Avatar
5
Jun 15
4946
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