Hi,
My aim: create invoices for companies from my app.
Context:
- Odoo version : 13
- User : administrator with granted accesses to all companies
- Request from External API
I created an API user allowed for all my companies. I can create an invoice for my default company but how could I create an invoice for another company ? When I tried, it seems the invoice is still linked to my default company. I supposed the property "company_id" indicates the owner but it's not.
Could you help me ? Which properties I have to use to create invoices to a specific company?
Regards.