This question has been flagged
3000 Views

Hallo

in V8 I'm trying to access to the id and the context of an "final" invoice created from the sale order wizard.

While using the fixed price they are OK, when issuing a final invoice for the whole sale order I get these results:

  • logging the content of self outputs "account.invoice()" and id is false

  • logging the content of context outputs {}

The final invoice gets created by the method manual_invoice in sale.py (about line 453), called from create_invoice in sale_make_invoice_advance.py (about line 168).

The invoice then opens in the form, and is already present in the database: how can I retrieve its id or some other field?

Avatar
Discard