Hello everyone,
I am wondering how can solve this case, which I think is very common. Customer is making an order, we are sending him proforma invoice. Customer is paying the proforma invoice, accounting team see that payment is into our bank account /bank account is synchonized with ODOO journals and transactions are fetched there/.
Question is - how sales person can see that a customer has paid upon proforma invoice and payment is received. Right now, accountant is calling us and telling - Hey, we have received payment upon this SO, please give me an invoice. But - imagine that there are 50 proforma invoices paid per day - we can not call all the time with accountant. There should be easy way to link received payment in Accounting module to Saler order.
Have someone solved this?
Regards
Hristo


I don't want to create payment. I just somehow sales person to be notified that payment upon sales order is received.
Using the downpayment invoice for payment is the simplest standard solution in Odoo. If the customer makes payment against the proforma it becomes much more manual.
Hello
You’re right from a business flow perspective - but technically in Odoo, payments cannot be linked directly to a Sale Order, only to an invoice. So this exact behavior is not available out-of-the-box.
It required small customization which link payment to SO reference or ID.
Thanks
Dear Chris,
From my point of view - this is not normal. What I mean - We are using invoicing methos after delivery of the goods. Every day we are sending 10-15 proforma invoices to customers. They are paying and comming on the same day to receive the products. Here are the bottlenecks:
My questions are simple:
Regards,
Hristo
Hi Hristo,
It might be possible using Automation Rules (Automated Actions) if there was enough information on the payment to identify the sales order. I don't have any direct experience of that in Odoo, so I can't comment on how difficult it would be.