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

invoice payment by different partner

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
paymentinvoicespartners
9 Replies
10774 Tampilan
Avatar
Koffi KPONOUGLO

Hi,

please is it possible with odoo 10 to have a sale invoice of agrolait partner and for the payment :

  • Agrolait will pay 30% of amount total

  • CamptoCamp will pay 70% of amount total?


Thanks.

0
Avatar
Buang
Avatar
Ray Carnes (ray)
Jawaban Terbai

There is an option to roll up AR balances - it works well in situations where a Head Office (like Walmart) pays for products that both Distribution Centers (children of the Head Office) and stores (children of the Distribution Centers) place orders.  In this situation there are multiple levels in the Customer hierarchy:

 


It may or may not work for you. Please make sure you understand how this affects your book keeping before you implement it.  it also affects who is liable for the balance, so be sure you are OK with how that looks on your Financial Reports. I am posting this mainly because your question reminds me of the requirement to rollup based on the SAME company, so I am unsure if it will be acceptable when you have DIFFERENT companies paying for things.

Account Receivable balances can only be paid by the same Customer that accrued them and Odoo manages this via the Commercial Entity field - this field is hidden by default and managed by Odoo.

If you setup three Customers, all Companies, this is how Odoo sets the Commercial Entity field:

 

In this way, each Company accrues and pays its own AR balance.

You can setup your Customers so that Agrolait and CamptoCamp accrue AR balances on behalf of the same Commercial Entity - a third Customer - and any of the three Customers can pay those balances. 

You would manually override the Commercial Entity field like this:

 

To do this requires two changes.

1: Expose the commercial_partner_id (COMMERCIAL ENTITY) field on the Customer form, so you can manage it. Odoo sets the Commercial Entity to match the Customer if you make the Customer a Company or an Individual without a Parent Company.  Odoo sets the Commercial Entity to match the Parent if the Invidual works for a Parent Company.

In base.view_partner_form, the field is defined like this:

<field name="commercial_partner_id" invisible="1"/>


You would make your own view and set invisible to 0 and readonly to 0, so that you can edit the field.

When you are setting up the multi-level Customer structure, be sure to realize that Odoo only lets you set a parent when the INDIVIDUAL checkbox is selected, so temporarily set your child companies to INDIVIDUAL so you can set the parent, then set them back to COMPANY.

Also, select the appropriate Commercial Entity which involves editing the field after Odoo has given it a value.


2: Modify the filters on the Search View because they filter for Customers that don't have a parent, and the ones you are setting up DO have a parent.


<filter string="Customers" name="customer" domain="[('customer','=',1), ('parent_id', '=', False)]"/>


would be overwritten to become:

<filter string="Customers" name="customer" domain="[('customer','=',1), ('is_company','=','1')]"/>


Now these Payments:

 


And this Invoice:

 


Will show up on the AR Aging like this:

 


This is how it looks in the General Ledger:



Note that Odoo will let you apply BOTH payments to the ONE Invoice:



2
Avatar
Buang
Avatar
Kevin
Jawaban Terbai

Yep, Use Payment terms in the partner form. You can design new payment terms and add those for individual customers in the form view.



see documentation for more

\https://www.odoo.com/documentation/user/11.0/accounting/receivables/customer_invoices/payment_terms.html



0
Avatar
Buang
Mohammed Amal N

Payment terms are used so same customer can make payment in a period of time, it cannot be used to make different customer pay for a single invoice

Koffi KPONOUGLO
Penulis

Yes you right. I problem can't be solve by payment_term. May be i will do some change on payment code to be able to use it to fix my problem.

Avatar
Pinakin Nayi (pna)
Jawaban Terbai

Not possible, if you can make it possible then you can loose the partner reference from payments(so you don't know who paid the amount).

0
Avatar
Buang
Avatar
Ermin Trevisan
Jawaban Terbai

From a legal and business perspective, this does not make much sense. If the corresponding delieveries were for different partners, you'll have to invoice the partners separately.

0
Avatar
Buang
Koffi KPONOUGLO
Penulis

Thanks Ermin for your answer. I am aggre wuth you. But in the case who customer have to pay for example 0% of invoice and his insurance company will pay 70%. What can i do?

Avatar
vishalratani
Jawaban Terbai

Why not raise two invoices? Again legally you should check who's got to hold the liablity. Ideally you should be using the same Source document field on each of the inovices for tracking purpose

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
To delete a payment
payment invoices
Avatar
Avatar
1
Apr 22
2667
pay an invoice generated by code
payment invoices openerp7
Avatar
1
Jan 24
5225
In odoo 14 reload page after payment create from invoice
payment invoices v14
Avatar
Avatar
1
Agu 23
3232
How Multi-currency works with openerp7?
accounting v7 payment invoices
Avatar
Avatar
Avatar
2
Mar 15
11750
Odoo-12 Invoices sequence skipped for no apparent reason
invoices
Avatar
Avatar
2
Jun 25
1807
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