Hello, I have a small issue and need your help. I am creating a module that requires lots of input data, my first thought was a XML file with such data. The problem is that I need to load that data on client request, lets say on a wizard. It must make several copies of the same information if needed, i.e, it must load the information as new every time its required
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
With a bit of extra work, this might provide a generic solution to what you are needing to do : http://martinhbramwell.github.io/GData_OpenERP_Data_Pump/ Currently it does simple bulk loading and a few other things, but I'm looking for more difficult "real world" cases to work on, to give it more depth.