I have initial data for module in CSV file. How I can load data from CSV file only when installing module, not when updating? XML data files have "noupdate" option, but CSV files haven't.
Esta pregunta ha sido marcada
1
Responder
8924
Vistas
I just saw this today - https://apps.openerp.com/apps/7.0/csv_noupdate/ - don't know if it helps.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
1
mar 15
|
12023 | ||
|
|
3
oct 23
|
38099 | ||
|
|
3
jul 19
|
8459 | ||
|
|
5
sept 25
|
26825 | ||
|
|
3
jun 20
|
6578 |
How are you inserting the data of the CSV file?
in __openerp__.py: "data": ['mydata.csv']