El 13/06/18 a les 21:41, Josias Pérez ha escrit:
> Hi,
> 
> I was trying to import data with CSV with a multi-company stage and all the 
> companies with the same accounting plan. 
> 
> I'm trying to import a file that require to import the a group of accounts 
> but I found with an error that say that encounter many ocurrences. I dont 
> know how to import that. 

It seems that this is because the program finds the accounts for several
companies and does not know which to pick.
> 
> At the same time, I need to import with a tree structure child / parent. 
> Actually I do it manually one by one (first parent and after the child) 
> because if I put all together I can not import that (the parent doesn't be 
> found and can create the child). 

You can use the Children One2Many field to import all the childs of a
tree. Something like:

Name, Children/Name
Test, Child 1
    , Child 2
    , Child 3
Test2, Child 4
    , Child 5

Will create the following tree:

Test:
  - Child 1
  - Child 2
  - Child 3

Test2:
  - Child 4
  - Child 5

Hope it helps.


-- 
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/5ff3f0d6-6de3-a067-a414-6256c3619c3e%40koolpi.com.

Reply via email to