This question has been flagged
3005 Views

Need help with data loading into a multi-company database with xml file.
I try to load the account id searching it by its code with the:

<field name="account_id" search="[('code','=','740.50.00'),]" model="account.account" />

In multi-company I have got two accounts with the same code but for different companies.
How to obtain account_id for the particular company?

Avatar
Discard