Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory Management (stock)
• Discuss (mail) |
Community Apps Dependencies | Show |
Lines of code | 1273 |
Technical Name |
import_picking_extend |
License | LGPL-3 |
Warning
This module depends on the paid 'Import picking' module, so if you want to use it you have to download paid 'Import Picking' module first (https://apps.odoo.com/apps/modules/11.0/import_picking/).
Requirements
- numpy==1.16.4
- pandas==0.24.2
- python-dateutil==2.5.3
Description
Create 'stock.picking' objects based on the data in the uploaded file.
Supported file extensions:
- xls,
- xlsx,
- csv.
Columns required in the uploaded file:
- COMPANY - name of the 'stock.warehouse',
- PRODUCT - barcode, code or name of the 'product.product',
- PLANNED DATE - e.g. '2020-05-05',
- QUANTITY - e.g '2'.
Please log in to comment on this module