Hello
In Odoo 13, I have an issue with the communication field on account.payment.
When I register a payment on an invoice, no issue and the communication field is the number of the invoice.
When I do the same process in jsonrpc, the field is sometimes empty. I create a wizard with my invoice as invoice_ids, the payment method and the journal, then I call the create_payments methods.I also change the payment mode after that.
i see that this field is based on the references or name on the invoices. However my invoices do have a name, the journal and payment method are often the same. My payment is linked to the right invoice. I don' t understand