VKS Import Excel
This module helps you optimize importing data from excel and exporting data to excel specifically as follows:
1/ You can import millions of Excel rows without worrying about timeout (usually used for importing employees, customers, products, Lot/Serial Number, Inventory Adjustments, Bank Statement, etc).
2/ You can specify to add, delete, and edit records in the same import file.
3/ For reference data types (e.g. many2one, many2many, etc), you can specify the import with any field instead of just using only the ID field like in Odoo’s original source. You can even import by the display value of that field in the system.
4/ You can also specify to add, delete, and edit the one2many lines in the same import file (usually used for importing sales orders, purchase orders, pricelist, invoices, Journal Entries, BOMs, manufacturing routings, etc).
5/ Allow importing of float_time data type (the float_time data type is the field displayed as float_time widget, usually used for importing timesheets, project tasks, working times, work schedules, manufacturing work orders, etc).
6/ Allows importing documents from URL or local file path (usually used for importing Product Images, Employee Images, Customer Images, technical drawings, Excel documents, PDF documents, etc).
7/ Allows you to specify required fields for import in addition to the always required fields of that model.
8/ Optimize import with json data type (usually used for importing Analytic Distribution).
9/ Optimize data export forms (e.g. manage your own data export forms, share forms with others, change column header values, etc).
10/ This function is compatible with all models of the system.