Hello,
I am using odoo mates accounting module and i have couple of questions on how to work with it.
Is there any documentation on how to use its API to create invoices in code?
I have exposed webhooks in odoo that accept data and based on the data i need to create/update invoices. Is there any proper path on how to do invoices without just creating records and then glueing them to make an invoice?
Some guidance or documentation would be very appreciated, because right now i do: create partner, create transaction, create/update invoice.
Hello,
I am using odoo mates accounting module and i have couple of questions on how to work with it.
Is there any documentation on how to use its API to create invoices in code?
I have exposed webhooks in odoo that accept data and based on the data i need to create/update invoices. Is there any proper path on how to do invoices without just creating records and then glueing them to make an invoice?
Some guidance or documentation would be very appreciated, because right now i do: create partner, create transaction, create/update invoice.