The openerp-server
help states that you can use the -P
option to import data from the command line.
-P IMPORT_PARTIAL, --import-partial=IMPORT_PARTIAL
Use this for big data importation, if it crashes you
will be able to continue at the current state. Provide
a filename to store intermediate importation states.
From this I understand that I should run:
./openerp-server -P mydata.csv --stop-after-init
Is this correct? It doesn't seem to work.
And how do I "provide a filename to store intermediate importation states"?