Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
5629 Weergaven

Hi all, 

I want to do mass import with Odoo. One way I can think of putting all the file in the a module and declare it in the _manifest_.py so that when I install the module, all the data will be imported in the background. But I think there's restriction that we must declare the data name to be the name of the model like res.partner.csv, account.account.type.csv.... 

Is there anyway that I can delcare 2 res.partner.csv or for each model, I can only declare 1 file ?

Any other idea for large set of data to import into odoo ?

Thanks 


Avatar
Annuleer
Beste antwoord

dir1/res.partner.csv

dir1/account.account

dir2/res.partner.csv

dir2/account.account

Should work.

Avatar
Annuleer
Auteur

Thanks so much for the approach. I haven't think about that.

Gerelateerde posts Antwoorden Weergaven Activiteit
2
okt. 23
2548
0
mrt. 15
3843
2
aug. 25
3049
1
jul. 25
1267
1
aug. 25
1152