You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create an invoice for a particular company ( I have a multi company setup ) via the rpc API. When I supply the company_id in the call, then I get an error depending on what is the current company for the user. If the current company is the same as the one supplied in the call, then there is no error and the invoice is created.
Generally; how do I let odoo know for what company I am performing the call? Must I set the current company for the user before I make the call? Or can I just specify the company in the call, even if current company is different?
Thank you.
The text was updated successfully, but these errors were encountered:
Good day,
I would like to create an invoice for a particular company ( I have a multi company setup ) via the rpc API. When I supply the company_id in the call, then I get an error depending on what is the current company for the user. If the current company is the same as the one supplied in the call, then there is no error and the invoice is created.
Generally; how do I let odoo know for what company I am performing the call? Must I set the current company for the user before I make the call? Or can I just specify the company in the call, even if current company is different?
Thank you.
The text was updated successfully, but these errors were encountered: