On Sat, Feb 27, 2010 at 6:50 AM, <[email protected]> wrote: > > I just courious about this since I export the CSV from system, of course it > contains the Field " Contacts/County/Country Name", > but when I import this CSV field, why it says is unknow? :(
I had the same experience with stock locations. The export uses the 'display name' of the fields but the import expects the 'database name'. If you look at the source code for the model you are dealing with you can manually translate your csv file header to the correct field names. The file will then import without error. I don't say 'import correctly' - my stock locations lost their hierarchical structure - but you will get no errors. I regard both these 'features' as bugs. Anyone know how to export to xml? Martin _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
