This question has been flagged
2 Replies
2497 Views

i am confused between these 2 

Avatar
Discard
Best Answer

Hi,

Invoice Id and Payment Id are different .

Invoice id's are used to track invoices, whose control policy might be different. But payments Id will only show yoy the payments happened . It helps you track payments . 

Let's assume two scenarios 

Scenario one 1 : your customer wanted to pay with different methods for a single invoice ( may be half with bank and other half with cash ) .so now if you register payment with both method , 2 payments  will be created linked with single invoice . Now these payment ids help you track the payments.

Scenario two  : you have added different products and you  delivered  half and other half will be delivered later . now you can create two invoices one for delivered id other for the non delivered products in this case its difficult to track by payments id but easier with invoices id .

I hope your confusion is cleared.

Srijita Banerjee

Jr. Odoo Consultant

Tel: +353 1 886 5684 (IE) +44 121 285 5684 (UK)  +91 964 381 7554 (IN)

 

Target Integration | CRM ERP Cloud

Website | LinkedIn | Twitter | Facebook | YouTube | Instagram

Avatar
Discard
Best Answer

Hi,

payment_id is the field of model ‘account.payment’ whereas invoice_id is the field of model ‘account.move’.

When you create an invoice from sale order, the invoice will be of the model ‘account.move’

And when you register payment in that invoice, a payment record will be created in the model ‘account.payment’ with a reference to that invoice.

You can check these payments in Invoicing>>Customers>>Payments

Regards

Avatar
Discard