** Changed in: openobject-addons/trunk Status: Confirmed => Invalid
** Also affects: openobject-server Importance: Undecided Status: New ** Changed in: openobject-addons/trunk Assignee: SKH(OpenERP) (skh-openerp) => (unassigned) ** Also affects: openobject-server/5.0 Importance: Undecided Status: New ** Also affects: openobject-server/trunk Importance: Undecided Status: New ** Changed in: openobject-server/5.0 Status: New => Won't Fix ** Changed in: openobject-server/trunk Status: New => Confirmed ** Changed in: openobject-server/trunk Importance: Undecided => Wishlist ** Changed in: openobject-server/trunk Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework) -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/485245 Title: importing data, crashes with european number formats Status in OpenObject Addons Modules: Invalid Status in OpenObject Addons 5.0 series: Won't Fix Status in OpenObject Addons trunk series: Invalid Status in OpenObject Server: Confirmed Status in OpenObject Server 5.0 series: Won't Fix Status in OpenObject Server trunk series: Confirmed Bug description: Trying to import data on products, when formating csv archive prices decimal point have to be always point On Spain, our basic format number is like this 1.234,00 Trying to import 12,34 is not possible. System gives an error float() Substituing 12,34 by 12.34 on csv file it works, so Its a minor bug not critical at all. And this is a little improvement on importing data. By default data separator should be different of ',' . This character is often used to separate addresses on standard way, and produces error on importing. I use ; and it works much better. This is an spanish standard address: C/ mayor, nº23 - 1ª Thank you... _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : c2c-oerpscenario@lists.launchpad.net Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp