Import csv data from trytond-admin

Hello,

wouldn’t it be convenient if, after creating a database with trytond-admin, we had a new option to load data from a csv file in the same tool ?

Hi, is an interesting Idea.

But, What is the need to do this?, Tryton provided a method for import and export information from the clients in csv.

The use is to automate setup of pre-populated databases by the system administrator.
Automation provides several advantages:

  • setup of pre-populated databases by the system administrator.
  • to reproduce the same import process, in the right order, of consistent data.
  • consistent updates of referential data as customs export categories, or maybe suppliers list-prices and so on.
  • and of course, when you need to update a large number of databases.

There already exist several tools to do this in the community. The point is to integrate it to tryton-admin with the model_name and the path to the csv file in order to standardize this process.
Of course, it would activate the built-in CSV import function.