Asynchronous move/move line CSV importer
This module allows you to import moves / move lines via CSV asynchronously.
You can access model in the journal entries menu -> Moves/ Move lines importer. User must be an account manger.
To import a CSV simply save an UTF8 CSV file in the "file" field. Then you can choose a CSV separator.
If volumetry is important you can tick "Fast import" check box. When enabled import will be faster but it will not use orm and may not support all CSV canvas.
- Entry posted option of journal will be skipped.
- AA lines will only be created when moves are posted.
- Tax lines computation will be skipped until the move are posted.
This option should be used with caution and preferably in conjunction with provided canvas in tests/data
Then simply press import file button. The process will be run in background and you will be able to continue your work.
When the import is finished you will received a notification and an import report will be available on the record
Once the user has seen at least one product this snippet will be visible.