This question has been flagged
1 Reply
3121 Views

Good morning to all.

Please I need your help. I'm trying to import a personalized accounts from a csv file so that the Accounting Plan between accounts remain bound me, but I have problems. The structure's got follows.

Id extern
code
name
children/id extern
type_account
type

__export__.accoun
t_account_0

o

0
Ingala

__export__.accoun
t_account_0


Vista

Vista

__export__.accoun
t_account_1

o

1
Active

__export__.accoun

t_account_0


Vista

Vista
     

No know What it is the error in the structure or how to should structure the csv file.

I hope your help..

Best regards.

Avatar
Discard
Best Answer

Try with below:


code, name, parent_id, type, user_type, company_id

0, Ingala, , Vista, Vista, ABC
1, Ingala Child, Ingala, Vista, Vista, ABC

Avatar
Discard