Hi all,
I have an eCommerce solution that allow users to upload a 3D model, get a price based on features of that 3D model (volume, surface, details), quantity (price isn't proportional to quantity), etc. and then order a product based on the uploaded 3D model.
My solution is currently running on Magento backend, with a middle-man server that analyses the uploaded 3D models (using python) and creates matching products in Magento.
However I would like to switch to Odoo to better integrate with an ERP/MRP system. This requires that all uploaded 3D models are stored in Odoo and can then be downloaded to manufacture the model.
Do you know of any available modules that does a similiar job, by extending the eCommerce functionality, or should I make a custom module from scratch?
And what would be the best model/schema approach for products where pricing is based on user input and isn't proportional to quantity? Should I skip the eCommerce module and just connect to the sales module?
Any input is much appreciated so can I start planning how best to implement the solution.