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 ?
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:
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.