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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
5081
Näkymät
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
2
heinäk. 19
|
9192 | ||
|
1
marrask. 16
|
6031 | ||
|
4
marrask. 24
|
14204 | ||
|
1
huhtik. 24
|
4449 | ||
|
1
elok. 20
|
5472 |
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.